Browse Source

Updating dependencies (#1453)

João Moura 1 year ago
parent
commit
b305d674de
2 changed files with 127 additions and 149 deletions
  1. 123 145
      poetry.lock
  2. 4 4
      pyproject.toml

File diff suppressed because it is too large
+ 123 - 145
poetry.lock


+ 4 - 4
pyproject.toml

@@ -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"

Some files were not shown because too many files changed in this diff