This is an automated email from the ASF dual-hosted git repository.

yhu 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 282ff87726d Add another dependency restriction to unblock tests. 
(#30907)
282ff87726d is described below

commit 282ff87726d8731be7eebfd0f969c72bfcc3fd6b
Author: tvalentyn <[email protected]>
AuthorDate: Tue Apr 9 13:40:33 2024 -0700

    Add another dependency restriction to unblock tests. (#30907)
---
 sdks/python/tox.ini | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini
index 153b6acde8e..91d6b6d7300 100644
--- a/sdks/python/tox.ini
+++ b/sdks/python/tox.ini
@@ -447,6 +447,8 @@ commands =
 [testenv:py{38,39,310,311}-TFHubEmbeddings-{014,015}]
 deps =
   014: tensorflow-hub>=0.14.0,<0.15.0
+  # Help pip resolve conflict with typing-extensions due to an old version of 
tensorboard https://github.com/apache/beam/issues/30852
+  014: pydantic<2.7
   015: tensorflow-hub>=0.15.0,<0.16.0
   # Help pip resolve conflict with typing-extensions due to an old version of 
tensorboard https://github.com/apache/beam/issues/30852
   015: pydantic<2.7

Reply via email to