Skip to content

Commit 0ee5905

Browse files
Update mypy requirement from ~=1.9.0 to >=1.9,<1.18
--- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f7d250 commit 0ee5905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
[project.optional-dependencies]
5050
dev = [
51-
"mypy~=1.9.0",
51+
"mypy>=1.9,<1.18",
5252
"ruff~=0.9.9",
5353
"types-requests~=2.31.0.6",
5454
"types-setuptools~=75.8.0.20250110",

0 commit comments

Comments
 (0)