ports/devel/py-openapi-core/files/patch-pyproject.toml

11 lines
431 B
TOML

--- pyproject.toml.orig 1970-01-01 00:00:00 UTC
+++ pyproject.toml
@@ -74,7 +74,7 @@ requests = {version = "*", optional = true}
requests = {version = "*", optional = true}
# werkzeug 3.1.2 changed the definition of Headers
# See https://github.com/python-openapi/openapi-core/issues/938
-werkzeug = "<3.1.2"
+werkzeug = "*"
jsonschema-path = "^0.3.1"
jsonschema = "^4.18.0"
multidict = {version = "^6.0.4", optional = true}