This is an automated email from the ASF dual-hosted git repository.
tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new df067dba5dc pin the lower bound for typing-extensions (#31425)
df067dba5dc is described below
commit df067dba5dc509135e857596224759e485d47a0b
Author: liferoad <[email protected]>
AuthorDate: Tue May 28 19:16:34 2024 -0400
pin the lower bound for typing-extensions (#31425)
Co-authored-by: XQ Hu <[email protected]>
---
sdks/python/apache_beam/ml/inference/tensorflow_tests_requirements.txt | 1 +
1 file changed, 1 insertion(+)
diff --git
a/sdks/python/apache_beam/ml/inference/tensorflow_tests_requirements.txt
b/sdks/python/apache_beam/ml/inference/tensorflow_tests_requirements.txt
index aebddf61226..e0a5c704de4 100644
--- a/sdks/python/apache_beam/ml/inference/tensorflow_tests_requirements.txt
+++ b/sdks/python/apache_beam/ml/inference/tensorflow_tests_requirements.txt
@@ -19,4 +19,5 @@ keras<3.0.0
tensorflow>=2.12.0
tensorflow_hub>=0.10.0
Pillow>=9.0.0
+typing-extensions>=4.8.0