Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

aiogram

is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
Collective - Host: opensource - https://opencollective.com/aiogram - Website: https://aiogram.dev/ - Code: https://github.com/aiogram

Ignore PytestUnraisableExceptionWarning again

github.com/aiogram/aiogram - 5b59ca679a0a208d5cb24e8951dd7ff93abc0fd7 authored about 1 year ago by JRoot Junior <[email protected]>
Enable filterwarnings

github.com/aiogram/aiogram - 7e45f482d42b86d1099ce3f0d1e69e18de50ef74 authored about 1 year ago by JRoot Junior <[email protected]>
Update translation files

github.com/aiogram/aiogram - 9bced299234b354af1882153a7e8ef45fd229412 authored about 1 year ago by JRoot Junior <[email protected]>
Fixed ResourceWarnings in tests (#1366)

* #1320 Update pytest configuration and tests cleanup

This commit modifies the pytest's confi...

github.com/aiogram/aiogram - 3ad5ed6bc2e9d4928af3125942e7e57b2dd01da7 authored about 1 year ago by Alex Root Junior <[email protected]>
Update gnu_text_core.py

github.com/aiogram/i18n - c697813a4dcbf23fdff6eb486c46c327cad9d418 authored about 1 year ago by Kostiantyn Kriuchkov <[email protected]>
Update gnu_text_core.py

github.com/aiogram/i18n - 5a00043c0862e9ab65f5d5c3e85ed15cdbbde499 authored about 1 year ago by Kostiantyn Kriuchkov <[email protected]>
Add pydantic 2.5 support (#1361)

* chore: add pydantic 2.5 support

* docs: add changelog

github.com/aiogram/aiogram - 9a2a72fe97e5684325e064ba6eaafbd8274d5c11 authored about 1 year ago by Oleg A <[email protected]>
#1006 Update parameter description in chat_action.py

The comment describing the 'initial_sleep' parameter in the chat_action.py script has been revis...

github.com/aiogram/aiogram - 29d766fef23548846caab394c55e642a1c06f9ef authored about 1 year ago by JRoot Junior <[email protected]>
Merge remote-tracking branch 'origin/dev-3.x' into dev-3.x

github.com/aiogram/aiogram - 2f1ae0a686221ccf5e5e7066b587b9cb6754a461 authored about 1 year ago by JRoot Junior <[email protected]>
#1314 Mention that event can be skipped

github.com/aiogram/aiogram - 6153b4f8058a56c747e9092c6e72a078a2590d90 authored about 1 year ago by JRoot Junior <[email protected]>
chore(docs): update middleware.rst (#1353)

* Update middleware.rst

* changes

github.com/aiogram/aiogram - 7b30caed53815307645a6b0f5741c536072e3173 authored about 1 year ago by Egor <[email protected]>
new improved CallableMixin (#1357)

* optimized CallableMixin

* changes and Sets

* reformatted

* Update CHANGES/1357.misc.r...

github.com/aiogram/aiogram - e76f4c38ad440fc87177442650152c3efee10a45 authored about 1 year ago by RootShinobi <[email protected]>
Add current handler to filters, so that flags can be retrieved from it. (#1360)

* Add current handler to filters, so that flags can be retrieved from it.

* run black isort
...

github.com/aiogram/aiogram - 9b5e4620686ca7a895a441e55f8dbc534f7cce6d authored about 1 year ago by Kostiantyn Kriuchkov <[email protected]>
Refresh translation files

github.com/aiogram/aiogram - 228a86afdc3c594dd9db9e82d8d6d445adb5ede1 authored about 1 year ago by Alex Root Junior <[email protected]>
Re-generate Bot API

github.com/aiogram/aiogram - a355daba49a6e03ee8ac306746d1c0406361986e authored about 1 year ago by Alex Root Junior <[email protected]>
Update typing-extensions version range in dependencies (#1352)

This commit changes the version requirements for typing-extensions in the dependencies section o...

github.com/aiogram/aiogram - 180a7297ff42d675f70b93d0c79e853840ee7c62 authored about 1 year ago by Alex Root Junior <[email protected]>
Update citation

github.com/aiogram/aiogram - 475b1861e52a5564c25399cdc92e0ac8b61de738 authored about 1 year ago by Alex Root Junior <[email protected]>
Add CITATION.cff for automatic academic citation (#1351)

* Add CITATION.cff for automatic academic citation

A `CITATION.cff` file has been added to th...

github.com/aiogram/aiogram - e3def608f13f681beb8552982f72e45d98dcafe0 authored about 1 year ago by Alex Root Junior <[email protected]>
Add new FSM strategy CHAT_TOPIC strategy.py (#1344)

* Create 1343.feature.rst

* Add new FSM strategy CHAT_TOPIC strategy.py

* ADD CHAT_TOPIC t...

github.com/aiogram/aiogram - d8e78019634b31346ec2e114134cbef88c0620c6 authored about 1 year ago by ZeroN <[email protected]>
Skip unused ignore

github.com/aiogram/aiogram - 3b21262d34c62e74d5a0fb4eb8457b2fff9330eb authored about 1 year ago by Alex Root Junior <[email protected]>
Ignore uvloop attr-defined

github.com/aiogram/aiogram - eef277ae65ff15ecfb0ff748058392f1cb409e2e authored about 1 year ago by Alex Root Junior <[email protected]>
Fixed ruff command

github.com/aiogram/aiogram - 1cf6ce251b7526f84c68f009a003677bb2e07d81 authored about 1 year ago by Alex Root Junior <[email protected]>
Bump dependencies

github.com/aiogram/aiogram - 0a9bee4bd2210c71132d15c7ade9d696a5a0e5f0 authored about 1 year ago by Alex Root Junior <[email protected]>
Update ReadTheDocs configuration (#1345)

github.com/aiogram/aiogram - c6c838f6899728372404a7bf9f2924de7f1712c9 authored about 1 year ago by Alex Root Junior <[email protected]>
Fix passing list of excluded keys to FluentTemplate.

github.com/aiogram/i18n - 2eb43b488990a9880c363fb4313afb3473d6d338 authored about 1 year ago by andrew000 <[email protected]>
FIX not commenting ftl-keys if no `i18n` found in .py files.

* Fix not commenting ftl-keys if no `i18n` found in .py files
* Rework BaseFluentKeyParser.parse_...

github.com/aiogram/i18n - 6dafd9cad42a3c2bc4abd75efb1a8a9f12c8e160 authored about 1 year ago by andrew000 <[email protected]>
Rework commenting ftl-keys if no i18n found in .py files

github.com/aiogram/i18n - e40790d58302995414ed185ca89670bf02c9e37c authored about 1 year ago by andrew000 <[email protected]>
Update base.rst (#1340)

* Update base.rst

Typo correction

* Create 1340.doc.rst

github.com/aiogram/aiogram - 98771fdf31f9653dfaafc6a0afdc54ac8e7b4203 authored about 1 year ago by VasBrd <[email protected]>
reformatted fluent fixes + fix named arguments

github.com/aiogram/i18n - 32c47418cd53e4da796cd15667c0b3b457f62edf authored about 1 year ago by RootShinobi <[email protected]>
nget method for base core + reformat code

github.com/aiogram/i18n - e636e133e6e8b548582d45af43b3fbbb5898a32b authored about 1 year ago by RootShinobi <[email protected]>
upd class node 2

github.com/aiogram/i18n - 9f42f54eb95c1f8599ba0e6f56b80b3e3c4977ef authored about 1 year ago by RootShinobi <[email protected]>
upd class node

github.com/aiogram/i18n - 7aa2f26f0bbd8067210f1badd18c2f5b48b1332e authored about 1 year ago by RootShinobi <[email protected]>
add locale to Lazy tools

github.com/aiogram/i18n - 8226e88ff4d5c65a7ce1b84d4d14b9ca147e239a authored about 1 year ago by RootShinobi <[email protected]>
Update changelog instructions in PR workflow

Updated the instructions for adding changelog entries in the pull_request_changelog.yml workflow...

github.com/aiogram/aiogram - cf3044687aa91e7b2ef4998ca67c5cbcc85228ad authored over 1 year ago by Alex Root Junior <[email protected]>
Remove stale texts

github.com/aiogram/aiogram - a2ed142557785ceb7d34b1a9aa621e85dce29299 authored over 1 year ago by Alex Root Junior <[email protected]>
Update texts, remove dummy translation files

github.com/aiogram/aiogram - d180fd7a46462373970f2298b2d436c49365a055 authored over 1 year ago by Alex Root Junior <[email protected]>
Fix send_copy helper parse mode (#1332)

* Fix send_copy helper parse mode

* Add changelog for bugfix 1332

github.com/aiogram/aiogram - 564292dd79ac9aed292acdf99ef0ec0c2f02ab28 authored over 1 year ago by Suren Khorenyan <[email protected]>
Prevent update handling task pointers from being garbage collected, backport of #1328 (#1331)

* Preserve update handling task pointers, backport of #1328

* Changelog

* Typing improvements

github.com/aiogram/aiogram - cad42580dd8183a0369ff9b76abe590cc5cdb0b6 authored over 1 year ago by Sergey Akentev <[email protected]>
Bump version

github.com/aiogram/aiogram - f681afb879ea83c19847b697094485f43e198d30 authored over 1 year ago by Alex Root Junior <[email protected]>
Try with minimized CPU count

github.com/aiogram/telegram-bot-api - d707a8c8e0318c1dcdfb446b6248bb2c3927fd0e authored over 1 year ago by Alex Root Junior <[email protected]>
Small changes in repo-structure and try to build ARM

github.com/aiogram/telegram-bot-api - feb59875fd3b119163c6ad0ec870ad6ec3dc2271 authored over 1 year ago by Alex Root Junior <[email protected]>
Update dependencies (#1327)

* Update dependencies

* Added changelog

github.com/aiogram/aiogram - 67382553e5329ecc1e9340da7f8c020a856d35e9 authored over 1 year ago by Alex Root Junior <[email protected]>
Corrected grammatical errors, improved sentence structures, translation for migration 2.x-3.x (#1302)

* Corrected grammatical errors, improved sentence structures for clarity, added translation to m...

github.com/aiogram/aiogram - b5ef05c01a07052dc557c1bed69bbc80c581d6c6 authored over 1 year ago by Kostiantyn Kriuchkov <[email protected]>
Handle expected warnings & raise unexpected warnings (#1315)

* chore: replace fixture loop with event_loop

* chore: mark expected warnings

* chore: rai...

github.com/aiogram/aiogram - eacea996d430695d4b53fa54733a794185e7de1e authored over 1 year ago by Oleg A <[email protected]>
moving to a custom ContextInstanceMixin + I18nMiddleware with ContextInstanceMixin

github.com/aiogram/i18n - 09a7cd2b37861daf7f22c42a966271fad46bba57 authored over 1 year ago by RootShinobi <[email protected]>
stub fixed: update template

github.com/aiogram/i18n - cb10fff2c4d1337aa210cc6766726eb4a7fafaeb authored over 1 year ago by RootShinobi <[email protected]>
stub fixed: message parameters are set

github.com/aiogram/i18n - b2bbc0c890fcb084235d825acc9a9158ed7a1592 authored over 1 year ago by RootShinobi <[email protected]>
Fix broken link in message.rst (#1325)

github.com/aiogram/aiogram - 890a57cd15ca14083534eab981fe4f00c34a9182 authored over 1 year ago by fulsiram <[email protected]>
1.3.3

github.com/aiogram/i18n - 79ae958be0ae7ef6725ef2fe21e0d0a52e4f5cf7 authored over 1 year ago by RootShinobi <[email protected]>
Merge pull request #29 from aiogram/main

Merge pull request #28

github.com/aiogram/i18n - c6f4433ea721f32609b546cc956db80667f16a74 authored over 1 year ago by RootShinobi <[email protected]>
Merge pull request #28 from aiogram/dev

1.3.2

github.com/aiogram/i18n - 049d2f7b34a0eb946262ae7f916bad81a2d84718 authored over 1 year ago by RootShinobi <[email protected]>
Merge branch 'main' into dev

github.com/aiogram/i18n - 4b1d283900f163298066d3d3f630f8da65b6f126 authored over 1 year ago by RootShinobi <[email protected]>
1.3.2

github.com/aiogram/i18n - b87006f3932c54ddb96d954284b8cce3f627f8e9 authored over 1 year ago by RootShinobi <[email protected]>
1.3.1.1

github.com/aiogram/i18n - 6b02a0ea07c5beb85ca0e6ab90b1ca5667df15a4 authored over 1 year ago by RootShinobi <[email protected]>
Fix `path` in `cores` (#27)

* Fix `path` in `cores`

If `path` is not absolute - `_extract_locales()` will not find locale...

github.com/aiogram/i18n - 72f34c3266862bac449857fecb12308369d5c3b8 authored over 1 year ago by Andrew <[email protected]>
1.3.1 (#25) (#26)

* context + td

* Some improvements
- Fixed type-hints
- Fixed LazyProxy model serialization...

github.com/aiogram/i18n - f2cc2692e805a03ca0dd4344ddd4fcdcf5acce30 authored over 1 year ago by RootShinobi <[email protected]>
1.3.1 (#25)

* context + td

* Some improvements
- Fixed type-hints
- Fixed LazyProxy model serialization...

github.com/aiogram/i18n - e80456e9fa270e02fedcdfee98f840d9c9d71c9a authored over 1 year ago by RootShinobi <[email protected]>
Merge branch 'main' into dev

github.com/aiogram/i18n - 277d0cbe82604042a90bf44ef4f7ffe43ad89b1b authored over 1 year ago by RootShinobi <[email protected]>
fluent fix number

github.com/aiogram/i18n - d5c779a420028dd607cf4fc6b50fffca4c8780e4 authored over 1 year ago by RootShinobi <[email protected]>
1.3.1

github.com/aiogram/i18n - c0f8bfec9b6eebfae01fb697fb99f3425557ad94 authored over 1 year ago by RootShinobi <[email protected]>
Rework multiple-extract (#24)

* Rework multiple-extract
Rework FluentTemplateDir
Add `--default-ftl-file` parameter to multipl...

github.com/aiogram/i18n - 848d1e4d8d42dd2fc17916fa07ef16ee091136ae authored over 1 year ago by Andrew <[email protected]>
Version

github.com/aiogram/cli - 3b6b949796b2164e2e5c183bf56ee416963f1f28 authored over 1 year ago by JRoot Junior <[email protected]>
Bump

github.com/aiogram/cli - 6c4f2527a9f932ad26f5aa04a3037f507b47dcc1 authored over 1 year ago by JRoot Junior <[email protected]>
Fixed extract operation for negative results

github.com/aiogram/magic-filter - 8ea680aa614e5e3c1a55975a87f5f0dc84a3bf15 authored over 1 year ago by JRoot Junior <[email protected]>
Bump version

github.com/aiogram/aiogram - 0895e0f49cdbe2e04c959383d818fbaff969dd06 authored over 1 year ago by Alex Root Junior <[email protected]>
Fix pydantic version (#1322)

* fix: fix pydantic version

* docs: changelog add

github.com/aiogram/aiogram - 1dcb830b9d1ded0f0e6c300972b0ffca5b67c9dc authored over 1 year ago by Oleg A <[email protected]>
Changelog

github.com/aiogram/aiogram - c3dc6fe7a8e15867e8aaca960e086df08954e1f3 authored over 1 year ago by Alex Root Junior <[email protected]>
Telegram Bot API 6.9 (#1319)

* Added support for Bot API 6.9

* Bump API

* Added changelog

github.com/aiogram/aiogram - fec138977db889e2a9ec6e01616bf6269ce54538 authored over 1 year ago by Alex Root Junior <[email protected]>
Merge pull request #24 from a-n-d-r/patch-1

Update Home.vue

github.com/aiogram/site_frontend - 93466a16d046046c9448b8144a43809729cd946e authored over 1 year ago by Alex Root Junior <[email protected]>
Update Home.vue

Changed tooltip for 3.0:
'Release Candidate' --> 'Latest'

github.com/aiogram/site_frontend - 44b82aa58779128ec6cb6abc64db5531fd8eb4ad authored over 1 year ago by Andre <[email protected]>
#1317 Fixed priority of events isolation (#1318)

github.com/aiogram/aiogram - a0828f6ddf755d78dd2151513b49348ebfc85a94 authored over 1 year ago by Alex Root Junior <[email protected]>
Update deprecated pydantic fields access (#1309)

* chore: update deprecated pydantic fields access

* chore: add type hints for test

* fix: ...

github.com/aiogram/aiogram - 8a77939d5bf7778be8a65e3531781220245724ff authored over 1 year ago by Oleg A <[email protected]>
chore: apply lint&reformat (#1307)

github.com/aiogram/aiogram - 490381b57fc93b06b8839d404b4f3dafbfa68a54 authored over 1 year ago by Oleg A <[email protected]>
fix: new towncrier docs link (#1306)

github.com/aiogram/aiogram - ac62184443a3d2c19ce7997faf830ea77a5be524 authored over 1 year ago by Oleg A <[email protected]>
fix: added absent params for button builders (#1304)

* fix: added absent params for button builders

* docs: added changelog

* fix: renamed chan...

github.com/aiogram/aiogram - 83a01f014cae1a54ca4c27882ae85d63e988bfe2 authored over 1 year ago by Oleg A <[email protected]>
Updated migration guide with API server (#1299)

* docs: updated migration guide with API server

* Update docs/migration_2_to_3.rst

Co-auth...

github.com/aiogram/aiogram - c229cf8c7b310e632a735eaa0dfa3749c40c33f6 authored over 1 year ago by Oleg A <[email protected]>
Update filtering docs page

github.com/aiogram/aiogram - 69c2e1282f7717c91226c66aee935ae96a209504 authored over 1 year ago by Alex Root Junior <[email protected]>
Fixed typo

github.com/aiogram/aiogram - 28cc2384e886f1c86fe74d86d1693b0f0d558b32 authored over 1 year ago by Alex Root Junior <[email protected]>
Remove `commands=` from examples

github.com/aiogram/aiogram - b94123de3dc33fee7208d95d04b2e5eea8947b53 authored over 1 year ago by Alex Root Junior <[email protected]>
Update dates interval in license file

github.com/aiogram/aiogram - b56628bb2e58219239f0be8ec965abd0013f914e authored over 1 year ago by Alex Root Junior <[email protected]>
Custom encoding support (#1278)

* Custom encoding support in deep-linking

github.com/aiogram/aiogram - 995a0d7e9b3774c869a1a0f015dc63ae3e4e358a authored over 1 year ago by Oleg A <[email protected]>
Add MediaGroupBuilder for media group construction (#1293)

Implemented a MediaGroupBuilder class in 'aiogram/utils/media_group.py' to help construct media ...

github.com/aiogram/aiogram - 5cf8d7b565061b662434280248310c42033c9bc6 authored over 1 year ago by Alex Root Junior <[email protected]>
Bump version

github.com/aiogram/aiogram - 8fd110cdd119df7c81e91a75fa3c48e52687753b authored over 1 year ago by Alex Root Junior <[email protected]>
Bump changelog

github.com/aiogram/aiogram - 0161322598d14b2fbf6f62149817455255616154 authored over 1 year ago by Alex Root Junior <[email protected]>
Merge pull request #6 from Mortasen/main

Update metadata and separate example project from aiogram-deta package

github.com/aiogram/deta - 60e8e87884b0b1ef5141f45dd5091a3a36bfdda8 authored over 1 year ago by Alex Root Junior <[email protected]>
Update README.md and remove bot token from Spacefile

github.com/aiogram/deta - 35c5696e7ebe9c5693d9fa218c0f114ee205ff83 authored over 1 year ago by Mortasen <[email protected]>
Update version and requirements in pyproject.toml

github.com/aiogram/deta - a62443fcde361561efd3b04caef044a9aab69d38 authored over 1 year ago by Mortasen <[email protected]>
Separate example bot from aiogram-deta package

github.com/aiogram/deta - 902805e6ce24dcb004c54773eb8aa3df3b3e1963 authored over 1 year ago by Mortasen <[email protected]>
Fixed error overlapping when validation error is caused by remove_unset root validator in base types and methods. (#1290)

* Ensure base type validation can handle non-dictionary values

The update introduces a condit...

github.com/aiogram/aiogram - 04bd0c9e7c5421c060183b90d515050f41377bc1 authored over 1 year ago by Alex Root Junior <[email protected]>
Fix `Message.send_copy` method for stories (#1287)

* Fix `Message.send_copy` method for stories

Fixed an issue with the `Message.send_copy` meth...

github.com/aiogram/aiogram - e1be9dd6681bb79cfbf96e125c9d2acb429dbdc0 authored over 1 year ago by Alex Root Junior <[email protected]>
Merge pull request #5 from Shaonis/main

update structure and other

github.com/aiogram/deta - a5e26e570b747d1b99c835e70a306b0a3dbc2ad7 authored over 1 year ago by Alex Root Junior <[email protected]>
Replace datetime.datetime with DateTime across codebase (#1285)

* #1277 Replace datetime.datetime with DateTime across codebase

Replaced all instances of st...

github.com/aiogram/aiogram - 6eb5ef2606b4d139490ceb9bc358ab830632d71b authored over 1 year ago by Alex Root Junior <[email protected]>
Fixed method :code:`Message.send_copy` for stickers (#1284)

github.com/aiogram/aiogram - 397f30b58bf0575c55ca861fddfd11052ce8e147 authored over 1 year ago by Alex Root Junior <[email protected]>
Small documentation improvements and texts update

github.com/aiogram/aiogram - ca4c1b4b95fe2d8066642efcb905e9f3eb66308d authored over 1 year ago by Alex Root Junior <[email protected]>
Bump version

github.com/aiogram/aiogram - 806f8f67d5c015581a6311bf1435cec663091422 authored over 1 year ago by Alex Root Junior <[email protected]>
Reformat code

github.com/aiogram/aiogram - 2cf224da49411babcd6c91296d6eb1696e51cceb authored over 1 year ago by Alex Root Junior <[email protected]>
#1281 Fix magic operation .as_ for values interpreted as False (#1283)

Modified the ".as_" method in the magic filter class to correctly handle values that are interpr...

github.com/aiogram/aiogram - ee8e457c5fe79ee85422915713d86fcd3fc51518 authored over 1 year ago by Alex Root Junior <[email protected]>
Fix markdown italic quote (#1282)

* Fix markdown italic quote

* Add changelog

github.com/aiogram/aiogram - bff2ed0a86033ee5b9ca0c2f1b4cf855ea09de78 authored over 1 year ago by onejeuu <[email protected]>