From 6f7c6875368dfcba9c6a473f7366295657a44ed8 Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Fri, 5 Apr 2024 10:40:43 -0700 Subject: [PATCH] Correct the version spec (#30856) --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 0e49f913fb44..2975f16d40d8 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -431,7 +431,7 @@ def get_portability_package_data(): 'psycopg2-binary>=2.8.5,<3.0.0', 'testcontainers[mysql]>=3.0.3,<4.0.0', 'cryptography>=41.0.2', - 'hypothesis>5.0.0,<=7.0.0', + 'hypothesis>5.0.0,<7.0.0', ], 'gcp': [ 'cachetools>=3.1.0,<6',