Sukhorosov Aleksey

Results 6 issues of Sukhorosov Aleksey

Hello, here is an example I have been struggling with recently. When chunked transfer encoding is enabled on the server RetryClient isn't able to retry request in case of responses...

Toloka/docs repository stores python-sdk.md file in docs directory. It is unwanted to also have it in this repository's docs. The solution is to add this file to docs/toc.yaml in the...

Native implementation of `AsyncTolokaClient` ## Description Previously we used async over threading implementation for `AsyncTolokaClient`. This resulted in poor performance due to inefficient context switches. This implementation uses HTTPX as...

### Observed behavior Type annotations of optional parameters are not propagated to `__init__` methods of the attrs generated classes, which leads to incrorect stubs and failing mypy. ### Expected behavior...

bug

### Apache Airflow version 2.8.4 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? It looks like expand_kwargs does not preserve templates that are stored...

kind:bug
area:core
needs-triage

Hi! First of all, thank you for your work, the library provides a really handy way to reduce boilerplate for partial models. Unfortunately, I faced a blocker for using this...