Skip to content

Commit bb8373f

Browse files
authored
Enforce hypothesis version upper bound (#36952)
1 parent 0592f4f commit bb8373f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sdks/python/setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,9 @@ 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
457+
# further investigate the cause
458+
'hypothesis>5.0.0,<6.148.4',
457459
'virtualenv-clone>=0.5,<1.0',
458460
'python-tds>=1.16.1',
459461
'sqlalchemy-pytds>=1.0.2',

0 commit comments

Comments
 (0)