Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
BOOL-1940: made typing-extensions dep looser (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mainstay-Noah-Huppert authored Jul 12, 2023
1 parent 99de702 commit e249593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "tiktoken is a fast BPE tokeniser for use with OpenAI's models"
readme = "README.md"
license = {file = "LICENSE"}
authors = [{name = "Shantanu Jain"}, {email = "[email protected]"}]
dependencies = ["regex>=2022.1.18", "requests>=2.26.0", "typing-extensions>=4.7.1"]
dependencies = ["regex>=2022.1.18", "requests>=2.26.0", "typing-extensions>=3.7"]
optional-dependencies = {blobfile = ["blobfile>=2"]}
requires-python = ">=3.7"

Expand Down

0 comments on commit e249593

Please sign in to comment.