Skip to content

Remove some pins from pyproject.toml

Adam Coldrick requested to merge sotk/requirements/unpin-some-things into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests
  • Metrics
  • Documentation update(s)

If not required, please explain in brief why not.

Description

This MR removes most of the remaining < pins from our pyproject.toml dependency list. The only remaining pins are for SQLAlchemy (and its type stubs) and the moto library, both of which will require refactoring to unpin due to breaking changes upstream.

Merge request reports