Skip to content

Commit

Permalink
move openapi-spec-validator and pydantic-settings to dev deps (#146)
Browse files Browse the repository at this point in the history
* move openapi-spec-validator and pydantic-settings to dev deps

* version bump
  • Loading branch information
enadeau committed Jul 31, 2023
1 parent 9730721 commit 30d3dae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fastapi_azure_auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
SingleTenantAzureAuthorizationCodeBearer as SingleTenantAzureAuthorizationCodeBearer,
)

__version__ = '4.2.0'
__version__ = '4.2.1'
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-azure-auth"
version = "4.2.0" # Remember to change in __init__.py as well
version = "4.2.1" # Remember to change in __init__.py as well
description = "Easy and secure implementation of Azure AD for your FastAPI APIs"
authors = ["Jonas Krüger Svensson <jonas.svensson@intility.no>"]
readme = "README.md"
Expand Down Expand Up @@ -45,8 +45,6 @@ fastapi = ">0.68.0"
cryptography = ">=40.0.1"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
httpx = ">0.18.2"
pydantic-settings = "^2.0.2"
openapi-spec-validator = "^0.6.0"


[tool.poetry.group.dev.dependencies]
Expand All @@ -68,6 +66,7 @@ trio = "^0.22.2"
respx = "^0.20.1"
ipython = "^8.2.0"
openapi-spec-validator = "^0.6.0"
pydantic-settings = "^2.0.2"

[tool.black]
line-length = 120
Expand Down

0 comments on commit 30d3dae

Please sign in to comment.