chore: remove marshmallow-enum dependency and bump FAB (#24499)

This commit is contained in:
Daniel Vaz Gaspar
2023-06-27 08:37:43 +01:00
committed by GitHub
parent 036294a191
commit 0ddc0a6738
15 changed files with 45 additions and 37 deletions

View File

@@ -102,7 +102,6 @@ def test_parameters_json_schema() -> None:
"http_path": {"type": "string"},
"port": {
"description": "Database port",
"format": "int32",
"maximum": 65536,
"minimum": 0,
"type": "integer",