langchain[patch]: Release 0.3.15 (#29322)

This commit is contained in:
Bagatur 2025-01-20 18:24:11 -08:00 committed by GitHub
parent 923e6fb321
commit ec5fae76d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -2003,7 +2003,7 @@ url = "../core"
[[package]] [[package]]
name = "langchain-openai" name = "langchain-openai"
version = "0.3.0" version = "0.3.1"
description = "An integration package connecting OpenAI and LangChain" description = "An integration package connecting OpenAI and LangChain"
optional = true optional = true
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"
@ -2011,7 +2011,7 @@ files = []
develop = true develop = true
[package.dependencies] [package.dependencies]
langchain-core = "^0.3.29" langchain-core = "^0.3.30"
openai = "^1.58.1" openai = "^1.58.1"
tiktoken = ">=0.7,<1" tiktoken = ">=0.7,<1"
@ -5076,4 +5076,4 @@ type = ["pytest-mypy"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"
content-hash = "5cafc961dc317777b6316b957b44d68da7974be6d863e0e64510391624f5a9d7" content-hash = "7dd55a6e29a188f48f59469ce0ca25ecb2d5a85df82121e181462cddb3f14fbc"

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "langchain" name = "langchain"
version = "0.3.14" version = "0.3.15"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
authors = [] authors = []
license = "MIT" license = "MIT"
@ -33,7 +33,7 @@ langchain-server = "langchain.server:main"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.9,<4.0" python = ">=3.9,<4.0"
langchain-core = "^0.3.29" langchain-core = "^0.3.31"
langchain-text-splitters = "^0.3.3" langchain-text-splitters = "^0.3.3"
langsmith = ">=0.1.17,<0.4" langsmith = ">=0.1.17,<0.4"
pydantic = "^2.7.4" pydantic = "^2.7.4"