From ae56d3f02e314e833c26203381aab60dd95fdfbc Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Wed, 18 Dec 2024 12:48:31 +0100 Subject: [PATCH] Relax python-dateutil requirement --- templates/python/v7.10.0/requirements.mustache | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/python/v7.10.0/requirements.mustache diff --git a/templates/python/v7.10.0/requirements.mustache b/templates/python/v7.10.0/requirements.mustache new file mode 100644 index 0000000..a0c0e66 --- /dev/null +++ b/templates/python/v7.10.0/requirements.mustache @@ -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