Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1ca7973

Browse files
partheaohmayr
andauthored
fix: resolve issue where pre-release versions of dependencies are installed (#808)
Co-authored-by: ohmayr <omairnaveed@ymail.com>
1 parent70697a3 commit1ca7973

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ Documentation = "https://googleapis.dev/python/google-api-core/latest/"
5858
Repository ="https://github.com/googleapis/python-api-core"
5959

6060
[project.optional-dependencies]
61-
async_rest = ["google-auth[aiohttp] >= 2.35.0, < 3.0.dev0"]
61+
async_rest = ["google-auth[aiohttp] >= 2.35.0, < 3.0.0"]
6262
grpc = [
63-
"grpcio >= 1.33.2, < 2.0dev",
64-
"grpcio >= 1.49.1, < 2.0dev; python_version >= '3.11'",
65-
"grpcio-status >= 1.33.2, < 2.0.dev0",
66-
"grpcio-status >= 1.49.1, < 2.0.dev0; python_version >= '3.11'",
63+
"grpcio >= 1.33.2, < 2.0.0",
64+
"grpcio >= 1.49.1, < 2.0.0; python_version >= '3.11'",
65+
"grpcio-status >= 1.33.2, < 2.0.0",
66+
"grpcio-status >= 1.49.1, < 2.0.0; python_version >= '3.11'",
6767
]
68-
grpcgcp = ["grpcio-gcp >= 0.2.2, < 1.0.dev0"]
69-
grpcio-gcp = ["grpcio-gcp >= 0.2.2, < 1.0.dev0"]
68+
grpcgcp = ["grpcio-gcp >= 0.2.2, < 1.0.0"]
69+
grpcio-gcp = ["grpcio-gcp >= 0.2.2, < 1.0.0"]
7070

7171
[tool.setuptools.dynamic]
7272
version = {attr ="google.api_core.version.__version__" }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp