diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index a89f7854..81f70af3 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -26,7 +26,7 @@ dynamic = [ 'license', 'readme', ] -dependencies = ["huggingface_hub>=0.16.4,<0.19"] +dependencies = ["huggingface_hub>=0.16.4,<1.0"] [project.urls] Homepage = 'https://github.com/huggingface/tokenizers'