Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/google-api-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Documentation = "https://googleapis.dev/python/google-api-core/latest/"
Repository = "https://github.com/googleapis/google-cloud-python"

[project.optional-dependencies]
async_rest = ["google-auth[aiohttp] >= 2.14.1, < 3.0.0", "aiohttp >= 3.9.0"]
async_rest = ["google-auth[aiohttp] >= 2.14.1, < 3.0.0", "aiohttp >= 3.13.4"]
grpc = [
"grpcio >= 1.41.0, < 2.0.0",
"grpcio >= 1.49.1, < 2.0.0; python_version >= '3.11'",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@ requests==2.25.0
grpcio==1.41.0
grpcio-status==1.41.0
proto-plus==1.22.3
# Note: We pin aiohttp to 3.9.0 to avoid deprecation warnings about '@coroutine'
# decorators which were deprecated since Python 3.8. When older versions of aiohttp
# load, because they used @coroutine deep inside their internals, the warnings
# bubble up and cause our nox session to fail.
aiohttp==3.9.0
aiohttp==3.13.4
Loading