Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit cd0e614

Browse files
authored
pin apache-beam for python 3.9
1 parent 51da88f commit cd0e614

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

samples/beam/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apache-beam===2.60.0; python_version == '3.8'
2-
apache-beam==2.71.0; python_version >= '3.9'
2+
apache-beam===2.69.0; python_version == '3.9'
3+
apache-beam==2.71.0; python_version >= '3.10'
34
google-cloud-bigtable==2.35.0
45
google-cloud-core==2.5.0

0 commit comments

Comments
 (0)