ZeroN
|
d8e7801963
|
Add new FSM strategy CHAT_TOPIC strategy.py (#1344)
* Create 1343.feature.rst
* Add new FSM strategy CHAT_TOPIC strategy.py
* ADD CHAT_TOPIC tests test_strategy.py
* Update 1343.feature.rst
* Update strategy.py
* add typing user_id: Optional[int] = None, middleware.py
* add typing user_id: Optional[int] = None base.py
* Update strategy.py
* Update strategy.py
* Update middleware.py
* Update base.py
* Update test_strategy.py
* Update base.py
* Update strategy.py
|
2023-10-22 00:41:13 +03:00 |
|
Oleg A
|
eacea996d4
|
Handle expected warnings & raise unexpected warnings (#1315)
* chore: replace fixture loop with event_loop
* chore: mark expected warnings
* chore: raise unexpected warnings
* chore: rm unused record
* fix: rm parenthesized context manager
* chore: warnings shall not pass
* chore: replace fixture loop with event_loop
* chore: mark expected warnings
* chore: raise unexpected warnings
* chore: rm unused record
* fix: rm parenthesized context manager
* chore: warnings shall not pass
* Revert "chore: raise unexpected warnings"
This reverts commit 4c91df243d.
* chore: warnings shall not pass v2
* fix: graceful aiohttp session close
* chore: minor typo
* chore: mark expected warnings
* fix: temporary mute ResourceWarning
#1320
* fix: close pool with redis
* chore: code reformat and lint
* chore: simplify tests with fixture
* chore: make aresponses clear
* chore: divide asserts with blank line
* chore: rm duplicated assertions
* chore: rm unnecessary extra
* chore: bump test dependencies
* chore: bump test dependencies (fix)
|
2023-10-01 15:28:54 +03:00 |
|
Alex Root Junior
|
066d16b522
|
#1186 Renamed USER_IN_THREAD to USER_IN_TOPIC
|
2023-07-01 21:53:34 +03:00 |
|
Alex Root Junior
|
942ba0d520
|
Forum topic in FSM (#1161)
* Base implementation
* Added tests, fixed arguments priority
* Use `Optional[X]` instead of `X | None`
* Added changelog
* Added tests
|
2023-04-22 19:35:41 +03:00 |
|
RootShinobi
|
dbaf6fabcb
|
storage cleanup (#1144)
* storage cleanup
* storage cleanup
|
2023-04-08 18:01:11 +03:00 |
|
Alex Root Junior
|
f4ce4431f9
|
Migrate to hatchling (#1095)
* Migrate to hatchling instead of poetry, ruff instead of flake8
* Migrate to hatchling instead of poetry, ruff instead of flake8
* Update tests suite
* venv?
* -m venv?
* Change dependencies
* Remove venv
* Change mypy config
* Added changelog
* Mark uvloop incompatible with pypy
* Update release script
* Use internal caching for dependencies
* Re-disable cov branches
* Added contributing guide
|
2023-01-12 02:49:58 +02:00 |
|
Alex Root Junior
|
655b3a2d48
|
Remove warnings about pytest asyncio mode
|
2022-12-30 16:10:06 +02: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 |
|