From 8cb2a73e5d9243585aa93b1fd6a999ceaeecbfa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 18 Apr 2025 22:05:03 -0700 Subject: [PATCH] python313Packages.openapi-core: 0.19.4 -> 0.19.5 Diff: https://github.com/p1c2u/openapi-core/compare/refs/tags/0.19.4...0.19.5 Changelog: https://github.com/python-openapi/openapi-core/releases/tag/0.19.5 --- .../python-modules/openapi-core/default.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/openapi-core/default.nix b/pkgs/development/python-modules/openapi-core/default.nix index 4d20420e3da9..49191376d940 100644 --- a/pkgs/development/python-modules/openapi-core/default.nix +++ b/pkgs/development/python-modules/openapi-core/default.nix @@ -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