Skip to content

Commit

Permalink
fix: typos in setup.py and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
markomirosavljev committed Jul 21, 2023
1 parent 13205bf commit e4e378d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ one or more userpools.
list, tuple or set

```python
from pydantic import BaseSettings
from pydantic_settings import BaseSettings
from pydantic.types import Any

class Settings(BaseSettings):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"fastapi",
"cognitojwt[async]==1.4.1",
"pyYAML >=5.3.1",
"pydantic >=2.0.0"
"pydantic >=2.0.0",
"pydantic-settings >=2.0.0"
],
python_requires=">=3.8",
Expand Down

0 comments on commit e4e378d

Please sign in to comment.