diff --git a/libs/partners/openai/poetry.lock b/libs/partners/openai/poetry.lock index 85b65dbf801..41b8b1e48f1 100644 --- a/libs/partners/openai/poetry.lock +++ b/libs/partners/openai/poetry.lock @@ -496,7 +496,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.3.29" +version = "0.3.30" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -521,7 +521,7 @@ url = "../../core" [[package]] name = "langchain-tests" -version = "0.3.7" +version = "0.3.8" description = "Standard tests for LangChain implementations" optional = false python-versions = ">=3.9,<4.0" @@ -1647,4 +1647,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "0bc715ae349e68aa13cce7541210fb9596a6a66a9a5479fdc5c891c79ca11688" +content-hash = "7b96bca67aad51e85bdceb9b491b834bc036aa20da766b999d2c3e2df8e64ae1" diff --git a/libs/partners/openai/pyproject.toml b/libs/partners/openai/pyproject.toml index 77ef40180e4..8f80837ac36 100644 --- a/libs/partners/openai/pyproject.toml +++ b/libs/partners/openai/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-openai" -version = "0.3.0" +version = "0.3.1" description = "An integration package connecting OpenAI and LangChain" authors = [] readme = "README.md" @@ -23,7 +23,7 @@ ignore_missing_imports = true [tool.poetry.dependencies] python = ">=3.9,<4.0" -langchain-core = "^0.3.29" +langchain-core = "^0.3.30" openai = "^1.58.1" tiktoken = ">=0.7,<1"