Bump langchain-openai from 0.3.12 to 0.3.14 (#415)

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

---
updated-dependencies:
- dependency-name: langchain-openai
  dependency-version: 0.3.14
  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-04-28 17:52:11 -04:00 committed by GitHub
parent 1cfca662d7
commit 81aac4f2af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
poetry.lock generated
View file

@ -1803,18 +1803,18 @@ typing-extensions = ">=4.7"
[[package]]
name = "langchain-openai"
version = "0.3.12"
version = "0.3.14"
description = "An integration package connecting OpenAI and LangChain"
optional = false
python-versions = "<4.0,>=3.9"
groups = ["dev"]
files = [
{file = "langchain_openai-0.3.12-py3-none-any.whl", hash = "sha256:0fab64d58ec95e65ffbaf659470cd362e815685e15edbcb171641e90eca4eb86"},
{file = "langchain_openai-0.3.12.tar.gz", hash = "sha256:c9dbff63551f6bd91913bca9f99a2d057fd95dc58d4778657d67e5baa1737f61"},
{file = "langchain_openai-0.3.14-py3-none-any.whl", hash = "sha256:b8e648d2d7678a5540818199d141ff727c6f1514294b3e1e999a95357c9d66a0"},
{file = "langchain_openai-0.3.14.tar.gz", hash = "sha256:0662db78620c2e5c3ccfc1c36dc959c0ddc80e6bdf7ef81632cbf4b2cc9b9461"},
]
[package.dependencies]
langchain-core = ">=0.3.49,<1.0.0"
langchain-core = ">=0.3.53,<1.0.0"
openai = ">=1.68.2,<2.0.0"
tiktoken = ">=0.7,<1"