diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build/changelog/unreleased_14/mypy_fix.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_14/mypy_fix.rst b/doc/build/changelog/unreleased_14/mypy_fix.rst new file mode 100644 index 000000000..9f6d1bcdd --- /dev/null +++ b/doc/build/changelog/unreleased_14/mypy_fix.rst @@ -0,0 +1,6 @@ +.. change:: + :tags: bug, mypy + + Fixed some issues in the mypy plugin that would otherwise fail + with some fixes that are occurring in sqlalchemy2-stubs concurrently. + |