mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore(deps): bump langchain-openai in /apps/api
Bumps [langchain-openai](https://github.com/langchain-ai/langchain) from 0.0.2.post1 to 0.0.6. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/commits) --- updated-dependencies: - dependency-name: langchain-openai dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
33ac0d0c21
commit
de8e784a28
2 changed files with 8 additions and 8 deletions
14
apps/api/poetry.lock
generated
14
apps/api/poetry.lock
generated
|
|
@ -1351,20 +1351,20 @@ extended-testing = ["jinja2 (>=3,<4)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-openai"
|
name = "langchain-openai"
|
||||||
version = "0.0.2.post1"
|
version = "0.0.6"
|
||||||
description = "An integration package connecting OpenAI and LangChain"
|
description = "An integration package connecting OpenAI and LangChain"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8.1,<4.0"
|
python-versions = ">=3.8.1,<4.0"
|
||||||
files = [
|
files = [
|
||||||
{file = "langchain_openai-0.0.2.post1-py3-none-any.whl", hash = "sha256:ba468b94c23da9d8ccefe5d5a3c1c65b4b9702292523e53acc689a9110022e26"},
|
{file = "langchain_openai-0.0.6-py3-none-any.whl", hash = "sha256:2ef040e4447a26a9d3bd45dfac9cefa00797ea58555a3d91ab4f88699eb3a005"},
|
||||||
{file = "langchain_openai-0.0.2.post1.tar.gz", hash = "sha256:f8e78db4a663feeac71d9f036b9422406c199ea3ef4c97d99ff392c93530e073"},
|
{file = "langchain_openai-0.0.6.tar.gz", hash = "sha256:f5c4ebe46f2c8635c8f0c26cc8df27700aacafea025410e418d5a080039974dd"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
langchain-core = ">=0.1.7,<0.2"
|
langchain-core = ">=0.1.16,<0.2"
|
||||||
numpy = ">=1,<2"
|
numpy = ">=1,<2"
|
||||||
openai = ">=1.6.1,<2.0.0"
|
openai = ">=1.10.0,<2.0.0"
|
||||||
tiktoken = ">=0.5.2,<0.6.0"
|
tiktoken = ">=0.5.2,<1"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langsmith"
|
name = "langsmith"
|
||||||
|
|
@ -3737,4 +3737,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.12"
|
python-versions = "^3.12"
|
||||||
content-hash = "2b11a5268fcd05d3a201d8b2126c2c4668ff227822d8321ba2adcff45a86d473"
|
content-hash = "295328b1dfd6d61e6c9f9604c5f985125b430b30b9dfbb3b3803c393716f660d"
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ fastapi-jwt-auth = "^0.5.0"
|
||||||
httpx = "^0.26.0"
|
httpx = "^0.26.0"
|
||||||
langchain = "0.1.0"
|
langchain = "0.1.0"
|
||||||
langchain-community = "^0.0.11"
|
langchain-community = "^0.0.11"
|
||||||
langchain-openai = "^0.0.2.post1"
|
langchain-openai = "^0.0.6"
|
||||||
openai = "^1.7.1"
|
openai = "^1.7.1"
|
||||||
passlib = "^1.7.4"
|
passlib = "^1.7.4"
|
||||||
psycopg2-binary = "^2.9.9"
|
psycopg2-binary = "^2.9.9"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue