diff --git a/python/py-huggingface_hub/Portfile b/python/py-huggingface_hub/Portfile index 7562d8b2a31ca..4920f3999f361 100644 --- a/python/py-huggingface_hub/Portfile +++ b/python/py-huggingface_hub/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 name py-huggingface_hub -version 1.1.2 +version 1.1.6 revision 0 categories-append textproc @@ -19,17 +19,17 @@ description Client library to download and publish models and \ long_description {*}${description} -checksums rmd160 d7d60d907e312e5aba9e8d538508a7e6e2753f7e \ - sha256 7bdafc432dc12fa1f15211bdfa689a02531d2a47a3cc0d74935f5726cdbcab8e \ - size 606173 +checksums rmd160 89978a72302b137f551ccd0528804ce31d1fb44a \ + sha256 e1beacb611d74a8189b4c5298e8675fb518256af73b38143171f6efa7d822cf6 \ + size 607477 python.versions 310 311 312 313 if {${name} ne ${subport}} { depends_run-append \ port:py${python.version}-filelock \ - port:py${python.version}-requests \ port:py${python.version}-fsspec \ + port:py${python.version}-typer \ port:py${python.version}-httpx \ port:py${python.version}-packaging \ port:py${python.version}-yaml \