You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updates Poetry to 1.4.0 in the container
* Uses "CI method" for downloading and using Poetry
* Update `pyproject.toml` to use the new way of managing dependency groups
- `tool.poetry.dev-dependencies` is deprecated in favor of using "groups" for management
* Re-lock `poetry.lock`, pinning all dependencies to the latest version allowed by `pyproject.toml`
* Enable `pydantic.mypy` plugin so that mypy upgrade is successful
0 commit comments