Skip to content

Commit 4f4c908

Browse files
authored
python313Packages.gradio: 5.29.0 -> 5.29.1 (#408890)
2 parents 8d1988d + 9d60ea8 commit 4f4c908

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

pkgs/development/python-modules/gradio/client.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
hatch-fancy-pypi-readme,
1212

1313
# dependencies
14-
setuptools,
1514
fsspec,
1615
httpx,
1716
huggingface-hub,
@@ -32,7 +31,7 @@
3231

3332
buildPythonPackage 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

pkgs/development/python-modules/gradio/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@
7373

7474
buildPythonPackage 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 {

0 commit comments

Comments
 (0)