Skip to content

Commit

Permalink
1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Aug 26, 2022
1 parent 118a2b4 commit 6a60339
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,3 +364,9 @@

- refactor: Simplified and improved brotli middleware typing
- update: Extended `PluginProtocol` with an `on_app_init` method.

[1.14.1]

- fix OpenAPI schema for `UploadFile`
- integrate OpenAPI security definitions into OpenAPI configuration
- remove empty aliases from field parameters
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "starlite"
version = "1.14.0"
version = "1.14.1"
description = "Light-weight and flexible ASGI API Framework"
authors = ["Na'aman Hirschfeld <[email protected]>"]
maintainers = ["Na'aman Hirschfeld <[email protected]>", "Peter Schutt <[email protected]>", "Cody Fincher <[email protected]>"]
Expand Down

0 comments on commit 6a60339

Please sign in to comment.