Skip to content

Commit 30d3dae

Browse files
authored
move openapi-spec-validator and pydantic-settings to dev deps (#146)
* move openapi-spec-validator and pydantic-settings to dev deps * version bump
1 parent 9730721 commit 30d3dae

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

fastapi_azure_auth/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
SingleTenantAzureAuthorizationCodeBearer as SingleTenantAzureAuthorizationCodeBearer,
55
)
66

7-
__version__ = '4.2.0'
7+
__version__ = '4.2.1'

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi-azure-auth"
3-
version = "4.2.0" # Remember to change in __init__.py as well
3+
version = "4.2.1" # Remember to change in __init__.py as well
44
description = "Easy and secure implementation of Azure AD for your FastAPI APIs"
55
authors = ["Jonas Krüger Svensson <[email protected]>"]
66
readme = "README.md"
@@ -45,8 +45,6 @@ fastapi = ">0.68.0"
4545
cryptography = ">=40.0.1"
4646
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
4747
httpx = ">0.18.2"
48-
pydantic-settings = "^2.0.2"
49-
openapi-spec-validator = "^0.6.0"
5048

5149

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

7271
[tool.black]
7372
line-length = 120

0 commit comments

Comments
 (0)