From 1fffca8c53de1815d8d620c8c1dee39122254cc2 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 14 Dec 2023 11:51:19 -0500 Subject: [PATCH] revert updates to samples/beam which are causing failures --- samples/beam/requirements.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/samples/beam/requirements.txt b/samples/beam/requirements.txt index 39ba82b7b..9b95d0b52 100644 --- a/samples/beam/requirements.txt +++ b/samples/beam/requirements.txt @@ -1,6 +1,3 @@ -# See https://github.com/googleapis/python-bigtable/issues/904 -apache-beam===2.46.0; python_version == '3.7' -apache-beam==2.52.0; python_version >= '3.8' -google-cloud-bigtable===2.17.0; python_version == '3.7' -google-cloud-bigtable==2.21.0; python_version >= '3.8' -google-cloud-core==2.4.1 +apache-beam==2.46.0 +google-cloud-bigtable==2.17.0 +google-cloud-core==2.3.3