Anton Kudryavtsev

Results 6 issues of Anton Kudryavtsev

`rustfmt 1.7.0-stable (82e1608d 2023-12-21)` formats the tuple method call very weirdly when the tuple takes up several lines. It adds new line after `)` and additional indent. ```rust let x...

# Feature request Make functions `_async.client.create_client` and `_async.client.AsyncClient.create` synchronous. ## Problem description Right now, `acreate_client` is a re-import of the `_async.client.create_client` function. This function has been marked as `async` (see...

enhancement

## Describe the Bug `from __future__ import annotations` breaks type resolver which results in `TypeError: Model fields cannot be resolved. Unexpected type 'typing.Any'` I did not manage to track down...

bug
triage:close

## Description Right now, calling the `.clean(key)` method on a non-cached key will raise a `KeyError` exception. There are several ways to solve this problem: 1. Create a custom `CustomDefaultCache`...

The current project relies on [requirements.txt](https://github.com/allseeteam/yandexgpt-python/blob/a165e83c1bc5d78bc67697e01646b7e62ae04364/requirements.txt) to manage dependencies, with versions strictly fixed up to the minor version, which is considered a bad practice. This is because other users will...

Right now, the dependencies in the project are described in a file requirements.txt and too strict. There are a lot of strict locks to a minor version of some library,...