Skip to content

Commit

Permalink
Merge pull request #1256 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 6, 2025
2 parents ea04963 + aae1c3d commit 7432338
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Changes

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

2.16.1 (2024-12-26)
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.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
"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.36.15, < 1.36.30",
"awscli >= 1.36.15, < 1.36.35",
]
boto3 = [
"boto3 >= 1.35.74, < 1.35.89",
"boto3 >= 1.35.74, < 1.35.94",
]

[project.urls]
Expand Down

0 comments on commit 7432338

Please sign in to comment.