Skip to content

Commit 0b394f0

Browse files
Update dependencies #29
1 parent 39fe7e7 commit 0b394f0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ llama_index = "^0.5.27"
3232
loguru = "^0.7.0"
3333
toml = "^0.10.2"
3434
sqlglot = "^12.2.0"
35+
sqlparse = "^0.4.4"
3536
transformers = "^4.29.0"
3637
sentence-transformers = "^2.2.2"
3738
torch = "^2.0.1"

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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"
33
aiosignal==1.3.1 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0"
44
ansicon==1.89.0 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0" and platform_system == "Windows"
55
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
6969
sqlalchemy-utils==0.41.1 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0"
7070
sqlalchemy==1.4.49 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0"
7171
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"
7273
starlette==0.31.1 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0"
7374
sympy==1.12 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0"
7475
tenacity==8.2.3 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0"

0 commit comments

Comments
 (0)