Skip to content

Commit f4bb8dc

Browse files
Update mypy requirement from ~=1.18.0 to >=1.18,<1.20
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.1...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6bd8de7 commit f4bb8dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Issues = "https://github.com/atlanhq/atlan-python/issues"
4848

4949
[dependency-groups]
5050
dev = [
51-
"mypy~=1.18.0",
51+
"mypy>=1.18,<1.20",
5252
"ruff~=0.14.5",
5353
"types-setuptools~=80.9.0.20250822",
5454
"types-Authlib~=1.6.5.20251005",

0 commit comments

Comments
 (0)