[release] halfapi 0.6.31
This commit is contained in:
parent
f9bef2b124
commit
41ba577afa
12
CHANGELOG.md
12
CHANGELOG.md
@ -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
|
||||||
|
@ -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__}'
|
||||||
|
Loading…
Reference in New Issue
Block a user