From 38cae164000e116d08bb5b403d573efd03e34b6f Mon Sep 17 00:00:00 2001 From: Tornike Gurgenidze Date: Tue, 16 Jul 2024 09:05:34 +0400 Subject: [PATCH] chore: Bump google-cloud-datastore lower bound (#4348) bump google-cloud-datastore lower bound Signed-off-by: tokoko --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a543262821..b836200005 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ "googleapis-common-protos>=1.52.0,<2", "google-cloud-bigquery[pandas]>=2,<3.13.0", "google-cloud-bigquery-storage >= 2.0.0,<3", - "google-cloud-datastore>=2.1.0,<3", + "google-cloud-datastore>=2.16.0,<3", "google-cloud-storage>=1.34.0,<3", "google-cloud-bigtable>=2.11.0,<3", "fsspec<=2024.1.0",