diff --git a/lib/setup.py b/lib/setup.py index 56df17f1..086e7ee2 100644 --- a/lib/setup.py +++ b/lib/setup.py @@ -74,7 +74,7 @@ def find_meta(meta): META_FILE = read(META_PATH) INSTALL_REQUIRES = [ # 2.22 added DirectRunner support for `DoFn.setup` - "apache-beam[gcp]>2.21.0", + "apache-beam[gcp]>2.21.0,<2.25.0", "google-api-python-client", "klio-core>=0.2.0", "protobuf",