openai[patch]: Release 0.0.7 (#17993)

pull/17870/head^2
Bagatur 7 months ago committed by GitHub
parent a2886c4509
commit cc0290fdf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-openai"
version = "0.0.6"
version = "0.0.7"
description = "An integration package connecting OpenAI and LangChain"
authors = []
readme = "README.md"
@ -12,7 +12,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.16"
langchain-core = "^0.1.26"
openai = "^1.10.0"
numpy = "^1"
tiktoken = ">=0.5.2,<1"

Loading…
Cancel
Save