Skip to content

Commit c5335e8

Browse files
committed
bump: 0.10.0
1 parent e2f8eb1 commit c5335e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi-sso"
3-
version = "0.9.1"
3+
version = "0.10.0"
44
description = "FastAPI plugin to enable SSO to most common providers (such as Facebook login, Google login and login via Microsoft Office 365 Account)"
55
authors = ["Tomas Votava <info@tomasvotava.eu>"]
66
readme = "README.md"
@@ -69,7 +69,7 @@ uvicorn = ">=0.23.1"
6969
fastapi = ">=0.80"
7070
httpx = ">=0.23.0"
7171
oauthlib = ">=3.1.0"
72-
pydantic = { extras=["email"], version = ">=1.8.0" }
72+
pydantic = { extras = ["email"], version = ">=1.8.0" }
7373
python = ">=3.8,<4.0"
7474

7575
[build-system]

0 commit comments

Comments
 (0)