Skip to content

Commit

Permalink
partners/openai: release 0.3.3 (#29490)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Jan 29, 2025
1 parent f307b3c commit 2c795f5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions libs/partners/openai/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 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.3.2"
version = "0.3.3"
description = "An integration package connecting OpenAI and LangChain"
authors = []
readme = "README.md"
Expand All @@ -23,7 +23,7 @@ ignore_missing_imports = true

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.31"
langchain-core = "^0.3.33"
openai = "^1.58.1"
tiktoken = ">=0.7,<1"

Expand Down

0 comments on commit 2c795f5

Please sign in to comment.