File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ llama_index = "^0.5.27"
32
32
loguru = " ^0.7.0"
33
33
toml = " ^0.10.2"
34
34
sqlglot = " ^12.2.0"
35
+ sqlparse = " ^0.4.4"
35
36
transformers = " ^4.29.0"
36
37
sentence-transformers = " ^2.2.2"
37
38
torch = " ^2.0.1"
Original file line number Diff line number Diff line change 1
1
accelerate == 0.21.0 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0"
2
- aiohttp == 3.8.5 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0"
2
+ aiohttp == 3.8.6 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0"
3
3
aiosignal == 1.3.1 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0"
4
4
ansicon == 1.89.0 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0" and platform_system == "Windows"
5
5
anyio == 4.0.0 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0"
@@ -69,6 +69,7 @@ sniffio==1.3.0 ; python_full_version >= "3.8.1" and python_full_version <= "3.11
69
69
sqlalchemy-utils == 0.41.1 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0"
70
70
sqlalchemy == 1.4.49 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0"
71
71
sqlglot == 12.4.0 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0"
72
+ sqlparse == 0.4.4 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0"
72
73
starlette == 0.31.1 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0"
73
74
sympy == 1.12 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0"
74
75
tenacity == 8.2.3 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0"
You can’t perform that action at this time.
0 commit comments