Unverified Commit 212e09fd authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python313Packages.openapi-core: 0.19.4 -> 0.19.5 (#399956)

parents bb0452e2 8cb2a73e
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
  pytest-aiohttp,
  pytest-cov-stub,
  pytestCheckHook,
  pythonOlder,
  responses,
  requests,
  starlette,
@@ -31,20 +30,22 @@

buildPythonPackage rec {
  pname = "openapi-core";
  version = "0.19.4";
  version = "0.19.5";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchFromGitHub {
    owner = "p1c2u";
    repo = "openapi-core";
    tag = version;
    hash = "sha256-JvWusDokov8G0UO9oOkGicAI7wYZTnNywbvKMZKQWiQ=";
    hash = "sha256-Q7Z6bq8TztNm2QLL7g23rOGnXVfiTDjquHAhcSWYlC4=";
  };

  build-system = [ poetry-core ];

  pythonRelaxDeps = [
    "werkzeug"
  ];

  dependencies = [
    isodate
    more-itertools