Unverified Commit 4f4c9082 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

python313Packages.gradio: 5.29.0 -> 5.29.1 (#408890)

parents 8d1988d3 9d60ea85
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
  hatch-fancy-pypi-readme,

  # dependencies
  setuptools,
  fsspec,
  httpx,
  huggingface-hub,
@@ -32,7 +31,7 @@

buildPythonPackage rec {
  pname = "gradio-client";
  version = "1.10.0";
  version = "1.10.1";
  pyproject = true;

  # no tests on pypi
@@ -42,7 +41,7 @@ buildPythonPackage rec {
    # not to be confused with @gradio/client@${version}
    tag = "gradio_client@${version}";
    sparseCheckout = [ "client/python" ];
    hash = "sha256-6sfY8a6CCfkczsF4yvjOuUZOcyiXx1zK7pUHUtYMq/Q=";
    hash = "sha256-jIJkJvXy4mKQN0gVb4nm3hCzgk9qofBrXc3Tws2n2qw=";
  };

  sourceRoot = "${src.name}/client/python";
@@ -61,7 +60,6 @@ buildPythonPackage rec {
  ];

  dependencies = [
    setuptools # needed for 'pkg_resources'
    fsspec
    httpx
    huggingface-hub
+2 −2
Original line number Diff line number Diff line
@@ -73,14 +73,14 @@

buildPythonPackage rec {
  pname = "gradio";
  version = "5.29.0";
  version = "5.29.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "gradio-app";
    repo = "gradio";
    tag = "gradio@${version}";
    hash = "sha256-zNqWJHnjWezueev5J2Ew8FsbHXUBDkfjCOmWhJJng8k=";
    hash = "sha256-nL+m64JTLRS5UOB9WSl7lpsw8v0Vzkt7XWGl9a08Xko=";
  };

  pnpmDeps = pnpm_9.fetchDeps {