Skip to content

Commit

Permalink
CrateDB: Relax dependency version constraint to crate>=0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 5, 2024
1 parent be8384b commit 062bdaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libs/community/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ pyjwt = {version = "^2.8.0", optional = true}
oracledb = {version = "^2.2.0", optional = true}
cloudpathlib = { version = "^0.18", optional = true }
simsimd = {version = "^4.3.1", optional = true}
crate = {version = "^0.34.0", extras=["sqlalchemy"], optional = true}
cratedb-toolkit = {version = ">=0.0.1", optional = true}
crate = {version = ">=0.34.0,<1", extras=["sqlalchemy"], optional = true}
cratedb-toolkit = {version = ">=0.0.1,<0.1", optional = true}

[tool.poetry.group.test]
optional = true
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ dgml-utils = {version = "^0.3.0", optional = true}
datasets = {version = "^2.15.0", optional = true}
langchain-openai = {version = "^0.1", optional = true}
rdflib = {version = "7.0.0", optional = true}
crate = {version = "^0.34.0", extras=["sqlalchemy"], optional = true}
crate = {version = ">=0.34.0,<1", extras=["sqlalchemy"], optional = true}
cratedb-toolkit = {version = ">=0.0.1", optional = true}

[tool.poetry.group.test]
Expand Down

0 comments on commit 062bdaf

Please sign in to comment.