csrd-auth 0.3.1__tar.gz → 0.3.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: csrd-auth
3
- Version: 0.3.1
3
+ Version: 0.3.4
4
4
  Summary: Pluggable JWT authentication — authenticators, key providers, and FastAPI dependency factories
5
5
  Project-URL: Repository, https://github.com/csrd-api/fastapi-common
6
6
  Project-URL: Documentation, https://github.com/csrd-api/fastapi-common/tree/main/packages/auth
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "csrd-auth"
3
- version = "0.3.1"
3
+ version = "0.3.4"
4
4
  description = "Pluggable JWT authentication — authenticators, key providers, and FastAPI dependency factories"
5
5
  license = { text = "MIT" }
6
6
  requires-python = ">=3.12"
@@ -19,7 +19,6 @@ from ._authenticators import (
19
19
  from ._protocols import AuthCallback, Authenticator, KeySource
20
20
 
21
21
 
22
- # test comment
23
22
  def create_bearer_dependency(
24
23
  authenticator: Authenticator | AuthCallback,
25
24
  *,
File without changes
File without changes
File without changes