build: lock langchain-core to version 0.2.30. (#3348)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-08-14 17:17:31 -03:00 committed by GitHub
commit 664da106d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

4
poetry.lock generated
View file

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
[[package]]
name = "aenum"
@ -5226,7 +5226,7 @@ gunicorn = "^22.0.0"
httpx = "*"
jq = {version = "^1.7.0", markers = "sys_platform != \"win32\""}
langchain = "~0.2.0"
langchain-core = "^0.2.24"
langchain-core = "0.2.30"
langchain-experimental = "^0.0.61"
langchainhub = "~0.1.15"
loguru = "^0.7.1"

View file

@ -7558,4 +7558,4 @@ local = []
[metadata]
lock-version = "2.0"
python-versions = ">=3.10,<3.13"
content-hash = "12d207ab2531a201c153cfc0ec800ae9b43c47dd34506f19f7ed97e27c032149"
content-hash = "58890e1cb1307d24ec2175415d65175ec6ef3588defe715410ed2d04157d835c"

View file

@ -32,7 +32,7 @@ httpx = "*"
uvicorn = "^0.30.0"
gunicorn = "^22.0.0"
langchain = "~0.2.0"
langchain-core = "^0.2.24"
langchain-core = "0.2.30"
langchainhub = "~0.1.15"
sqlmodel = "^0.0.18"
loguru = "^0.7.1"