From 648b33a09ee8da40a5b4599054eb855a7a875ca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20=C5=A0a=C5=A1ko?= Date: Mon, 6 Nov 2023 14:12:05 +0100 Subject: [PATCH] Allow hf_hub 0.18 (#1383) --- bindings/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'