Skip to content

Commit

Permalink
Upgrade some dependencies (#168)
Browse files Browse the repository at this point in the history
* Use minor versions for locking dependencies

Increase minimal required fakeredis

* Use tool.poetry.group.dev.dependencies

* Upgrade FastAPI

* Upgrade pytest

* Clear dependencies

* Upgrade aiosmtplib

* Upgrade uvicorn
  • Loading branch information
mentaljam authored Dec 29, 2022
1 parent 19ddbfb commit e9762a0
Show file tree
Hide file tree
Showing 4 changed files with 1,417 additions and 1,452 deletions.
2 changes: 1 addition & 1 deletion fastapi_mail/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Optional

from aiosmtplib.connection import DEFAULT_TIMEOUT
from aiosmtplib.api import DEFAULT_TIMEOUT
from jinja2 import Environment, FileSystemLoader
from pydantic import BaseSettings as Settings
from pydantic import DirectoryPath, EmailStr, conint
Expand Down
Loading

0 comments on commit e9762a0

Please sign in to comment.