We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed72005 commit 5a815beCopy full SHA for 5a815be
pyproject.toml
@@ -101,11 +101,12 @@ milvus = [
101
"feast[setuptools]"
102
]
103
mongodb = [
104
- "pymongo>=4.6.0,<5.0.0",
+ "pymongo>=4.13.0,<5.0.0",
105
"dnspython>=2.0.0",
106
107
mssql = ["ibis-framework[mssql]>=10.0.0"]
108
mysql = ["pymysql", "types-PyMySQL"]
109
+openlineage = ["openlineage-python>=1.40.0"]
110
opentelemetry = ["prometheus_client", "psutil"]
111
spark = ["pyspark>=4.0.0"]
112
trino = ["trino>=0.305.0,<0.400.0", "regex"]
0 commit comments