We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b995816 commit 25d92f9Copy full SHA for 25d92f9
pyproject.toml
@@ -49,7 +49,7 @@ Issues = "https://github.com/atlanhq/atlan-python/issues"
49
[project.optional-dependencies]
50
dev = [
51
"mypy~=1.9.0",
52
- "ruff~=0.9.9",
+ "ruff>=0.9.9,<0.13.0",
53
"types-requests~=2.31.0.6",
54
"types-setuptools~=75.8.0.20250110",
55
"pytest~=8.3.4",
requirements-dev.txt
@@ -1,5 +1,5 @@
1
mypy~=1.9.0
2
-ruff~=0.9.9
+ruff>=0.9.9,<0.13.0
3
# [PINNED] for Python 3.8 compatibility
4
# higher versions require urllib3>=2.0
5
types-requests~=2.31.0.6
0 commit comments