databricks-sql-python icon indicating copy to clipboard operation
databricks-sql-python copied to clipboard

Update native.py: use dict instead of Dict

Open wyattscarpenter opened this issue 3 months ago • 2 comments

The capital letter version from typing has been deprecated since Python 3.9 https://docs.python.org/3/library/typing.html#typing.Dict

What type of PR is this?

  • [x] Refactor

How is this tested?

Type check in the CI

wyattscarpenter avatar Oct 09 '25 03:10 wyattscarpenter