Skip to content

Commit

Permalink
Release 5.11.10
Browse files Browse the repository at this point in the history
### Changelog:
- Fix(backend): Update requirements for Python 3.13 support.
  • Loading branch information
onegreyonewhite committed Nov 12, 2024
1 parent a94d919 commit 6d4b3e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ django-environ~=0.11.2
djangorestframework~=3.15.2
drf-yasg==1.21.8
django-filter==24.3
drf_orjson_renderer==1.7.1
drf_orjson_renderer==1.7.3
ormsgpack~=1.6.0
pyyaml~=6.0.2

# web server
uvicorn~=0.31.0
pyuwsgi~=2.0.26
uvicorn~=0.32.0
pyuwsgi~=2.0.28.post1
# Restore it if some problems with pyuwsgi
# uwsgi==2.0.23
fastapi-slim~=0.115.0
fastapi-slim~=0.115.4
aiofiles~=24.1.0

# Notifications
Expand Down
2 changes: 1 addition & 1 deletion vstutils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# pylint: disable=django-not-available
__version__: str = '5.11.9'
__version__: str = '5.11.10'

0 comments on commit 6d4b3e7

Please sign in to comment.