Skip to content

Commit 1ca7973

Browse files
partheaohmayr
andauthored
fix: resolve issue where pre-release versions of dependencies are installed (#808)
Co-authored-by: ohmayr <[email protected]>
1 parent 70697a3 commit 1ca7973

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

+7-7
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)