Updating dependencies (#1453)

This commit is contained in:
João Moura
2024-07-02 16:12:52 -07:00
committed by GitHub
parent 7c24601d0f
commit b305d674de
2 changed files with 423 additions and 512 deletions

927
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -93,7 +93,7 @@ color = true
[tool.poetry.dependencies]
python = ">=3.9,<=3.13"
python-dotenv = "^1.0.0"
langchain = "^0.1.4"
langchain = ">0.2,<=0.3"
requests = "^2.31.0"
openai = ">=1.1.1"
chromadb = "^0.4.24"
@@ -150,9 +150,9 @@ google-auth = { version = "^2.25.2", optional = true }
google-auth-httplib2 = { version = "^0.2.0", optional = true }
google-api-core = { version = "^2.15.0", optional = true }
boto3 = { version = "^1.34.20", optional = true }
langchain-mistralai = { version = "^0.0.3", optional = true }
langchain-mistralai = { version = "^0.1.9", optional = true }
langchain-openai = "^0.1.7"
langchain-google-vertexai = { version = "^0.0.5", optional = true }
langchain-google-vertexai = { version = "^1.0.6", optional = true }
sqlalchemy = "^2.0.27"
alembic = "^1.13.1"
langchain-cohere = "^0.1.4"
@@ -226,4 +226,4 @@ mistralai = ["langchain-mistralai"]
[tool.poetry.group.docs.dependencies]
[tool.poetry.scripts]
ec = "embedchain.cli:cli"
ec = "embedchain.cli:cli"