espdev
espdev
@kitMP > API нерабочий Да, я смотрел 341 issue. Как минимум, API непродуманный и неполный. `from`/`to` даты вообще могут быть необязательными параметрами, как, например, сделано у Quandl, в таком случае...
@AlexanderVolkovTCS, Спасибо, теперь я понял, что означает `expected from 1 day to 1 year` в информации об ошибке. Таким образом вы ограничиваете количество возвращаемых данных через API в одном запросе?...
Hi @davidberenstein1957, It seems the dependency versions currently specified in pyproject.toml are not fully compatible with the package code. I think we need to specify the version ranges of the...
Interesting note. So, I just added the constraints and it works as I expect! Thank you @charliermarsh! ```toml [tool.uv] constraint-dependencies = [ "pyqt5-qt5=5.15.16; sys_platform == 'linux'", ] ``` But this...
Same on `version='1.14.1'`. This error occurs even under minimal load when calling various APIs and as if for no reason. Maybe it would be nice to add a retry mechanism...
Same with any model.
Now, the `Gemini 2.5 Pro` model is available in the list of models but when I try to use it, I get an error: ``` Invalid JSON payload received. Unknown...
@martindurant > No, we do not have asynchronous stream writing, sorry. If you can think of a way to do it, I would be happy. I recently encountered this too...