Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca committed Dec 8, 2021
1 parent 377a574 commit f183eef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Minimal OpenAPI asynchronous server application"""
__version__ = "2.5.1"
__version__ = "2.5.2"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aio-openapi"
version = "2.5.1"
version = "2.5.2"
description = "Minimal OpenAPI asynchronous server application"
documentation = "https://aio-openapi.readthedocs.io"
repository = "https://github.com/quantmind/aio-openapi"
Expand Down Expand Up @@ -38,7 +38,7 @@ issues = "https://github.com/quantmind/aio-openapi/issues"


[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.8,<4"
aiohttp = "^3.8.0"
uvloop = "^0.16.0"
httptools = "^0.3.0"
Expand Down

0 comments on commit f183eef

Please sign in to comment.