Skip to content

Commit 2f6434e

Browse files
committed
Chore!: bump sqlglot-mypy
1 parent 64b9f67 commit 2f6434e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"duckdb>=0.6",
1010
# sqlglot-mypy 1.20+ is the build dep for sqlglotc and only ships
1111
# for py3.10+; on py3.9 just use upstream mypy for type checking.
12-
"sqlglot-mypy >= 2.1.0.post1; python_version >= '3.10'",
12+
"sqlglot-mypy >= 2.1.0.post2; python_version >= '3.10'",
1313
"mypy; python_version < '3.10'",
1414
"setuptools_scm",
1515
"pandas",

sqlglotc/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
requires-python = ">= 3.10"
88

99
[project.optional-dependencies]
10-
dev = ["setuptools >= 61.0", "setuptools_scm", "sqlglot-mypy >= 2.1.0.post1"]
10+
dev = ["setuptools >= 61.0", "setuptools_scm", "sqlglot-mypy >= 2.1.0.post2"]
1111

1212
[project.urls]
1313
Homepage = "https://sqlglot.com/"
@@ -17,7 +17,7 @@ Repository = "https://github.com/tobymao/sqlglot"
1717
requires = [
1818
"setuptools >= 61.0",
1919
"setuptools_scm",
20-
"sqlglot-mypy >= 2.1.0.post1",
20+
"sqlglot-mypy >= 2.1.0.post2",
2121
"types-python-dateutil",
2222
"sqlglot",
2323
]

0 commit comments

Comments
 (0)