File tree Expand file tree Collapse file tree 3 files changed +19
-19
lines changed
Expand file tree Collapse file tree 3 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 strategy :
77 matrix :
8- python-version : [ "3.12" ]
8+ python-version : [ "3.12", "3.13" ]
99
1010 steps :
1111 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11# 🤖 Aiogram Fastapi Bot Template
22
3- [ ![ Actions status] ( https://github.com/BushlanovDev/aiogram-fastapi-bot-template/actions/workflows/check.yml/badge.svg )] ( https://github.com/BushlanovDev/aiogram-fastapi-bot-template/actions ) [ ![ Python] ( https://img.shields.io/badge/Python-3.12%2B-brightgreen )] ( https://www.python.org/downloads/ ) [ ![ Aiogram] ( https://img.shields.io/badge/aiogram-3.13 -brightgreen )] ( https://pypi.org/project/aiogram/ )
3+ [ ![ Actions status] ( https://github.com/BushlanovDev/aiogram-fastapi-bot-template/actions/workflows/check.yml/badge.svg )] ( https://github.com/BushlanovDev/aiogram-fastapi-bot-template/actions ) [ ![ Python] ( https://img.shields.io/badge/Python-3.12%2B-brightgreen )] ( https://www.python.org/downloads/ ) [ ![ Aiogram] ( https://img.shields.io/badge/aiogram-3.17 -brightgreen )] ( https://pypi.org/project/aiogram/ )
44
55A simple template for creating a telegram bot on webhooks using the ** aiogram** and ** fastapi**
66
Original file line number Diff line number Diff line change 11aiofiles == 24.1.0
2- aiogram == 3.13.1
3- aiohappyeyeballs == 2.4.3
4- aiohttp == 3.10.9
5- aiosignal == 1.3.1
2+ aiogram == 3.17.0
3+ aiohappyeyeballs == 2.4.6
4+ aiohttp == 3.11.12
5+ aiosignal == 1.3.2
66annotated-types == 0.7.0
7- anyio == 4.6 .0
8- attrs == 24.2 .0
9- cachetools == 5.5.0
10- certifi == 2024.8.30
11- click == 8.1.7
7+ anyio == 4.8 .0
8+ attrs == 25.1 .0
9+ cachetools == 5.5.1
10+ certifi == 2025.1.31
11+ click == 8.1.8
1212colorama == 0.4.6
13- fastapi == 0.115.0
14- frozenlist == 1.4.1
13+ fastapi == 0.115.8
14+ frozenlist == 1.5.0
1515h11 == 0.14.0
1616idna == 3.10
1717magic-filter == 1.0.12
1818multidict == 6.1.0
19- pydantic == 2.9.2
20- pydantic-settings == 2.5.2
21- pydantic_core == 2.23.4
19+ pydantic == 2.10.6
20+ pydantic-settings == 2.7.1
21+ pydantic_core == 2.29.0
2222python-dotenv == 1.0.1
2323sniffio == 1.3.1
24- starlette == 0.38.5
24+ starlette == 0.45.3
2525typing_extensions == 4.12.2
26- uvicorn == 0.31 .0
27- yarl == 1.13.1
26+ uvicorn == 0.34 .0
27+ yarl == 1.18.3
You can’t perform that action at this time.
0 commit comments