File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license = "MIT"
77requires-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 ]
1313Homepage = " https://sqlglot.com/"
@@ -17,7 +17,7 @@ Repository = "https://github.com/tobymao/sqlglot"
1717requires = [
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]
You can’t perform that action at this time.
0 commit comments