python3Packages.openapi-core: 0.22.0 -> 0.23.0

Diff: https://github.com/p1c2u/openapi-core/compare/0.22.0...0.23.0

Changelog: https://github.com/python-openapi/openapi-core/releases/tag/0.23.0
This commit is contained in:
Robert Schütz
2026-03-15 11:31:28 -07:00
parent 4c0bcddf32
commit 68198e7e80
@@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "openapi-core";
version = "0.22.0";
version = "0.23.0";
pyproject = true;
src = fetchFromGitHub {
owner = "p1c2u";
repo = "openapi-core";
tag = version;
hash = "sha256-fdONzFde9k2NAd5Rd8vTLt/lQX72JdNSFJhPVWryRQw=";
hash = "sha256-3Q0Cr9GfDNL+uA5oV20V2OMewTU9yRI0/WmXLW+nuzo=";
};
build-system = [ poetry-core ];