diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 6efb58f6e..48ef5b2a3 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.17"] +dependencies = ["huggingface_hub>=0.16.4,<0.18"] [project.urls] Homepage = 'https://github.com/huggingface/tokenizers'