Skip to content

Commit

Permalink
openai[patch]: Release 0.1.14 (#23782)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Jul 2, 2024
1 parent cb98125 commit 6168c84
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions libs/partners/openai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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
Expand All @@ -101,10 +101,10 @@ develop = true
path = "../../standard-tests"
develop = true

[tool.poetry.group.typing.dependencies.langchain-core]
[tool.poetry.group.dev.dependencies.langchain-core]
path = "../../core"
develop = true

[tool.poetry.group.dev.dependencies.langchain-core]
[tool.poetry.group.typing.dependencies.langchain-core]
path = "../../core"
develop = true

0 comments on commit 6168c84

Please sign in to comment.