fastapi-progress 0.1.0__tar.gz → 0.1.1__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.3
2
2
  Name: fastapi-progress
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Zero-config background task progress tracker for FastAPI using WebSockets.
5
5
  Author: Aldair Andrade
6
6
  Author-email: Aldair Andrade <demianmaster2003@gmail.com>
@@ -9,6 +9,8 @@ Requires-Dist: redis>=8.0.1
9
9
  Requires-Dist: uvicorn[standard]>=0.49.0
10
10
  Requires-Dist: websockets>=16.0
11
11
  Requires-Python: >=3.12
12
+ Project-URL: Repository, https://github.com/dairxp/fastapi-progress
13
+ Project-URL: Issues, https://github.com/dairxp/fastapi-progress/issues
12
14
  Description-Content-Type: text/markdown
13
15
 
14
16
  # fastapi-progress
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "fastapi-progress"
3
- version = "0.1.0"
3
+ version = "0.1.1"
4
4
  description = "Zero-config background task progress tracker for FastAPI using WebSockets."
5
5
  readme = "README.md"
6
6
  authors = [
@@ -14,6 +14,10 @@ dependencies = [
14
14
  "websockets>=16.0",
15
15
  ]
16
16
 
17
+ [project.urls]
18
+ Repository = "https://github.com/dairxp/fastapi-progress"
19
+ Issues = "https://github.com/dairxp/fastapi-progress/issues"
20
+
17
21
  [build-system]
18
22
  requires = ["uv_build>=0.10.2,<0.11.0"]
19
23
  build-backend = "uv_build"