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

shunping pushed a commit to branch release-2.70
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.70 by this push:
     new 5c92498399c Enforce hypothesis version upper bound (#36952) (#36998)
5c92498399c is described below

commit 5c92498399cc651923910dd77d4c9f1401dbfe67
Author: Yi Hu <[email protected]>
AuthorDate: Thu Dec 4 17:56:46 2025 -0500

    Enforce hypothesis version upper bound (#36952) (#36998)
    
    Co-authored-by: Shunping Huang <[email protected]>
---
 sdks/python/setup.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index c74afbb52d3..176c84c9966 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -453,7 +453,9 @@ if __name__ == '__main__':
               'psycopg2-binary>=2.8.5,<3.0',
               'testcontainers[mysql,kafka,milvus]>=4.0.0,<5.0.0',
               'cryptography>=41.0.2',
-              'hypothesis>5.0.0,<7.0.0',
+              # TODO(https://github.com/apache/beam/issues/36951): need to
+              # further investigate the cause
+              'hypothesis>5.0.0,<6.148.4',
               'virtualenv-clone>=0.5,<1.0',
               'python-tds>=1.16.1',
               'sqlalchemy-pytds>=1.0.2',

Reply via email to