... or a source distribution on PyPI so that I could build it by myself.
> uv sync
Resolved 44 packages in 0.96ms
error: Distribution `pytgcrypto==1.2.6 @ registry+https://pypi.org/simple` can't be installed because it doesn't
have a source distribution or wheel for the current platform
hint: You're on Linux (`manylinux_2_39_aarch64`), but `pytgcrypto` (v1.2.6) only has wheels for the following platforms: `manylinux_2_5_i686`, `manylinux_2_17_i686`, `manylinux_2_17_x86_64`, `manylinux1_i686`, `manylinux2014_i686`, `manylinux2014_x86_64`, `musllinux_1_1_i686`, `musllinux_1_1_x86_64`, `macosx_10_9_universal2`, `macosx_10_9_x86_64`, `macosx_11_0_arm64`, `win32`, `win_amd64`; consider adding "sys_platform == 'linux' and platform_machine == 'aarch64'" to `tool.uv.required-environments` to ensure uv resolves to a version with compatible wheels
... or a source distribution on PyPI so that I could build it by myself.