We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8c2ca4 + 46ac785 commit 91e5491Copy full SHA for 91e5491
2 files changed
pygeoapi/models/openapi.py
@@ -31,7 +31,7 @@
31
32
from enum import Enum
33
34
-from pydantic import BaseModel
+from pydantic import RootModel
35
36
37
class SupportedFormats(Enum):
requirements-dev.txt
@@ -13,9 +13,6 @@ starlette
13
uvicorn[standard]
14
httpx
15
16
-# Pydantic/Dataclasses models
17
-polyfactory
18
-
19
# PEP8
20
flake8
21
0 commit comments