diff options
author | David Robertson <davidr@element.io> | 2022-03-03 12:47:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-03 12:47:55 +0000 |
commit | cea1b58c4a5850a59e14808324ce1d9f222f52e5 (patch) | |
tree | ee5c90ec95f48585b1fe5b77771cdf3e28841b6d /changelog.d/12129.misc | |
parent | Correctly register deactivation and profile update module callbacks (#12141) (diff) | |
download | synapse-cea1b58c4a5850a59e14808324ce1d9f222f52e5.tar.xz |
Don't impose version checks on dev extras at runtime (#12129)
* Fix incorrect argument in test case * Add copyright header * Docstring and __all__ * Exclude dev depenencies * Use changelog from #12088 * Include version in error messages This will hopefully distinguish between the version of the source code and the version of the distribution package that is installed. * Linter script is your friend
Diffstat (limited to 'changelog.d/12129.misc')
-rw-r--r-- | changelog.d/12129.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12129.misc b/changelog.d/12129.misc new file mode 100644 index 0000000000..ce4213650c --- /dev/null +++ b/changelog.d/12129.misc @@ -0,0 +1 @@ +Inspect application dependencies using `importlib.metadata` or its backport. \ No newline at end of file |