We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2080748 commit 0b9d82cCopy full SHA for 0b9d82c
2 files changed
pyproject.toml
@@ -20,7 +20,7 @@ classifiers = [
20
dependencies = [
21
"requests",
22
"pydantic",
23
- "urllib3==1.26.18"
+ "urllib3"
24
]
25
26
[project.optional-dependencies]
requirements.txt
@@ -0,0 +1,9 @@
1
+annotated-types==0.7.0
2
+certifi==2024.2.2
3
+charset-normalizer==3.3.2
4
+idna==3.7
5
+pydantic==2.7.1
6
+pydantic_core==2.18.2
7
+requests==2.32.2
8
+typing_extensions==4.11.0
9
+urllib3==2.2.1
0 commit comments