mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
openai: release 0.1.15 (#24097)
This commit is contained in:
parent
6ea6f9f7bc
commit
71c2221f8c
891
libs/partners/openai/poetry.lock
generated
891
libs/partners/openai/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry]
|
||||
name = "langchain-openai"
|
||||
version = "0.1.14"
|
||||
version = "0.1.15"
|
||||
description = "An integration package connecting OpenAI and LangChain"
|
||||
authors = []
|
||||
readme = "README.md"
|
||||
@ -22,7 +22,7 @@ ignore_missing_imports = true
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain-core = ">=0.2.2,<0.3"
|
||||
langchain-core = "^0.2.13"
|
||||
openai = "^1.32.0"
|
||||
tiktoken = ">=0.7,<1"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user