Skip to content

Commit 3ff4e0d

Browse files
authored
fix(deploy): Fix _version not exists (#7129)
1 parent 0a0cc95 commit 3ff4e0d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

sqlglotc/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ local_scheme = "no-local-version"
2525
[tool.mypy]
2626
# Allow mypyc to resolve sqlglot.* from the repo root (../sqlglot/) or sdist root (./sqlglot/).
2727
mypy_path = [".", ".."]
28+
29+
[[tool.mypy.overrides]]
30+
module = "sqlglot._version"
31+
ignore_missing_imports = true

0 commit comments

Comments
 (0)