Merge pull request #185 from learnhouse/dependabot/pip/apps/api/langchain-openai-0.0.6

chore(deps): bump langchain-openai from 0.0.2.post1 to 0.0.6 in /apps/api
This commit is contained in:
Badr B 2024-04-01 10:56:39 +02:00 committed by GitHub
commit 0bd5ecacd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
apps/api/poetry.lock generated
View file

@ -1351,20 +1351,20 @@ extended-testing = ["jinja2 (>=3,<4)"]
[[package]]
name = "langchain-openai"
version = "0.0.2.post1"
version = "0.0.6"
description = "An integration package connecting OpenAI and LangChain"
optional = false
python-versions = ">=3.8.1,<4.0"
files = [
{file = "langchain_openai-0.0.2.post1-py3-none-any.whl", hash = "sha256:ba468b94c23da9d8ccefe5d5a3c1c65b4b9702292523e53acc689a9110022e26"},
{file = "langchain_openai-0.0.2.post1.tar.gz", hash = "sha256:f8e78db4a663feeac71d9f036b9422406c199ea3ef4c97d99ff392c93530e073"},
{file = "langchain_openai-0.0.6-py3-none-any.whl", hash = "sha256:2ef040e4447a26a9d3bd45dfac9cefa00797ea58555a3d91ab4f88699eb3a005"},
{file = "langchain_openai-0.0.6.tar.gz", hash = "sha256:f5c4ebe46f2c8635c8f0c26cc8df27700aacafea025410e418d5a080039974dd"},
]
[package.dependencies]
langchain-core = ">=0.1.7,<0.2"
langchain-core = ">=0.1.16,<0.2"
numpy = ">=1,<2"
openai = ">=1.6.1,<2.0.0"
tiktoken = ">=0.5.2,<0.6.0"
openai = ">=1.10.0,<2.0.0"
tiktoken = ">=0.5.2,<1"
[[package]]
name = "langsmith"
@ -3737,4 +3737,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "2b11a5268fcd05d3a201d8b2126c2c4668ff227822d8321ba2adcff45a86d473"
content-hash = "295328b1dfd6d61e6c9f9604c5f985125b430b30b9dfbb3b3803c393716f660d"

View file

@ -19,7 +19,7 @@ fastapi-jwt-auth = "^0.5.0"
httpx = "^0.26.0"
langchain = "0.1.0"
langchain-community = "^0.0.11"
langchain-openai = "^0.0.2.post1"
langchain-openai = "^0.0.6"
openai = "^1.7.1"
passlib = "^1.7.4"
psycopg2-binary = "^2.9.9"