Releases: AmanoTeam/pyrogram
Releases · AmanoTeam/pyrogram
v2.0.106 - patch 9
Changelog
- Update pyromod patches to pyromod v3.1.5
Install
From git (recommended)
pip install 'pyrogram @ git+https://github.com/AmanoTeam/[email protected]+amn9'
From tag tarball
pip install 'pyrogram @ https://github.com/AmanoTeam/pyrogram/archive/refs/tags/v2.0.106+amn9.tar.gz'
v2.0.106 - patch 8
Changelog
- Update pyromod patches to pyromod v3.0.2
- Add typing hints to pyromod codebase
Install
From git (recommended)
pip install 'pyrogram @ git+https://github.com/AmanoTeam/[email protected]+amn8'
From tag tarball
pip install 'pyrogram @ https://github.com/AmanoTeam/pyrogram/archive/refs/tags/v2.0.106+amn8.tar.gz'
v2.0.106 - patch 7
Changelog
- Fix pyromod callback query issues.
- Reword all commit messages to use Conventional Commits.
Install
From git (recommended)
pip install 'pyrogram @ git+https://github.com/AmanoTeam/[email protected]+amn7'
From tag tarball
pip install 'pyrogram @ https://github.com/AmanoTeam/pyrogram/archive/refs/tags/v2.0.106+amn7.tar.gz'
v2.0.106 - patch 6
Changelog
- Bump API layer to 162 and adapt code to it.
Install
From git (recommended)
pip install 'pyrogram @ git+https://github.com/AmanoTeam/[email protected]+amn6'
From tag tarball
pip install 'pyrogram @ https://github.com/AmanoTeam/pyrogram/archive/refs/tags/v2.0.106+amn6.tar.gz'
v2.0.106 - patch 5
Changelog
- Bump API layer to 160 and adapt code to it.
Install
From git (recommended)
pip install 'pyrogram @ git+https://github.com/AmanoTeam/[email protected]+amn5'
From tag tarball
pip install 'pyrogram @ https://github.com/AmanoTeam/pyrogram/archive/refs/tags/v2.0.106+amn5.tar.gz'
v2.0.106 - patch 4
Changelog
- Loose aiosqlite requirement from
>=0.19.0, <1.0.0
to>=0.16.0, <1.0.0
to fix Tortoise ORM dependency incompatibility issue.
Install
From git (recommended)
pip install 'pyrogram @ git+https://github.com/AmanoTeam/[email protected]+amn4'
From tag tarball
pip install 'pyrogram @ https://github.com/AmanoTeam/pyrogram/archive/refs/tags/v2.0.106+amn4.tar.gz'