Skip to content

Commit 91e5491

Browse files
authored
Merge branch 'deploy' into process-workaround
2 parents d8c2ca4 + 46ac785 commit 91e5491

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

pygeoapi/models/openapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
from enum import Enum
3333

34-
from pydantic import BaseModel
34+
from pydantic import RootModel
3535

3636

3737
class SupportedFormats(Enum):

requirements-dev.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ starlette
1313
uvicorn[standard]
1414
httpx
1515

16-
# Pydantic/Dataclasses models
17-
polyfactory
18-
1916
# PEP8
2017
flake8
2118

0 commit comments

Comments
 (0)