Skip to content

Commit

Permalink
Merge pull request #1276 from jakob-keller/bump-botocore
Browse files Browse the repository at this point in the history
Relax `botocore` dependency specification
  • Loading branch information
jakob-keller authored Jan 22, 2025
2 parents d634f68 + 8921e66 commit af434cd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Changes
-------

2.19.0 (2025-01-19)
2.19.0 (2025-01-22)
^^^^^^^^^^^^^^^^^^^
* support custom `ttl_dns_cache` connector configuration
* relax botocore dependency specification

2.18.0 (2025-01-17)
^^^^^^^^^^^^^^^^^^^
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dynamic = ["version", "readme"]
dependencies = [
"aiohttp >= 3.9.2, < 4.0.0",
"aioitertools >= 0.5.1, < 1.0.0",
"botocore >= 1.36.0, < 1.36.2", # NOTE: When updating, always keep `project.optional-dependencies` aligned
"botocore >= 1.36.0, < 1.36.4", # NOTE: When updating, always keep `project.optional-dependencies` aligned
"python-dateutil >= 2.1, < 3.0.0",
"jmespath >= 0.7.1, < 2.0.0",
"multidict >= 6.0.0, < 7.0.0",
Expand All @@ -43,10 +43,10 @@ dependencies = [

[project.optional-dependencies]
awscli = [
"awscli >= 1.37.0, < 1.37.2",
"awscli >= 1.37.0, < 1.37.4",
]
boto3 = [
"boto3 >= 1.36.0, < 1.36.2",
"boto3 >= 1.36.0, < 1.36.4",
]

[project.urls]
Expand Down
24 changes: 12 additions & 12 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af434cd

Please sign in to comment.