Skip to content

Commit

Permalink
openai[patch]: Release 0.1.7, bump tiktoken 0.7.0 (#21723)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed May 15, 2024
1 parent 0405933 commit af28451
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libs/partners/openai/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libs/partners/openai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down

0 comments on commit af28451

Please sign in to comment.