FEAT: Upgrade langchain (0.3.x) and associated packages including langchain-astradb (#4229)

* Start on big langchain dep upgrade

* Update pyproject.toml

* add new lock

* Rebase on post1 changes

---------

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This commit is contained in:
Eric Hare 2024-10-22 11:30:21 -07:00 committed by GitHub
commit 6180a6daed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 562 additions and 804 deletions

View file

@ -103,8 +103,8 @@ dependencies = [
"httpx>=0.27",
"uvicorn>=0.30.0",
"gunicorn>=22.0.0",
"langchain~=0.2.0",
"langchain-core>=0.2.32",
"langchain~=0.3.3",
"langchain-core~=0.3.10",
"langchainhub~=0.1.15",
"sqlmodel==0.0.18",
"loguru>=0.7.1",
@ -148,7 +148,7 @@ dependencies = [
"nanoid>=2.0.0",
"filelock>=3.15.4",
"grandalf>=0.8.0",
"crewai>=0.36.0",
"crewai>=0.74.2",
"spider-client>=0.0.27",
"diskcache>=5.6.3",
"clickhouse-connect==0.7.19",