openai[patch]: Release 0.1.8 (#22291)

This commit is contained in:
ccurme 2024-05-29 16:08:30 -04:00 committed by GitHub
parent e71b0b5827
commit 6e1df72a88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -385,7 +385,7 @@ files = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.2.2rc1" version = "0.2.2"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
optional = false optional = false
python-versions = ">=3.8.1,<4.0" python-versions = ">=3.8.1,<4.0"
@ -1268,4 +1268,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.8.1,<4.0" python-versions = ">=3.8.1,<4.0"
content-hash = "62f0a24221c64dc8035ccf7cca3f8ac2eaf47d653a441645c8021120833ecb52" content-hash = "5c1d82bd3c1c750d2cf8999ca6b8ecc9c0fe96cd348f2aed85e22b7cac54b2de"

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "langchain-openai" name = "langchain-openai"
version = "0.1.8rc1" version = "0.1.8"
description = "An integration package connecting OpenAI and LangChain" description = "An integration package connecting OpenAI and LangChain"
authors = [] authors = []
readme = "README.md" readme = "README.md"
@ -12,7 +12,7 @@ license = "MIT"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"
langchain-core = {version =">=0.2.2rc1,<0.3", allow-prereleases=true} langchain-core = ">=0.2.2,<0.3"
openai = "^1.26.0" openai = "^1.26.0"
tiktoken = ">=0.7,<1" tiktoken = ">=0.7,<1"