pyrofork/pyrogram
wulan17 03c57accfd
pyrofork: access class __annotations__ instead of instance
Python 3.14 removed implicit fallback to class-level __annotations__,
causing AttributeError when accessing self.__annotations__. Updated
matches() to use self.__class__.__annotations__ for compatibility
across Python 3.10+.

Signed-off-by: wulan17 <wulan17@komodos.id>
2025-12-08 03:05:24 +07:00
..
connection Revert "fix: handle connection closure and retry logic in session management" 2025-05-18 19:57:20 +07:00
crypto pyrofork: Cleanup codes 2025-03-29 00:25:16 +07:00
enums pyrofork: Add todolist implementation 2025-07-10 19:56:51 +07:00
errors pyrofork: moar cleanups 2025-04-03 22:31:37 +07:00
handlers pyrofork: Cleanup codes 2025-03-29 00:25:16 +07:00
helpers pyrofork: Cleanup codes 2025-03-29 00:25:16 +07:00
methods pyrofork: fix derp 2025-12-02 21:18:33 +07:00
nav pyrofork: Cleanup codes 2025-03-29 00:25:16 +07:00
parser pyrofork: Cleanup codes 2025-03-29 00:25:16 +07:00
raw pyrofork: Cleanup codes 2025-03-29 00:25:16 +07:00
session pyrofork: Allow to specify system_lang_code and lang_pack (#129) 2025-07-10 19:56:51 +07:00
storage pyrofork: Cleanup codes 2025-03-29 00:25:16 +07:00
types pyrofork: access class __annotations__ instead of instance 2025-12-08 03:05:24 +07:00
__init__.py pyrofork: Bump version to 2.3.68 2025-07-10 19:58:10 +07:00
client.py pyrofork: client: fix looping prompt when use qrcode as input 2025-07-10 19:56:52 +07:00
dispatcher.py pyrofork: Adapt uvloop changes 2025-12-08 02:47:12 +07:00
emoji.py Pyrofork: Update Copyright headers 2024-02-07 20:25:08 +07:00
file_id.py Pyrofork: Update Copyright headers 2024-02-07 20:25:08 +07:00
filters.py pyrofork: Adapt filters.linked_channel to latest changes 2025-07-10 19:56:52 +07:00
mime_types.py Pyrofork: Update Copyright headers 2024-02-07 20:25:08 +07:00
py.typed Add py.typed file for enhanced type hinting (#838) 2022-01-29 13:39:25 +01:00
sync.py pyrofork: Adapt uvloop changes 2025-12-08 02:47:12 +07:00
utils.py pyrofork: Add reply_to_monoforum_id parameter to supported send_* 2025-06-10 22:38:08 +07:00