Bump langchain-openai from 0.3.21 to 0.3.23 (#593)
Bumps [langchain-openai](https://github.com/langchain-ai/langchain) from 0.3.21 to 0.3.23. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.3.21...langchain-openai==0.3.23) --- updated-dependencies: - dependency-name: langchain-openai dependency-version: 0.3.23 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
59de419b69
commit
58e213f7a2
1 changed files with 7 additions and 7 deletions
14
poetry.lock
generated
14
poetry.lock
generated
|
|
@ -1785,14 +1785,14 @@ pydantic = ">=2.7.4,<3.0.0"
|
|||
|
||||
[[package]]
|
||||
name = "langchain-core"
|
||||
version = "0.3.64"
|
||||
version = "0.3.65"
|
||||
description = "Building applications with LLMs through composability"
|
||||
optional = false
|
||||
python-versions = ">=3.9"
|
||||
groups = ["dev"]
|
||||
files = [
|
||||
{file = "langchain_core-0.3.64-py3-none-any.whl", hash = "sha256:e844c425329d450cb3010001d86b61fd59a6a17691641109bae39322c85e27dd"},
|
||||
{file = "langchain_core-0.3.64.tar.gz", hash = "sha256:71b51bf77003eb57e74b8fa2a84ac380e24aa7357f173b51645c5834b9fc0d62"},
|
||||
{file = "langchain_core-0.3.65-py3-none-any.whl", hash = "sha256:80e8faf6e9f331f8ef728f3fe793549f1d3fb244fcf9e1bdcecab6a6f4669394"},
|
||||
{file = "langchain_core-0.3.65.tar.gz", hash = "sha256:54b5e0c8d9bb405415c3211da508ef9cfe0acbe5b490d1b4a15664408ee82d9b"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
|
@ -1806,18 +1806,18 @@ typing-extensions = ">=4.7"
|
|||
|
||||
[[package]]
|
||||
name = "langchain-openai"
|
||||
version = "0.3.21"
|
||||
version = "0.3.23"
|
||||
description = "An integration package connecting OpenAI and LangChain"
|
||||
optional = false
|
||||
python-versions = ">=3.9"
|
||||
groups = ["dev"]
|
||||
files = [
|
||||
{file = "langchain_openai-0.3.21-py3-none-any.whl", hash = "sha256:9d1f447af2e15d5d6b7e0c5552052e08d1dd4aa1c9b537bcde47534792a7f244"},
|
||||
{file = "langchain_openai-0.3.21.tar.gz", hash = "sha256:470126f54b754b55a421bd0ffcb53671355700b42f0689a80187d53df20c6759"},
|
||||
{file = "langchain_openai-0.3.23-py3-none-any.whl", hash = "sha256:624794394482c0923823f0aac44979968d77fdcfa810e42d4b0abd8096199a40"},
|
||||
{file = "langchain_openai-0.3.23.tar.gz", hash = "sha256:73411c06e04bc145db7146a6fcf33dd0f1a85130499dcae988829a4441ddaa66"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
langchain-core = ">=0.3.64,<1.0.0"
|
||||
langchain-core = ">=0.3.65,<1.0.0"
|
||||
openai = ">=1.68.2,<2.0.0"
|
||||
tiktoken = ">=0.7,<1"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue