File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
pkgs/development/python-modules/gradio Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1111 hatch-fancy-pypi-readme ,
1212
1313 # dependencies
14- setuptools ,
1514 fsspec ,
1615 httpx ,
1716 huggingface-hub ,
3231
3332buildPythonPackage rec {
3433 pname = "gradio-client" ;
35- version = "1.10.0 " ;
34+ version = "1.10.1 " ;
3635 pyproject = true ;
3736
3837 # no tests on pypi
@@ -42,7 +41,7 @@ buildPythonPackage rec {
4241 # not to be confused with @gradio/client@${version}
4342 tag = "gradio_client@${ version } " ;
4443 sparseCheckout = [ "client/python" ] ;
45- hash = "sha256-6sfY8a6CCfkczsF4yvjOuUZOcyiXx1zK7pUHUtYMq/Q =" ;
44+ hash = "sha256-jIJkJvXy4mKQN0gVb4nm3hCzgk9qofBrXc3Tws2n2qw =" ;
4645 } ;
4746
4847 sourceRoot = "${ src . name } /client/python" ;
@@ -61,7 +60,6 @@ buildPythonPackage rec {
6160 ] ;
6261
6362 dependencies = [
64- setuptools # needed for 'pkg_resources'
6563 fsspec
6664 httpx
6765 huggingface-hub
Original file line number Diff line number Diff line change 7373
7474buildPythonPackage rec {
7575 pname = "gradio" ;
76- version = "5.29.0 " ;
76+ version = "5.29.1 " ;
7777 pyproject = true ;
7878
7979 src = fetchFromGitHub {
8080 owner = "gradio-app" ;
8181 repo = "gradio" ;
8282 tag = "gradio@${ version } " ;
83- hash = "sha256-zNqWJHnjWezueev5J2Ew8FsbHXUBDkfjCOmWhJJng8k =" ;
83+ hash = "sha256-nL+m64JTLRS5UOB9WSl7lpsw8v0Vzkt7XWGl9a08Xko =" ;
8484 } ;
8585
8686 pnpmDeps = pnpm_9 . fetchDeps {
You can’t perform that action at this time.
0 commit comments