Skip to content

Commit

Permalink
version fastapi starlette agreement
Browse files Browse the repository at this point in the history
  • Loading branch information
hnimminh committed Apr 8, 2023
1 parent 990e20c commit d9713de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ i.e. `<Major version>.<Minor version>.<Patch version>`
- Unable to delete unengaged routing table #80
- Support ignore ealry media to preanswer class #91
- Upgrate lib starlette==0.14.2 -> 0.25.0, redis==3.5.2 -> 4.4.4
- Version fastapi starlette agreement


## [v0.5.9] - 2022-07-26
Expand Down
4 changes: 2 additions & 2 deletions liberator/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
requests==2.22.0
fastapi==0.68.0
fastapi==0.95.0
typing==3.7.4.1
pydantic==1.8.2
uvicorn==0.11.7
starlette==0.25.0
starlette==0.26.1
Jinja2==3.0.1
aiofiles==0.5.0
redis==4.4.4
Expand Down

0 comments on commit d9713de

Please sign in to comment.