Skip to content

Commit fa6d2f0

Browse files
sdks/python: bump testcontainers py pkg version
1 parent 91266a7 commit fa6d2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ def get_portability_package_data():
463463
'sqlalchemy>=1.3,<3.0',
464464
'psycopg2-binary>=2.8.5,<2.9.10; python_version <= "3.9"',
465465
'psycopg2-binary>=2.8.5,<3.0; python_version >= "3.10"',
466-
'testcontainers[mysql,kafka,milvus]>=4.0.0,<5.0.0',
466+
'testcontainers[mysql,kafka,milvus]>=4.13.2,<5.0.0',
467467
'cryptography>=41.0.2',
468468
'hypothesis>5.0.0,<7.0.0',
469469
'virtualenv-clone>=0.5,<1.0',

0 commit comments

Comments
 (0)