openai[patch]: Release 0.0.7 (#17993)

This commit is contained in:
Bagatur 2024-02-22 21:33:59 -08:00 committed by GitHub
parent a2886c4509
commit cc0290fdf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -318,7 +318,7 @@ files = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.1.23" version = "0.1.26"
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"
@ -328,7 +328,7 @@ develop = true
[package.dependencies] [package.dependencies]
anyio = ">=3,<5" anyio = ">=3,<5"
jsonpatch = "^1.33" jsonpatch = "^1.33"
langsmith = "^0.0.87" langsmith = "^0.1.0"
packaging = "^23.2" packaging = "^23.2"
pydantic = ">=1,<3" pydantic = ">=1,<3"
PyYAML = ">=5.3" PyYAML = ">=5.3"
@ -344,13 +344,13 @@ url = "../../core"
[[package]] [[package]]
name = "langsmith" name = "langsmith"
version = "0.0.87" version = "0.1.5"
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
optional = false optional = false
python-versions = ">=3.8.1,<4.0" python-versions = ">=3.8.1,<4.0"
files = [ files = [
{file = "langsmith-0.0.87-py3-none-any.whl", hash = "sha256:8903d3811b9fc89eb18f5961c8e6935fbd2d0f119884fbf30dc70b8f8f4121fc"}, {file = "langsmith-0.1.5-py3-none-any.whl", hash = "sha256:a1811821a923d90e53bcbacdd0988c3c366aff8f4c120d8777e7af8ecda06268"},
{file = "langsmith-0.0.87.tar.gz", hash = "sha256:36c4cc47e5b54be57d038036a30fb19ce6e4c73048cd7a464b8f25b459694d34"}, {file = "langsmith-0.1.5.tar.gz", hash = "sha256:aa7a2861aa3d9ae563a077c622953533800466c4e2e539b0d567b84d5fd5b157"},
] ]
[package.dependencies] [package.dependencies]
@ -1125,4 +1125,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 = "b4e8b107da054bb20fbdac062c95897c92df0100d0d387b47719adb93b55355a" content-hash = "9042268bae5a1a551376a56281b3ba357893326bba0aeade8121c5d8d069998d"

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "langchain-openai" name = "langchain-openai"
version = "0.0.6" version = "0.0.7"
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 = "^0.1.16" langchain-core = "^0.1.26"
openai = "^1.10.0" openai = "^1.10.0"
numpy = "^1" numpy = "^1"
tiktoken = ">=0.5.2,<1" tiktoken = ">=0.5.2,<1"