Skip to content

Commit

Permalink
Merge pull request #291 from smithy-lang/dependabot/pip/python-packag…
Browse files Browse the repository at this point in the history
…es/smithy-http/pip-b0e7a334b4

Update aiohttp requirement from <3.10.0,>=3.8.6 to >=3.8.6,<3.11.0 in /python-packages/smithy-http in the pip group across 1 directory
  • Loading branch information
nateprewitt authored Aug 9, 2024
2 parents 752fe90 + 79e3b9c commit 11b2e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python-packages/smithy-http/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [

[project.optional-dependencies]
aiohttp = [
"aiohttp>=3.8.6,<3.10.0",
"aiohttp>=3.8.6,<3.11.0",
]
awscrt = [
"awscrt>=0.15,<1.0",
Expand Down
2 changes: 1 addition & 1 deletion python-packages/smithy-http/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# We shouldn't need this, but pants will assume that smithy_core is an external
# dependency since it's in pyproject.toml and there's no way to exclude it, so
# for now we need to duplicate things.
aiohttp>=3.8.6,<3.10.0
aiohttp>=3.8.6,<3.11.0
awscrt>=0.15,<1.0

0 comments on commit 11b2e1f

Please sign in to comment.