Skip to content

Commit

Permalink
Merge pull request #107 from spotify/dsimon/limit-beam-version
Browse files Browse the repository at this point in the history
[lib] limit apache-beam version <2.25.0
  • Loading branch information
Dan Simon authored Oct 27, 2020
2 parents 86e5de0 + 4769b56 commit 99d5f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 99d5f30

Please sign in to comment.