openai[patch]: Release 0.0.4 (#16590)

pull/16592/head
Bagatur 5 months ago committed by GitHub
parent 1e3ce338ca
commit 75ad0bba2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand.
[[package]]
name = "annotated-types"
@ -318,7 +318,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.1.13"
version = "0.1.16"
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.83"
langsmith = ">=0.0.83,<0.1"
packaging = "^23.2"
pydantic = ">=1,<3"
PyYAML = ">=5.3"
@ -1147,4 +1147,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "864d5c8b19403aae2a5658e042d4c0deb64fb9ce89b2bd3e751b5c0a1bf8dc68"
content-hash = "9f4b19ea531b89f5c5390782b0b205512317db0c7ec3e81c1143f1b9a146fb42"

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-openai"
version = "0.0.3"
version = "0.0.4"
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.13,<0.2"
langchain-core = ">=0.1.16,<0.2"
openai = "^1.6.1"
numpy = "^1"
tiktoken = "^0.5.2"

Loading…
Cancel
Save