openai[patch]: Release 0.1.21rc2 (#25146)

This commit is contained in:
Bagatur 2024-08-07 09:59:15 -07:00 committed by GitHub
parent b4c12346cc
commit a4086119f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -475,7 +475,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.2.29rc1"
version = "0.2.29"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -677,13 +677,13 @@ files = [
[[package]]
name = "openai"
version = "1.40.0"
version = "1.40.1"
description = "The official Python library for the openai API"
optional = false
python-versions = ">=3.7.1"
files = [
{file = "openai-1.40.0-py3-none-any.whl", hash = "sha256:eb6909abaacd62ef28c275a5c175af29f607b40645b0a49d2856bbed62edb2e7"},
{file = "openai-1.40.0.tar.gz", hash = "sha256:1b7b316e27b2333b063ee62b6539b74267c7282498d9a02fc4ccb38a9c14336c"},
{file = "openai-1.40.1-py3-none-any.whl", hash = "sha256:cf5929076c6ca31c26f1ed207e9fd19eb05404cc9104f64c9d29bb0ac0c5bcd4"},
{file = "openai-1.40.1.tar.gz", hash = "sha256:cb1294ac1f8c6a1acbb07e090698eb5ad74a7a88484e77126612a4f22579673d"},
]
[package.dependencies]
@ -1527,4 +1527,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "a08bed7f2e62b3f6c7fc52a31c2529b44d4e5adcc55aba5047be027596fdb31f"
content-hash = "cab8db174a065e75e0d720ef93633060c81e0c18052f42a6d6b3cdbf36bd7c34"

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-openai"
version = "0.1.21rc1"
version = "0.1.21rc2"
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.8.1,<4.0"
langchain-core = { version = "^0.2.29rc1", allow-prereleases=true }
langchain-core = "^0.2.29"
openai = "^1.40.0"
tiktoken = ">=0.7,<1"