aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-openapi-core/files/patch-pyproject.toml
blob: ca8ed9c8393b2769ed5989d4487b5c11d37bf66a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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}