Krukov D
Krukov D
Sorry for a delay , the fix in the main branch. Gonna to release it soon
Fixed with 7.1.0 version. Please reopen the issue if it still exist
Hello, Nice case but unfortunately any application that use a shared state , like tasks lists or connections pool, will have problems with multiple loops ( like problem with redis...
Hi , thanks for notifying but I couldn't reproduce this issue. It will be grateful if you will provide a piece of code to reproduce it
Oh got you, catch it, that is because of logic with etag (You requests have a Etag header and we just check that we have this etag in a cache)....
not released yet
Fixed with 7.1.0 version. Feel free to reopen the issue if it still exist
Да можно - можно найти тут код https://github.com/Krukov/amocrm_api/blob/master/amocrm/v2/cli.py ```python def get_fields_for(model: Type[Model]) -> Iterable[custom_field.CustomFieldModel]: return Manager( GenericInteraction( path=f"{model.objects._interaction.path}/custom_fields", field="custom_fields", ), model=custom_field.CustomFieldModel, ).all() ```
Hello, thanks for reporting this issue For some reason `get_or_set` do **not** support a coroutine as default. It accepts callable or awaitable objects. So I guess that next example will...
Hi, sorry for not responding for so long. To be honest, it's strange that my example doesn't work and gives the same error, maybe I or you miss something )...