We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ae0014 + c09ea52 commit 18198a1Copy full SHA for 18198a1
2 files changed
pyproject.toml
@@ -36,6 +36,7 @@ deprecated = ">=1.2.14"
36
python-dateutil = "^2.8.2"
37
httpx = {version = ">=0.26.0", extras = ["http2"]}
38
h2 = ">=4.1.0"
39
+urllib3 = ">=2.6.3"
40
41
[tool.poetry.group.dev.dependencies]
42
pylint = ">=2.17.5"
@@ -45,6 +46,8 @@ ruff = "^0.12.0"
45
46
pre-commit = "^4.2.0"
47
setuptools = "^80.9.0"
48
pytest = "^8.4.1"
49
+filelock = ">=3.20.3"
50
+virtualenv = ">=20.36.1"
51
52
[tool.ruff]
53
target-version = "py39"
requirements.txt
@@ -8,4 +8,5 @@ shortuuid >= 1.0.11
8
dacite >= 1.8.1
9
deprecated >= 1.2.14
10
httpx >=0.26.0
11
-python-dateutil >= 2.8.2
+python-dateutil >= 2.8.2
12
+urllib3 >= 2.6.3
0 commit comments