Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Fix lint errors due to mypy with python 3.12 (#1890)
* ci: Fix lint errors. Now that we're using python 3.12 for the `lint` github action, we need to fix the errors that it is reporting. * fix: Pin `aiohttp` to fix lint error Also reorganize the transitive dependencies in pyproject.toml * fix: downgrade aiohttp because of python 3.8 support * fix: Add `type: ignore` back, until we drop support for python 3.8 * Pin at 3.10.11 instead of 3.10.8 * Remove ignore again --------- Co-authored-by: Grzegorz Banasiak <[email protected]>
- Loading branch information