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