mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
integrations[patch]: bump core to 0.3.15 (#27805)
This commit is contained in:
4
libs/partners/openai/poetry.lock
generated
4
libs/partners/openai/poetry.lock
generated
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user