Skip to content

Commit

Permalink
Импортирование ошибки (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
iskomir authored Apr 7, 2024
1 parent 8a033b2 commit de78e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auth_lib/fastapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pydantic import ConfigDict
from pydantic_settings import BaseSettings
from starlette.requests import Request
from starlette.status import HTTP_403_FORBIDDEN
from starlette.status import HTTP_401_UNAUTHORIZED, HTTP_403_FORBIDDEN

from auth_lib.aiomethods import AsyncAuthLib

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="auth_lib_profcomff",
version="2024.04.07",
version="2024.04.07.1",
author="Semyon Grigoriev",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit de78e8e

Please sign in to comment.