Skip to content

Commit c7bf713

Browse files
committed
Maintenance: Update dependencies.
- Add packaging (needed by lated version of PyFunceble). - Upgrade fastapi.
1 parent 6f2ea15 commit c7bf713

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyfunceble_webworker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@
5353

5454
import secrets
5555

56-
__version__ = "1.0.0a2"
56+
__version__ = "1.0.0a3"
5757
__session_id__ = secrets.token_urlsafe(16)

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
fastapi==0.63.0
1+
fastapi==0.65.2
22
fastapi-utils==0.2.1
3+
packaging

0 commit comments

Comments
 (0)