Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 945aedc

Browse files
committedAug 9, 2024··
Declare support for aioboto >= 12.0.0
Fixes #4
1 parent ddafe4d commit 945aedc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎poetry.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ authors = ["Shipwell Engineering", "Phillip Verheyden"]
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.10"
13-
aioboto3 = "^12.0.0"
14-
moto = {extras = ["s3", "server"], version = "^4.2.3"}
15-
types-aiobotocore = {extras = ["s3"], version = "^2.7.0"}
16-
requests = "^2.0"
13+
aioboto3 = ">=12.0.0"
14+
moto = {extras = ["s3", "server"], version = ">=4.2.3"}
15+
types-aiobotocore = {extras = ["s3"], version = ">=2.7.0"}
16+
requests = ">=2.0"
1717

1818
[tool.poetry.group.dev.dependencies]
1919
pytest = "^7.4.3"

0 commit comments

Comments
 (0)
Please sign in to comment.