Bump langchain-openai from 0.3.17 to 0.3.18 (#529)

Bumps [langchain-openai](https://github.com/langchain-ai/langchain) from 0.3.17 to 0.3.18.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.3.17...langchain-openai==0.3.18)

---
updated-dependencies:
- dependency-name: langchain-openai
  dependency-version: 0.3.18
  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:
dependabot[bot] 2025-05-29 12:59:45 -04:00 committed by GitHub
parent 95328ef8a1
commit b8a2dab981
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
poetry.lock generated
View file

@ -1768,14 +1768,14 @@ pydantic = ">=2.7.4,<3.0.0"
[[package]]
name = "langchain-core"
version = "0.3.60"
version = "0.3.61"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.9"
groups = ["dev"]
files = [
{file = "langchain_core-0.3.60-py3-none-any.whl", hash = "sha256:2ccdf06b12e699b1b0962bc02837056c075b4981c3d13f82a4d4c30bb22ea3dc"},
{file = "langchain_core-0.3.60.tar.gz", hash = "sha256:63dd1bdf7939816115399522661ca85a2f3686a61440f2f46ebd86d1b028595b"},
{file = "langchain_core-0.3.61-py3-none-any.whl", hash = "sha256:62cddbda7fb6085b6096bb4f3ad69642ebb0585bde7b210edc61dd0af33f2ea4"},
{file = "langchain_core-0.3.61.tar.gz", hash = "sha256:67ba08d4cf58616050047ef3a07887a72607fea9b6b4522dff9e7579a1adbe75"},
]
[package.dependencies]
@ -1789,18 +1789,18 @@ typing-extensions = ">=4.7"
[[package]]
name = "langchain-openai"
version = "0.3.17"
version = "0.3.18"
description = "An integration package connecting OpenAI and LangChain"
optional = false
python-versions = ">=3.9"
groups = ["dev"]
files = [
{file = "langchain_openai-0.3.17-py3-none-any.whl", hash = "sha256:d4d9cf945e2453ee5895ccd12fd8a3ea9131a0f6130dcc21427c77cc2206b1c0"},
{file = "langchain_openai-0.3.17.tar.gz", hash = "sha256:10bcdfac3edb3dea4a8aabb12f01566e5ff8756634cc52aa169c62e4c4b73801"},
{file = "langchain_openai-0.3.18-py3-none-any.whl", hash = "sha256:1687b972a6f6ac125cb8b23c0043278ab3bce031983ef9b32c1277155f88a03e"},
{file = "langchain_openai-0.3.18.tar.gz", hash = "sha256:8e0769e4042de099a6217bbdccf7cc06b14c462e900424cbfc340c5f46f079ba"},
]
[package.dependencies]
langchain-core = ">=0.3.59,<1.0.0"
langchain-core = ">=0.3.61,<1.0.0"
openai = ">=1.68.2,<2.0.0"
tiktoken = ">=0.7,<1"