mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
openai[patch]: Release 0.1.25 (#26439)
This commit is contained in:
parent
7fc9e99e21
commit
d9813bdbbc
6
libs/partners/openai/poetry.lock
generated
6
libs/partners/openai/poetry.lock
generated
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user