Skip to content

Commit

Permalink
Release 5.8.10post1
Browse files Browse the repository at this point in the history
#### Changelog:
* Fix(deps): Support Python 3.12 for uwsgi.
* Chore(deps): Update uvicorn, ormsgpack and django patch.
* Chore(deps): Update flake8 checks plugins.
  • Loading branch information
onegreyonewhite committed Nov 7, 2023
1 parent 22dff94 commit 602342e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pyyaml~=6.0.1

# web server
uvicorn~=0.24.0.post1
pyuwsgi==2.0.23
uwsgi==2.0.23
fastapi~=0.104.1
aiofiles==23.2.1

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.8.10'
__version__: str = '5.8.10post1'

0 comments on commit 602342e

Please sign in to comment.