E Schnitzler
Results
3
comments of
E Schnitzler
Hi, when can this be merged?
Same issue, the api responds with an int but the SDK wants a str.
@dhruvmanila Here are my ruff configured settings in my `pyproject.toml` file: ```toml [tool.ruff] exclude = [ ".git", ".pytest_cache", ".ruff_cache", ".venv", ".vscode", "__pypackages__", "_build", "build", "dist", "node_modules", "site-packages", "venv", ] line-length...