Skip to content

Commit 5a815be

Browse files
committed
Fixes in pyproject.toml
1 parent ed72005 commit 5a815be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,12 @@ milvus = [
101101
"feast[setuptools]"
102102
]
103103
mongodb = [
104-
"pymongo>=4.6.0,<5.0.0",
104+
"pymongo>=4.13.0,<5.0.0",
105105
"dnspython>=2.0.0",
106106
]
107107
mssql = ["ibis-framework[mssql]>=10.0.0"]
108108
mysql = ["pymysql", "types-PyMySQL"]
109+
openlineage = ["openlineage-python>=1.40.0"]
109110
opentelemetry = ["prometheus_client", "psutil"]
110111
spark = ["pyspark>=4.0.0"]
111112
trino = ["trino>=0.305.0,<0.400.0", "regex"]

0 commit comments

Comments
 (0)