Skip to content

Commit af434cd

Browse files
authored
Merge pull request #1276 from jakob-keller/bump-botocore
Relax `botocore` dependency specification
2 parents d634f68 + 8921e66 commit af434cd

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

CHANGES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Changes
22
-------
33

4-
2.19.0 (2025-01-19)
4+
2.19.0 (2025-01-22)
55
^^^^^^^^^^^^^^^^^^^
66
* support custom `ttl_dns_cache` connector configuration
7+
* relax botocore dependency specification
78

89
2.18.0 (2025-01-17)
910
^^^^^^^^^^^^^^^^^^^

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.36.0, < 1.36.2", # NOTE: When updating, always keep `project.optional-dependencies` aligned
35+
"botocore >= 1.36.0, < 1.36.4", # 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.37.0, < 1.37.2",
46+
"awscli >= 1.37.0, < 1.37.4",
4747
]
4848
boto3 = [
49-
"boto3 >= 1.36.0, < 1.36.2",
49+
"boto3 >= 1.36.0, < 1.36.4",
5050
]
5151

5252
[project.urls]

uv.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)