Skip to content

Commit 7432338

Browse files
authored
Merge pull request #1256 from jakob-keller/bump-botocore
Relax `botocore` dependency specification
2 parents ea04963 + aae1c3d commit 7432338

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Changes
33

44
2.17.0 (2025-01-06)
55
^^^^^^^^^^^^^^^^^^^
6+
* relax botocore dependency specification
67
* add missing dependencies `python-dateutil`, `jmespath`, `multidict`, and `urllib3`
78

89
2.16.1 (2024-12-26)

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dynamic = ["version", "readme"]
3232
dependencies = [
3333
"aiohttp >= 3.9.2, < 4.0.0",
3434
"aioitertools >= 0.5.1, < 1.0.0",
35-
"botocore >= 1.35.74, < 1.35.89", # NOTE: When updating, always keep `project.optional-dependencies` aligned
35+
"botocore >= 1.35.74, < 1.35.94", # NOTE: When updating, always keep `project.optional-dependencies` aligned
3636
"python-dateutil >= 2.1, < 3.0.0",
3737
"jmespath >= 0.7.1, < 2.0.0",
3838
"multidict >= 6.0.0, < 7.0.0",
@@ -43,10 +43,10 @@ dependencies = [
4343

4444
[project.optional-dependencies]
4545
awscli = [
46-
"awscli >= 1.36.15, < 1.36.30",
46+
"awscli >= 1.36.15, < 1.36.35",
4747
]
4848
boto3 = [
49-
"boto3 >= 1.35.74, < 1.35.89",
49+
"boto3 >= 1.35.74, < 1.35.94",
5050
]
5151

5252
[project.urls]

0 commit comments

Comments
 (0)