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
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
See https://python-poetry.org/docs/dependency-specification/#caret-requirements
This effectively:
- imposes new constraints `canonicaljson < 2` and `signedjson < 2`
- widens `1.2.1 <= matrix-common < 1.3` to `1.2.1 <= matrix-common < 2`
Doing so helps give us room to make backwards-compatible changes to our
libraries without screwing over old synapse versions installed with the
latest dependencies.
0 commit comments