-
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: --------- - Ensure support of latest aiohttp, attrs, environ-config, and pyrsistent versions (#412) - Use Python 3.12.5 as dev version (#413) - Ensure Python 3.13 support (#415) Other: ------ - (**deps**) bump typing-extensions from 4.5.0 to 4.6.2 (#367) - (**deps**) bump cryptography from 39.0.1 to 41.0.0 (#368) - (**deps-dev**) bump hiredis from 2.2.2 to 2.2.3 (#366) - (**deps-dev**) bump pytest-cov from 4.0.0 to 4.1.0 (#365) - Monthly maintenance (Aug 2024) (#395) Co-authored-by: playpauseandstop <[email protected]>
- Loading branch information
1 parent
687a93a
commit 8716cbd
Showing
5 changed files
with
21 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 |
---|---|---|
|
@@ -83,7 +83,7 @@ ignore_missing_imports = true | |
|
||
[tool.poetry] | ||
name = "rororo" | ||
version = "3.2.0" | ||
version = "3.3.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.2.0" | ||
__version__ = "3.3.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