Skip to content

Commit 036fd29

Browse files
authored
fix(NoTicket): update sqlparse to fix query splitting (#489)
1 parent 1d73c32 commit 036fd29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install_requires =
3636
pydantic[dotenv]>=1.8.2,<3.0.0
3737
python-dateutil>=2.8.2
3838
readerwriterlock>=1.0.9
39-
sqlparse>=0.4.2
39+
sqlparse @ git+https://github.com/lorenzhs/sqlparse.git@8d379386c1c3e103ee67ef6582ea1b7c2296aa5b
4040
trio>=0.22.0
4141
truststore>=0.10;python_version>="3.10"
4242
python_requires = >=3.9

0 commit comments

Comments
 (0)