andrew000
34528c95d5
Migrate to uv build system
...
- Remove Makefile
- Add Justfile
- Bump deps
- Update .editorconfig
- Update contributing.rst
- Add `1770.misc.rst`
- Reformat
2026-02-11 16:16:18 +02:00
Alex Root Junior
ec7da0f678
Migrate from Black to Ruff ( #1750 )
...
* Migrate from Black to Ruff and reformat code with enabling additional linter checks
* Add changelog for migration to Ruff as formatter and linter
* Add type ignores for specific attributes and replace tuple with set for chat type check
* Remove file from another changes
2026-01-04 21:34:08 +02:00
Andrew
4caf56814e
Support of Py3.14 ( #1730 )
...
Tests / tests (macos-latest, 3.10) (push) Has been cancelled
Tests / tests (macos-latest, 3.11) (push) Has been cancelled
Tests / tests (macos-latest, 3.12) (push) Has been cancelled
Tests / tests (macos-latest, 3.13) (push) Has been cancelled
Tests / tests (macos-latest, 3.14) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.10) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.11) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.12) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.13) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.14) (push) Has been cancelled
Tests / tests (windows-latest, 3.10) (push) Has been cancelled
Tests / tests (windows-latest, 3.11) (push) Has been cancelled
Tests / tests (windows-latest, 3.12) (push) Has been cancelled
Tests / tests (windows-latest, 3.13) (push) Has been cancelled
Tests / tests (windows-latest, 3.14) (push) Has been cancelled
Tests / pypy-tests (macos-latest, pypy3.10) (push) Has been cancelled
Tests / pypy-tests (macos-latest, pypy3.11) (push) Has been cancelled
Tests / pypy-tests (ubuntu-latest, pypy3.10) (push) Has been cancelled
Tests / pypy-tests (ubuntu-latest, pypy3.11) (push) Has been cancelled
* Py3.14 support
Bump .pre-commit-config.yaml
Bump `mongo` feature deps
Bump `proxy` feature dep
Bump `test` feature deps
Bump `dev` feature deps
Set `aiohttp` max version `<3.14`
Fix `test_isolation.py` tests
Fix `test_storages.py` tests
Add Py version limit `<3.15` (breaking changes possible)
Add new `uvloop` starter to `Dispatcher.run_polling`
Remove old `uvloop` `set_event_loop_policy`
Remove `pytest-lazy-fixture`
* Make `test` and `dev` features deps strong fixed
* Add 1730.feature.rst
* Remove unneeded `None` from `Dispatcher.run_polling`
* Fix `macos-latest-pypy3.11` test `test_aiohtt_server.py`
* Update `tests.yml`
* Update `tests.yml`
2025-10-11 00:16:50 +03:00
Suren Khorenyan
870d97c783
fix empty response into webhook ( #1665 )
2025-04-05 20:31:42 +03:00
Nachtalb
c1bafea3e8
Upgrade to py12 ( #1354 )
...
* Upgrade to py12 compatible aiohttp beta version
* Fix uvloop deprecation warning causing pytest not to run
* Fix test due to asyncio task scheduling race condition
* Fix test_state_in_unknown_class for Python 3.12+ due to PEP 678 changes
* Add Python 3.12 support in GitHub Actions and project configurations
* Add changelog entry
---------
Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
2023-11-18 21:24:19 +02:00
sheldy
a890622e40
parameter secret_token ( #1173 )
...
* Added secret token validation
2023-06-25 00:40:04 +03:00
Alex Root Junior
fea1b7b0a3
Reworked request builder ( #1142 )
...
* Reworked request builder
* Added more default values
* Update tests
* Fixed timestamp
* Fixed Py3.8 support
* Describe changes
2023-03-11 20:46:36 +02:00
Alex Root Junior
58868ec627
Added possibility to reply into webhook with files ( #1120 )
2023-02-12 02:00:42 +02:00
Alex Root Junior
6db3778c6f
Tests on Python 3.11 ( #1044 )
...
* Try to use Python 3.11
* Remove `asynctest` dependency
* Fixed aiofiles tests
* Added changelog
2022-10-26 22:21:04 +03:00
Alex Root Junior
01028f10eb
Small fix in translated pages
2022-10-18 02:12:24 +03:00
Alex Root Junior
4315ecf1a2
Dev 3.x flat package ( #961 )
...
* Move packages
* Added changelog
* Update examples/echo_bot.py
Co-authored-by: Oleg A. <t0rr@mail.ru>
* Rename `handler` -> `handlers`
* Update __init__.py
Co-authored-by: Oleg A. <t0rr@mail.ru>
2022-08-14 01:07:52 +03:00