[release] halfapi 0.6.31

This commit is contained in:
msleaveamix 2025-05-17 01:32:10 +02:00
parent f9bef2b124
commit 41ba577afa
Signed by untrusted user who does not match committer: masq
GPG Key ID: 35A0D64DDE13B10F
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,17 @@
# HalfAPI # HalfAPI
## 0.6.31
Dependencies updates
- orjson v3.10
- starlette v0.46.2
- schema v0.7.7
- pyjwt v2.10.0
Warning : the on_startup halfAPI argument is now removed, use the lifeSpan
## 0.6.30 ## 0.6.30
Dependencies updates Dependencies updates

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
__version__ = '0.6.30' __version__ = '0.6.31'
def version(): def version():
return f'HalfAPI version:{__version__}' return f'HalfAPI version:{__version__}'