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 10803a5 commit 4f2d63fCopy full SHA for 4f2d63f
pyproject.toml
@@ -32,7 +32,7 @@ dependencies = [
32
"pypdfium2>=4.0,<5",
33
"Pillow>=9.5.0",
34
"pytz>=2023.3",
35
- "requests~=2.31.0",
+ "requests>=2.31.0",
36
]
37
38
[project.urls]
@@ -47,7 +47,7 @@ lint = [
47
"pylint==3.2.7",
48
"pre-commit~=3.2.2",
49
"types-pytz>=2023.3",
50
- "types-requests~=2.31",
+ "types-requests>=2.31",
51
52
test = [
53
"toml~=0.10.2",
tests/product/ind/__init__.py
0 commit comments