fix: temporary pin tiktoken (#5774)

* exclude breaking tiktoken version

* exclude breaking tiktoken version
This commit is contained in:
ZanSara 2023-09-12 13:35:52 +01:00 committed by GitHub
parent 23f7308bec
commit 869f69d0d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ dependencies = [
"Pillow", "Pillow",
# OpenAI tokenizer # OpenAI tokenizer
"tiktoken>=0.3.2", "tiktoken>=0.3.2,<0.5.0",
# Schema validation # Schema validation
"jsonschema", "jsonschema",