Reworked request builder

This commit is contained in:
Alex Root Junior 2023-03-11 04:09:57 +02:00
parent 6570d0bab1
commit 8a56258824
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
175 changed files with 582 additions and 1504 deletions

View file

@ -138,7 +138,7 @@ features = [
serve = "sphinx-autobuild --watch aiogram/ --watch CHANGELOG.rst --watch README.rst docs/ docs/_build/ {args}"
[tool.hatch.envs.dev]
python = "3.10"
python = "3.11"
features = [
"dev",
"fast",