Unverified Commit 70e1ec17 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

fastmcp: 2.7.0 -> 2.8.0 (#423284)

parents 528fd8c3 ce6537ec
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  stdenv,
  buildPythonPackage,
  fetchFromGitHub,
  writableTmpDirAsHomeHook,

  # build-system
  hatchling,
@@ -26,14 +27,14 @@

buildPythonPackage rec {
  pname = "fastmcp";
  version = "2.7.0";
  version = "2.8.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jlowin";
    repo = "fastmcp";
    tag = "v${version}";
    hash = "sha256-UQV/hIu96ukpJxUhOux0mos0o6j4kvsFp2NJHa47tbw=";
    hash = "sha256-FleJkqdUIhGsV+DVYv/Nf5IORntH/aFq9abKn2r/6Is=";
  };

  postPatch = ''
@@ -64,6 +65,7 @@ buildPythonPackage rec {
    fastapi
    pytest-httpx
    pytestCheckHook
    writableTmpDirAsHomeHook
  ];

  disabledTests = [