Bibo-Joshi
|
11007c1715
|
Documentation Improvements (#3010, #3007, #3012, #3067, #3081, #3082)
Co-authored-by: KnorpelSenf <shtrog@gmail.com>
Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
Co-authored-by: Poolitzer <github@poolitzer.eu>
Co-authored-by: Adi <71205439+Aditya-Rajgor@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-06-09 17:08:54 +02:00 |
|
Poolitzer
|
d6e95f1974
|
Improve Some Unit Tests (#3026)
Co-authored-by: Bibo-Joshi <22366557+Bibo-Joshi@users.noreply.github.com>
|
2022-06-09 17:07:28 +02:00 |
|
dependabot[bot]
|
de28f177bd
|
Update cachetools requirement from ~=5.1.0 to ~=5.2.0 (#3080)
* Update cachetools requirement from ~=5.1.0 to ~=5.2.0
Updates the requirements on [cachetools](https://github.com/tkem/cachetools) to permit the latest version.
- [Release notes](https://github.com/tkem/cachetools/releases)
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/tkem/cachetools/compare/v5.1.0...v5.2.0)
---
updated-dependencies:
- dependency-name: cachetools
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* update pre-commit as well
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
|
2022-06-09 17:06:49 +02:00 |
|
Bibo-Joshi
|
63104ac0b3
|
Add Application.post_init (#3078)
|
2022-06-08 07:44:22 +02:00 |
|
Bibo-Joshi
|
22419c0464
|
Fix Non-Blocking Entry Point in ConversationHandler (#3068)
|
2022-06-07 17:48:26 +02:00 |
|
Bibo-Joshi
|
42276338b1
|
Add Arguments chat/user_id to CallbackContext And Example On Custom Webhook Setups (#3059)
Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
|
2022-06-03 16:55:36 +02:00 |
|
dependabot[bot]
|
5f547f3725
|
Update httpx requirement from ~=0.22.0 to ~=0.23.0 (#3069)
* Update httpx requirement from ~=0.22.0 to ~=0.23.0
Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/httpx/compare/0.22.0...0.23.0)
---
updated-dependencies:
- dependency-name: httpx
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* update other places as well
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
|
2022-06-02 10:10:08 +02:00 |
|
dependabot[bot]
|
8e7220e5db
|
Update cachetools requirement from ~=5.0.0 to ~=5.1.0 (#3058)
* Update cachetools requirement from ~=5.0.0 to ~=5.1.0
Updates the requirements on [cachetools](https://github.com/tkem/cachetools) to permit the latest version.
- [Release notes](https://github.com/tkem/cachetools/releases)
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/tkem/cachetools/compare/v5.0.0...v5.1.0)
---
updated-dependencies:
- dependency-name: cachetools
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* update other places as well
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
|
2022-06-02 10:09:05 +02:00 |
|
dependabot[bot]
|
977d56ab43
|
Bump mypy from 0.950 to 0.960 (#3070)
* Bump mypy from 0.950 to 0.960
Bumps [mypy](https://github.com/python/mypy) from 0.950 to 0.960.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.950...v0.960)
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* update pre-commit as well
* fix type hint for CIRHandler.collect_additional_context
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
|
2022-06-02 10:08:15 +02:00 |
|
Poolitzer
|
306cc64170
|
Don't Set Signal Handlers On Windows By Default (#3065)
|
2022-06-02 09:43:03 +02:00 |
|
dglitxh
|
42955ecddf
|
Add Convenience Property Message.id (#3077)
|
2022-06-01 21:29:46 +02:00 |
|
Bibo-Joshi
|
67869693a7
|
Expose BaseRequest.parse_json_payload (#3072)
|
2022-06-01 21:26:18 +02:00 |
|
Bibo-Joshi
|
6ded9cc25c
|
Drop InputFile.is_image (#3053)
|
2022-05-29 14:35:26 +02:00 |
|
Bibo-Joshi
|
5e0bcfbcc6
|
Drop Explicit Type conversions in __init__ s (#3056)
* Drop explicit type conversions in `__init__` s
* missed one
|
2022-05-26 19:16:30 +02:00 |
|
Bibo-Joshi
|
a17a4c6c8f
|
Handle List-Valued Attributes More Consistently (#3057)
|
2022-05-26 19:15:54 +02:00 |
|
Bibo-Joshi
|
dc13b69dac
|
Split {Command, Prefix}Handler And Make Attributes Immutable (#3045)
|
2022-05-26 11:10:00 +02:00 |
|
James Carl Necio
|
349baa0202
|
Align Behavior Of JobQueue.run_daily With cron (#3046)
|
2022-05-25 10:02:00 +02:00 |
|
Bibo-Joshi
|
5e24765bbc
|
Escape Backslashes in escape_markdown (#3055)
|
2022-05-21 16:54:11 +02:00 |
|
Bibo-Joshi
|
e10d933fde
|
Add Example for WebApp (#3052)
|
2022-05-19 22:14:02 +02:00 |
|
Bibo-Joshi
|
2175af6abc
|
Apply isort and Update pre-commit.ci Configuration (#3049)
|
2022-05-19 15:10:08 +02:00 |
|
Bibo-Joshi
|
ca4e4c6280
|
Drop Support for ujson (#3037)
|
2022-05-19 12:47:53 +02:00 |
|
Bibo-Joshi
|
d2cabcaa74
|
Adjust pre-commit Settings for isort (#3043)
|
2022-05-18 17:23:00 +02:00 |
|
tal66
|
076955d04d
|
Make PTB Specific Keyword-Only Arguments for PTB Specific in Bot methods (#3035)
* Introduce keyword-only arguments in Bot methods
* partial code review fix
* tests, code rev changes
* flake8
* tests, code rev, more shortcut methods
* One more iteration on `check_shortcut_signature`
* Update tests/conftest.py
Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
|
2022-05-18 17:18:44 +02:00 |
|
Bibo-Joshi
|
c1041655f6
|
Adjust Equality Comparisons to Fit Bot API 6.0 (#3033)
|
2022-05-18 07:48:20 +02:00 |
|
dependabot[bot]
|
298c5fab3b
|
Bump pylint from 2.13.8 to 2.13.9 (#3032)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
|
2022-05-15 22:23:04 +02:00 |
|
Harshil
|
3013870c1f
|
Add Version Check to Examples (#3036)
|
2022-05-15 14:08:40 +02:00 |
|
Bibo-Joshi
|
5e924014de
|
Add Tuple Based Version Info and Rename telegram.bot_api_version to telegram.__bot_api_version__ (#3030)
|
2022-05-14 15:50:12 +02:00 |
|
Bibo-Joshi
|
f792102212
|
Use Collection Instead of List and Tuple (#3025)
|
2022-05-13 16:41:34 +02:00 |
|
dependabot[bot]
|
72e357a780
|
Bump dessant/lock-threads from 2.0.1 to 3.0.0 (#2998)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
|
2022-05-12 19:54:59 +02:00 |
|
Harshil
|
72c3eb857b
|
Improve Type Annotations for CallbackContext and Move Default Type Alias to ContextTypes.DEFAULT_TYPE (#3017, #3023)
Co-authored-by: Bibo-Joshi <22366557+Bibo-Joshi@users.noreply.github.com>
|
2022-05-12 19:36:25 +02:00 |
|
Aditya Yadav
|
1f7efe4519
|
Rename Job.context to Job.data (#3028)
|
2022-05-12 19:26:03 +02:00 |
|
Bibo-Joshi
|
e47d18c9ec
|
Remove Client-Side Parameter Validation (#3024)
|
2022-05-12 19:20:24 +02:00 |
|
Bibo-Joshi
|
65bbea780a
|
Rename Handler to BaseHandler (#3019)
|
2022-05-12 18:18:40 +02:00 |
|
dependabot[bot]
|
23ed0880d2
|
Bump pyupgrade from 2.32.0 to 2.32.1 (#2999)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
|
2022-05-10 18:35:59 +02:00 |
|
Bibo-Joshi
|
a299867b1b
|
Stabilize Application.run_* on Python 3.7 (#3009)
|
2022-05-10 18:35:20 +02:00 |
|
Harshil
|
be8f4f7aad
|
Don't Pass Default Values of Optional Parameters to Telegram (#2978)
|
2022-05-09 19:30:46 +02:00 |
|
Bibo-Joshi
|
ea8089ad3e
|
Ignore Code Style Commits in git blame (#3003)
|
2022-05-09 19:29:22 +02:00 |
|
Bibo-Joshi
|
d917404de1
|
Adjust Tests to Changed API Behavior (#3002)
|
2022-05-07 21:47:50 +02:00 |
|
Hinrich Mahler
|
95d6272d20
|
Bump version to v20.0a0
|
2022-05-06 19:03:54 +02:00 |
|
Bibo-Joshi
|
a10bf3241e
|
Documentation Fixes & Improvements (#2969)
Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
|
2022-05-06 18:22:36 +02:00 |
|
Bibo-Joshi
|
950d9a0751
|
Extend Code Formatting With Black (#2972)
|
2022-05-06 18:22:35 +02:00 |
|
Bibo-Joshi
|
62cbd11f14
|
Adapt Tests to Changed Bot.get_file Behavior (#2995)
|
2022-05-06 18:22:34 +02:00 |
|
Harshil
|
335772568f
|
Update and Expand Tests & pre-commit Settings and Improve Code Quality (#2925)
Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
|
2022-05-06 18:22:34 +02:00 |
|
Harshil
|
e10f9164fe
|
API 6.0 (#2956)
Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
|
2022-05-06 18:22:34 +02:00 |
|
Bibo-Joshi
|
a491eead5a
|
Update Dependency Policy (#2958)
|
2022-05-06 18:22:28 +02:00 |
|
Bibo-Joshi
|
823d030c2c
|
Use enums for dynamic types & rename two attributes in ChatMember (#2817)
|
2022-05-06 18:21:36 +02:00 |
|
Poolitzer
|
d4e1a19ab1
|
adding permissions to workflow (#2984)
|
2022-05-06 18:21:36 +02:00 |
|
Bibo-Joshi
|
36888a7c47
|
Fix a Bug in ChatMemberUpdated.difference (#2947)
|
2022-05-06 18:21:36 +02:00 |
|
Poolitzer
|
97281da351
|
Add Convenience Shortcuts ChatPermissions.{all, no}_permissions (#2948)
|
2022-05-06 18:20:58 +02:00 |
|
Bibo-Joshi
|
3c8953cc5a
|
Add Python 3.10 to Test Suite (#2968)
|
2022-05-06 18:19:15 +02:00 |
|