mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-01 10:19:23 +00:00
fix: temporary pin tiktoken (#5774)
* exclude breaking tiktoken version * exclude breaking tiktoken version
This commit is contained in:
parent
23f7308bec
commit
869f69d0d1
@ -73,7 +73,7 @@ dependencies = [
|
||||
"Pillow",
|
||||
|
||||
# OpenAI tokenizer
|
||||
"tiktoken>=0.3.2",
|
||||
"tiktoken>=0.3.2,<0.5.0",
|
||||
|
||||
# Schema validation
|
||||
"jsonschema",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user