openai[patch]: Release 0.1.14 (#23782)

This commit is contained in:
Bagatur
2024-07-02 18:17:15 -04:00
committed by GitHub
parent cb9812593f
commit 6168c846b2

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-openai"
version = "0.1.13"
version = "0.1.14"
description = "An integration package connecting OpenAI and LangChain"
authors = []
readme = "README.md"
@@ -78,10 +78,6 @@ codespell = "^2.2.0"
[tool.poetry.group.lint.dependencies]
ruff = "^0.1.5"
[tool.poetry.group.typing.dependencies]
mypy = "^0.991"
types-tqdm = "^4.66.0.5"
[tool.poetry.group.test_integration.dependencies]
httpx = "^0.27.0"
pillow = "^10.3.0"
@@ -93,6 +89,10 @@ python = "<3.12"
version = "^1.26.0"
python = ">=3.12"
[tool.poetry.group.typing.dependencies]
mypy = "^0.991"
types-tqdm = "^4.66.0.5"
[tool.poetry.group.test.dependencies.langchain-core]
path = "../../core"
develop = true
@@ -101,10 +101,10 @@ develop = true
path = "../../standard-tests"
develop = true
[tool.poetry.group.typing.dependencies.langchain-core]
path = "../../core"
develop = true
[tool.poetry.group.dev.dependencies.langchain-core]
path = "../../core"
develop = true
[tool.poetry.group.typing.dependencies.langchain-core]
path = "../../core"
develop = true