Skip to content

Commit 23b9732

Browse files
committed
Enforce hypothesis version upper bound
1 parent c490d2d commit 23b9732

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdks/python/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,8 @@ def get_portability_package_data():
453453
'psycopg2-binary>=2.8.5,<3.0',
454454
'testcontainers[mysql,kafka,milvus]>=4.0.0,<5.0.0',
455455
'cryptography>=41.0.2',
456-
'hypothesis>5.0.0,<7.0.0',
456+
# TODO(https://github.com/apache/beam/issues/36951): need to further investigate the cause
457+
'hypothesis>5.0.0,<6.148.4',
457458
'virtualenv-clone>=0.5,<1.0',
458459
'python-tds>=1.16.1',
459460
'sqlalchemy-pytds>=1.0.2',

0 commit comments

Comments
 (0)