mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
11 lines
431 B
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}
|