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.
2 parents ea04963 + aae1c3d commit 7432338Copy full SHA for 7432338
CHANGES.rst
@@ -3,6 +3,7 @@ Changes
3
4
2.17.0 (2025-01-06)
5
^^^^^^^^^^^^^^^^^^^
6
+* relax botocore dependency specification
7
* add missing dependencies `python-dateutil`, `jmespath`, `multidict`, and `urllib3`
8
9
2.16.1 (2024-12-26)
pyproject.toml
@@ -32,7 +32,7 @@ dynamic = ["version", "readme"]
32
dependencies = [
33
"aiohttp >= 3.9.2, < 4.0.0",
34
"aioitertools >= 0.5.1, < 1.0.0",
35
- "botocore >= 1.35.74, < 1.35.89", # NOTE: When updating, always keep `project.optional-dependencies` aligned
+ "botocore >= 1.35.74, < 1.35.94", # NOTE: When updating, always keep `project.optional-dependencies` aligned
36
"python-dateutil >= 2.1, < 3.0.0",
37
"jmespath >= 0.7.1, < 2.0.0",
38
"multidict >= 6.0.0, < 7.0.0",
@@ -43,10 +43,10 @@ dependencies = [
43
44
[project.optional-dependencies]
45
awscli = [
46
- "awscli >= 1.36.15, < 1.36.30",
+ "awscli >= 1.36.15, < 1.36.35",
47
]
48
boto3 = [
49
- "boto3 >= 1.35.74, < 1.35.89",
+ "boto3 >= 1.35.74, < 1.35.94",
50
51
52
[project.urls]
0 commit comments