File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,12 +40,10 @@ htmlcov/
4040.coverage
4141.coverage. *
4242.cache
43- nosetests.xml
4443coverage.xml
4544* .cover
4645.hypothesis /
47- venv /
48- .venv /
46+ .venv * /
4947.python-version
5048.pytest_cache
5149
5957# Sphinx documentation
6058docs /_build /
6159
62- # PyBuilder
63- target /
64-
6560# Ipython Notebook
6661.ipynb_checkpoints
6762
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ dependencies = [
2424 " python-dateutil >=2.9.0, <3.0" ,
2525 " Authlib >=1.3.0, <2.0" ,
2626 " pyjwt >=2.10.0, <3.0" ,
27- " requests >=2.32.2, <3.0" ,
27+ " requests ~=2.32.5; python_version < '3.10'" ,
28+ " requests ~=2.33.0; python_version >= '3.10'" ,
2829 " typing-extensions >=4.11.0, <5.0" ,
2930 " frozendict >=2.4.3, <3.0" ,
3031 " certifi >=2026.1.4" ,
Original file line number Diff line number Diff line change 1- requests ~= 2.32.0
1+ requests ~= 2.32.5 ; python_version < "3.10"
2+ requests ~= 2.33.0 ; python_version >= "3.10"
23# Core dependencies
34django >= 4.2.0 ,< 5.0.0
45python-dotenv >= 1.0.0
You can’t perform that action at this time.
0 commit comments