integrations[patch]: bump core to 0.3.15 (#27805)

This commit is contained in:
Bagatur
2024-10-31 11:27:05 -07:00
committed by GitHub
parent 54cb80c778
commit 06420de2e7
15 changed files with 1453 additions and 1296 deletions

View File

@@ -493,7 +493,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.3.13"
version = "0.3.15"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.9,<4.0"
@@ -1561,4 +1561,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "3362b445a24e614b105f82e09d06ca1c914004df2b017eae705c969810678b76"
content-hash = "985f183aed7188a51964c30831939cae8060d906e8b07d4257e423016b6f3dd4"

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-openai"
version = "0.2.4"
version = "0.2.5"
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.13"
langchain-core = "^0.3.15"
openai = "^1.52.0"
tiktoken = ">=0.7,<1"