Skip to content

Commit 4301aec

Browse files
committed
PyMongo: Use crate-python 2.1.x
v2.2 seems to start having issues?
1 parent af007ec commit 4301aec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,14 @@ optional-dependencies.nlsql = [
242242
"llama-index-llms-openrouter<0.6; python_version>='3.10'",
243243
]
244244
optional-dependencies.pymongo = [
245+
"crate<2.2",
245246
"jessiql==1.0.0rc1",
246247
"numpy<2",
247248
"pandas<2.2",
248249
"pymongo<4.9",
249250
"setuptools<81",
250251
"sqlalchemy<2",
251-
"sqlalchemy-cratedb<0.42",
252+
"sqlalchemy-cratedb<0.43",
252253
]
253254
optional-dependencies.release = [
254255
"build<2",

0 commit comments

Comments
 (0)