diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index ad9682a0..13718623 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,4 +1,4 @@ -.. Created by changelog.py at 2022-08-29, command +.. Created by changelog.py at 2022-09-16, command '/Users/giffler/.cache/pre-commit/repor6pnmwlm/py_env-python3.10/bin/changelog docs/source/changes compile --output=docs/source/changelog.rst' based on the format of 'https://keepachangelog.com/' @@ -6,7 +6,7 @@ CHANGELOG ######### -[Unreleased] - 2022-08-29 +[Unreleased] - 2022-09-16 ========================= Added diff --git a/setup.py b/setup.py index 14200531..f4205726 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,8 @@ TESTS_REQUIRE = ["flake8", "httpx"] REST_REQUIRES = [ "fastapi-jwt-auth", - "fastapi", + "fastapi<0.84.0; python_version<'3.7'", # to support python3.6 (Centos 7) + "fastapi; python_version>='3.7'", "python-jose", "uvicorn[standard]<=0.14.0", # to support python3.6 (Centos 7) "typer",