Dmitrii Anfimov
Dmitrii Anfimov
Добрый день! В [документации](https://cloud.yandex.ru/docs/tracker/get-user-info) написано, что: > Тело ответа содержит JSON-массив с параметрами текущего пользователя. Хотя на самом деле ответ может не быть JSON-массивом, и содержать словарь с информацией лишь...
## What kind of change does this PR introduce? - Added `handling` parameter in `Prefer` header support - Added `max-affected` parameter in `Prefer` header support ## What is the current...
Added optional `update_schedule` method for `ScheduleSource`. This method will be simpler to use than delete and then recreate.
## Why - According to [Status of Python versions](https://devguide.python.org/versions/) Python 3.9 already in `end-of-life` status. So we can easely drop support for this version. - Also for unification purposes we...
## Why - According to [Status of Python versions](https://devguide.python.org/versions/) Python 3.9 already in `end-of-life` status. So we can easely drop support for this version. - Also for unification purposes we...
Closes #971 ### Context Previously, the PyPI package was being built as a single wheel containing binaries for **all** architectures. This meant every user, regardless of their platform, was downloading...