Skip to content

Commit 7c3d612

Browse files
Update sqlglot requirement from ^26.2.1 to >=26.2.1,<28.0.0
Updates the requirements on [sqlglot](https://github.com/tobymao/sqlglot) to permit the latest version. - [Changelog](https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md) - [Commits](tobymao/sqlglot@v26.2.1...v27.0.0) --- updated-dependencies: - dependency-name: sqlglot dependency-version: 27.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fbef5c2 commit 7c3d612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ elasticsearch = "^8.17.0"
1515
environs = ">=9.5,<15.0"
1616
psycopg = "^3.1.8"
1717
pytest-mock = "^3.10.0"
18-
sqlglot = "^26.2.1"
18+
sqlglot = ">=26.2.1,<28.0.0"
1919

2020
[tool.poetry.group.dev.dependencies]
2121
flake8 = ">=6,<8"

0 commit comments

Comments
 (0)