update poetry to 1.7.0 (#53)

* update poetry to 1.7.0

* main version updated
This commit is contained in:
Dmitry Afanasyev
2023-11-06 12:05:00 +03:00
committed by GitHub
parent b5fe195ef4
commit 2722e91428
7 changed files with 20 additions and 19 deletions

View File

@@ -25,6 +25,7 @@ class Application:
docs_url="/" + "/".join([settings.api_prefix.strip("/"), "docs"]),
redoc_url="/" + "/".join([settings.api_prefix.strip("/"), "redocs"]),
openapi_url="/" + "/".join([settings.api_prefix.strip("/"), "openapi.json"]),
debug=settings.DEBUG,
default_response_class=UJSONResponse,
)
self.bot_app = bot_app