openai[patch]: Release 0.1.25 (#26439)

This commit is contained in:
Bagatur 2024-09-13 12:00:01 -07:00 committed by GitHub
parent 7fc9e99e21
commit d9813bdbbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
[[package]]
name = "annotated-types"
@ -476,7 +476,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.2.39"
version = "0.2.40"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -1555,4 +1555,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "4de489ce10a23ce967acf88456b4c24b8daacf2c2089916db6f83bc5b595e07c"
content-hash = "f69618f90bef90135927a494c225c7c0d204a5641e4061b15ae9658536f0aa4a"

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-openai"
version = "0.1.24"
version = "0.1.25"
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.8.1,<4.0"
langchain-core = "^0.2.39"
langchain-core = "^0.2.40"
openai = "^1.40.0"
tiktoken = ">=0.7,<1"