Skip to content

Commit 0fe9e6f

Browse files
sdks/python: add open API dependency to tests
1 parent 60edb28 commit 0fe9e6f

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
@@ -449,7 +449,7 @@ def get_portability_package_data():
449449
'pg8000>=1.31.1',
450450
"PyMySQL>=1.1.0",
451451
'oracledb>=3.1.1'
452-
] + milvus_dependency,
452+
] + milvus_dependency + openai_dependency,
453453
'gcp': [
454454
'cachetools>=3.1.0,<7',
455455
'google-api-core>=2.0.0,<3',

0 commit comments

Comments
 (0)