v2.0.0, 2022-07-19
What's Changed
Migrated to Pyrogram V2 by @Dineshkarthik #277
Breaking Changes
- The minimum Python version required is now
Python 3.7
previously this was 3.6. - Proxy setting is moved into
config.yaml
, proxy.ini file is removed and doesn't work anymore.
Dependency Package Version Update
- build(deps-dev): bump types-pyyaml from 6.0.5 to 6.0.7 by @dependabot in #221
- build(deps-dev): bump pylint from 2.13.4 to 2.13.7 by @dependabot in #222
- build(deps-dev): bump mypy from 0.942 to 0.961 by @dependabot in #250
- build(deps-dev): bump types-pyyaml from 6.0.7 to 6.0.10 by @dependabot in #273
- build(deps): bump rich from 12.1.0 to 12.5.1 by @dependabot in #274
- build(deps): bump pyrogram from 1.4.12 to 2.0.33 by @dependabot in #276
- build(deps-dev): bump pylint from 2.13.7 to 2.14.5 by @dependabot in #275
Development Only Changes
- pre-commit is used for code linting and other code quality checks.
- black and isort are added to pre-commit
- separate workflows for code quality and unit-test
- bump up version of Github actions - checkout & setup-python
Full Changelog: v1.5.1...v2.0.0