partners/openai: release 0.2.3 (#27457)

This commit is contained in:
Erick Friis 2024-10-18 08:16:01 -07:00 committed by GitHub
parent 7d65a32ee0
commit 2cf2cefe39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1559,4 +1559,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "82984f2d0f65cf0d18789eda536b66448839e19edf0466583e06ca3f0c709159"
content-hash = "8a60367ec11be17e65f368842c2da805aa6d450d4330b23eb6828964be2ad16c"

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-openai"
version = "0.2.2"
version = "0.2.3"
description = "An integration package connecting OpenAI and LangChain"
authors = []
readme = "README.md"
@ -23,7 +23,7 @@ ignore_missing_imports = true
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.9"
langchain-core = "^0.3.12"
openai = "^1.52.0"
tiktoken = ">=0.7,<1"