sa-token-python 0.1.2__tar.gz → 0.1.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.5
2
2
  Name: sa-token-python
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Summary: sa-token-python-core 的常用安装入口:核心 + Redis / JWT。Web 框架请按 extras 安装。
5
5
  Project-URL: Homepage, https://github.com/Star-yb/sa-token-python
6
6
  Project-URL: Documentation, https://github.com/Star-yb/sa-token-python
@@ -19,21 +19,21 @@ Classifier: Programming Language :: Python :: 3.13
19
19
  Classifier: Topic :: Internet :: WWW/HTTP :: Session
20
20
  Classifier: Typing :: Typed
21
21
  Requires-Python: >=3.10
22
- Requires-Dist: sa-token-python-core[jwt,redis]==0.1.2
22
+ Requires-Dist: sa-token-python-core[jwt,redis]==0.1.4
23
23
  Provides-Extra: django
24
- Requires-Dist: sa-token-python-core[django]==0.1.2; extra == 'django'
24
+ Requires-Dist: sa-token-python-core[django]==0.1.4; extra == 'django'
25
25
  Provides-Extra: fastapi
26
- Requires-Dist: sa-token-python-core[fastapi]==0.1.2; extra == 'fastapi'
26
+ Requires-Dist: sa-token-python-core[fastapi]==0.1.4; extra == 'fastapi'
27
27
  Provides-Extra: flask
28
- Requires-Dist: sa-token-python-core[flask]==0.1.2; extra == 'flask'
28
+ Requires-Dist: sa-token-python-core[flask]==0.1.4; extra == 'flask'
29
29
  Provides-Extra: full
30
- Requires-Dist: sa-token-python-core[full]==0.1.2; extra == 'full'
30
+ Requires-Dist: sa-token-python-core[full]==0.1.4; extra == 'full'
31
31
  Provides-Extra: jwt
32
- Requires-Dist: sa-token-python-core[jwt]==0.1.2; extra == 'jwt'
32
+ Requires-Dist: sa-token-python-core[jwt]==0.1.4; extra == 'jwt'
33
33
  Provides-Extra: redis
34
- Requires-Dist: sa-token-python-core[redis]==0.1.2; extra == 'redis'
34
+ Requires-Dist: sa-token-python-core[redis]==0.1.4; extra == 'redis'
35
35
  Provides-Extra: starlette
36
- Requires-Dist: sa-token-python-core[starlette]==0.1.2; extra == 'starlette'
36
+ Requires-Dist: sa-token-python-core[starlette]==0.1.4; extra == 'starlette'
37
37
  Description-Content-Type: text/markdown
38
38
 
39
39
  sa-token-python 是 `sa-token-python-core` 的常用安装入口:核心库加上 Redis 与 JWT。
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "sa-token-python"
7
- version = "0.1.2"
7
+ version = "0.1.4"
8
8
  description = "sa-token-python-core 的常用安装入口:核心 + Redis / JWT。Web 框架请按 extras 安装。"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -23,17 +23,17 @@ classifiers = [
23
23
  "Typing :: Typed",
24
24
  ]
25
25
  dependencies = [
26
- "sa-token-python-core[redis,jwt]==0.1.2",
26
+ "sa-token-python-core[redis,jwt]==0.1.4",
27
27
  ]
28
28
 
29
29
  [project.optional-dependencies]
30
- redis = ["sa-token-python-core[redis]==0.1.2"]
31
- jwt = ["sa-token-python-core[jwt]==0.1.2"]
32
- fastapi = ["sa-token-python-core[fastapi]==0.1.2"]
33
- starlette = ["sa-token-python-core[starlette]==0.1.2"]
34
- flask = ["sa-token-python-core[flask]==0.1.2"]
35
- django = ["sa-token-python-core[django]==0.1.2"]
36
- full = ["sa-token-python-core[full]==0.1.2"]
30
+ redis = ["sa-token-python-core[redis]==0.1.4"]
31
+ jwt = ["sa-token-python-core[jwt]==0.1.4"]
32
+ fastapi = ["sa-token-python-core[fastapi]==0.1.4"]
33
+ starlette = ["sa-token-python-core[starlette]==0.1.4"]
34
+ flask = ["sa-token-python-core[flask]==0.1.4"]
35
+ django = ["sa-token-python-core[django]==0.1.4"]
36
+ full = ["sa-token-python-core[full]==0.1.4"]
37
37
 
38
38
  [project.urls]
39
39
  Homepage = "https://github.com/Star-yb/sa-token-python"