openai[patch]: Release 0.1.7, bump tiktoken 0.7.0 (#21723)

pull/21724/head^2 langchain-openai==0.1.7
Bagatur 3 weeks ago committed by GitHub
parent 0405933914
commit af284518bc
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.7.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
[[package]]
name = "annotated-types"
@ -1268,4 +1268,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "f2dff3772b9fbb667f01ca3c1eac11f2c0a211f6b93e8d4c66058d86bb0132a9"
content-hash = "8c22541c0d451c02c7f8d309a488cdcc4709573b706f1c67719a23735b72e745"

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-openai"
version = "0.1.6"
version = "0.1.7"
description = "An integration package connecting OpenAI and LangChain"
authors = []
readme = "README.md"
@ -14,7 +14,7 @@ license = "MIT"
python = ">=3.8.1,<4.0"
langchain-core = ">=0.1.46,<0.3"
openai = "^1.24.0"
tiktoken = ">=0.5.2,<1"
tiktoken = ">=0.7,<1"
[tool.poetry.group.test]
optional = true

Loading…
Cancel
Save