-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
64b1b91
commit 793b32c
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "pyapi-server" | ||
version = "0.2.2" | ||
version = "0.2.3" | ||
description = "Lightweight API framework using an OpenAPI spec for routing and validation." | ||
authors = ["Berislav Lopac <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -15,7 +15,7 @@ packages = [ | |
python = "^3.8" | ||
PyYAML = "^6.0" | ||
stringcase = "^1.2.0" | ||
starlette = "^0.20.4" | ||
starlette = "^0.21.0" | ||
openapi-core = "^0.15.0" | ||
uvicorn = {version = "^0.18.3", optional = true} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* updated dependency versions | ||
* slightly improved documentation |