diff --git a/freeauth-admin/poetry.lock b/freeauth-admin/poetry.lock index 5e20650..edb7798 100644 --- a/freeauth-admin/poetry.lock +++ b/freeauth-admin/poetry.lock @@ -970,8 +970,8 @@ pyflakes = ">=3.0.0,<3.1.0" [[package]] name = "freeauth" -version = "0.1.0" -description = "" +version = "1.0.0" +description = "Python Authentication and RBAC Solution." category = "main" optional = false python-versions = ">=3.9,<4.0" @@ -990,8 +990,8 @@ url = ".." [[package]] name = "freeauth-fastapi-ext" -version = "0.1.0" -description = "" +version = "1.0.0" +description = "The FastAPI Extension for FreeAuth." category = "main" optional = false python-versions = ">=3.9,<4.0" diff --git a/freeauth-ext/fastapi-ext/poetry.lock b/freeauth-ext/fastapi-ext/poetry.lock index 15a518b..9c32c51 100644 --- a/freeauth-ext/fastapi-ext/poetry.lock +++ b/freeauth-ext/fastapi-ext/poetry.lock @@ -504,8 +504,8 @@ pyflakes = ">=3.0.0,<3.1.0" [[package]] name = "freeauth" -version = "0.1.0" -description = "" +version = "1.0.0" +description = "Python Authentication and RBAC Solution." category = "main" optional = false python-versions = ">=3.9,<4.0"