Skip to content

Commit 8166b46

Browse files
move py.typed to correct places
https://peps.python.org/pep-0561/ says 'For namespace packages (see PEP 420), the py.typed file should be in the submodules of the namespace, to avoid conflicts and for clarity.'. Previously, when I added the py.typed file to this project, #382 , I was unaware this was a namespace package. As PEP 561 warns us, this does create conflicts; other libraries in the databricks namespace package (such as, in my case, databricks-vectorsearch) are then treated as though they are typed, which they are not. This commit moves the py.typed file to the correct places, the submodule folders, fixing that problem.
1 parent a5b1ab0 commit 8166b46

File tree

2 files changed

+0
-0
lines changed

2 files changed

+0
-0
lines changed
File renamed without changes.

src/databricks/sqlalchemy/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)