openai: release 0.1.15 (#24097)

This commit is contained in:
Erick Friis 2024-07-11 01:45:42 +02:00 committed by GitHub
parent 6ea6f9f7bc
commit 71c2221f8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 465 additions and 430 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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"