mistralai: relax tokenizers dep (#21277)

This commit is contained in:
Erick Friis
2024-05-03 14:16:22 -07:00
committed by GitHub
parent 6e1e0c7d5c
commit 36c2ca3c8b
2 changed files with 167 additions and 182 deletions

View File

@@ -13,7 +13,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.46"
tokenizers = "^0.15.1"
tokenizers = ">=0.15.1,<1"
httpx = ">=0.25.2,<1"
httpx-sse = ">=0.3.1,<1"