mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 08:33:49 +00:00
openai[patch]: Release 0.1.7, bump tiktoken 0.7.0 (#21723)
This commit is contained in:
parent
0405933914
commit
af284518bc
4
libs/partners/openai/poetry.lock
generated
4
libs/partners/openai/poetry.lock
generated
@ -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…
Reference in New Issue
Block a user