Skip to content

Commit

Permalink
fix(auth): fixup aiohttp range compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Apr 6, 2024
1 parent 0e6c112 commit e331973
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion auth/poetry.lock

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

4 changes: 2 additions & 2 deletions auth/pyproject.rest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gcloud-rest-auth"
version = "5.3.0"
version = "5.3.1"
description = "Python Client for Google Cloud Auth"
readme = "README.rst"

Expand All @@ -21,7 +21,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">= 3.8, < 4.0"
# aiohttp = ">= 3.3.0, < 4.0.0"
# aiohttp = ">= 3.9.0, < 4.0.0"
backoff = ">= 1.0.0, < 3.0.0"
chardet = ">= 2.0, < 6.0"
# See https://cryptography.io/en/latest/api-stability/#deprecation
Expand Down
4 changes: 2 additions & 2 deletions auth/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gcloud-aio-auth"
version = "5.3.0"
version = "5.3.1"
description = "Python Client for Google Cloud Auth"
readme = "README.rst"

Expand All @@ -21,7 +21,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">= 3.8, < 4.0"
aiohttp = ">= 3.3.0, < 4.0.0"
aiohttp = ">= 3.9.0, < 4.0.0"
backoff = ">= 1.0.0, < 3.0.0"
chardet = ">= 2.0, < 6.0"
# See https://cryptography.io/en/latest/api-stability/#deprecation
Expand Down

0 comments on commit e331973

Please sign in to comment.