Skip to content

Commit

Permalink
Relax python-dateutil requirement
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg committed Dec 18, 2024
1 parent f1a4448 commit 45f4344
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions templates/python/v7.10.0/requirements.mustache
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
urllib3 >= 1.25.3, < 3.0.0
python_dateutil >= 2.8.1, < 3.0.0
{{#asyncio}}
aiohttp >= 3.8.4
aiohttp-retry >= 2.8.3
{{/asyncio}}
{{#tornado}}
tornado = ">= 4.2, < 5"
{{/tornado}}
{{#hasHttpSignatureMethods}}
pem >= 19.3.0
pycryptodome >= 3.9.0
{{/hasHttpSignatureMethods}}
pydantic >= 2
typing-extensions >= 4.7.1

0 comments on commit 45f4344

Please sign in to comment.