Skip to content

Commit 6b529bb

Browse files
Update NEXT_CHANGELOG.md for typing.Any fix
Signed-off-by: coactive-victor <victor@coactive.ai>
1 parent ac187a3 commit 6b529bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
### Security
88

99
### Bug Fixes
10+
* Fix incorrect use of Python's `any` builtin as a type annotation; replace with `typing.Any` in `_internal.py`, `config.py`, `dbutils.py`, `oauth.py`, and `runtime/dbutils_stub.py` to resolve spurious mypy `[attr-defined]` errors.
1011

1112
### Documentation
1213

0 commit comments

Comments
 (0)