Skip to content

Commit

Permalink
update auth example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartaccent committed Aug 16, 2023
1 parent 1ec5466 commit 84b359f
Show file tree
Hide file tree
Showing 3 changed files with 514 additions and 391 deletions.
2 changes: 1 addition & 1 deletion examples/auth/fastapi/api/src/app/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import List

from pydantic import BaseSettings
from pydantic_settings import BaseSettings


class Settings(BaseSettings):
Expand Down
Loading

0 comments on commit 84b359f

Please sign in to comment.