We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e478d commit 8d93d99Copy full SHA for 8d93d99
1 file changed
pyproject.toml
@@ -18,7 +18,7 @@ classifiers = [
18
]
19
requires-python = ">=3.9,<3.13" # the main constraint for supported Python versions is the multiprocess library
20
dependencies = [
21
- "urllib3<2",
+ "urllib3<3",
22
"multiprocess~=0.70.15",
23
"requests>=2.31,<2.33",
24
"PyYAML~=6.0",
0 commit comments