You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logging.config.fileConfig doesn't allow Optional[str] anymore, so we
need to convert the value to str.
Fixesfedora-infra#1183
Signed-off-by: Michal Konečný <[email protected]>
logging.config.fileConfig doesn't allow Optional[str] anymore, so we
need to convert the value to str.
Fixes#1183
Signed-off-by: Michal Konečný <[email protected]>
This issue was discovered by the ci run of #1182.
Mypy check fails with the following error:
Forcing Alembic version to be 1.7.1 in
requirements.txt
fixes the issue.The text was updated successfully, but these errors were encountered: