Skip to content

Commit

Permalink
bump: 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasvotava committed Jan 14, 2024
1 parent e2f8eb1 commit c5335e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-sso"
version = "0.9.1"
version = "0.10.0"
description = "FastAPI plugin to enable SSO to most common providers (such as Facebook login, Google login and login via Microsoft Office 365 Account)"
authors = ["Tomas Votava <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -69,7 +69,7 @@ uvicorn = ">=0.23.1"
fastapi = ">=0.80"
httpx = ">=0.23.0"
oauthlib = ">=3.1.0"
pydantic = { extras=["email"], version = ">=1.8.0" }
pydantic = { extras = ["email"], version = ">=1.8.0" }
python = ">=3.8,<4.0"

[build-system]
Expand Down

0 comments on commit c5335e8

Please sign in to comment.