Skip to content

Commit

Permalink
Merge branch 'main' into chouinar/upgrade-pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
chouinar committed Oct 11, 2023
2 parents 6da429b + 3a6a2cb commit 8a3293d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .dockleconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# DOCKLE_ACCEPT_FILES="file1,path/to/file2,file3/path,etc"

# The apiflask/settings file is a stub file that apiflask creates, and has no sensitive data in. We are ignoring it since it is unused
DOCKLE_ACCEPT_FILES=app/.venv/lib/python3.11/site-packages/apiflask/settings.py
DOCKLE_ACCEPT_FILES=app/.venv/lib/python3.12/site-packages/apiflask/settings.py
3 changes: 3 additions & 0 deletions app/openapi.generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ components:
properties:
type:
description: The name of the role
enum:
- USER
- ADMIN
User:
type: object
properties:
Expand Down

0 comments on commit 8a3293d

Please sign in to comment.