-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Features: --------- - Set aiohttp 3.8.1 as minimum supported version (#304) Fixes: ------ - [#308] Depend on specific openapi-spec-validator version (#309) Other: ------ - Update dev Python version to 3.11.1 (#306) - (**deps**) bump certifi from 2022.9.24 to 2022.12.7 (#305) - Sync common project files (#307) - Update CI workflows & composite actions (#310) Co-authored-by: playpauseandstop <[email protected]>
- Loading branch information
1 parent
b6acdc1
commit 707b6fa
Showing
5 changed files
with
22 additions
and
4 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 |
---|---|---|
|
@@ -86,7 +86,7 @@ ignore_missing_imports = true | |
|
||
[tool.poetry] | ||
name = "rororo" | ||
version = "3.0.1" | ||
version = "3.1.0" | ||
description = "aiohttp.web OpenAPI 3 schema first server applications." | ||
authors = ["Igor Davydenko <[email protected]>"] | ||
license = "BSD-3-Clause" | ||
|
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 |
---|---|---|
|
@@ -43,4 +43,4 @@ | |
|
||
__author__ = "Igor Davydenko" | ||
__license__ = "BSD-3-Clause" | ||
__version__ = "3.0.1" | ||
__version__ = "3.1.0" |
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