Fix linter issues
This commit is contained in:
parent
76a0aa7e8b
commit
35460e9ad6
2 changed files with 848 additions and 1010 deletions
1855
poetry.lock
generated
1855
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -18,7 +18,7 @@ classifiers = [
|
|||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.9.0,<3.12"
|
||||
python = ">=3.10.0,<3.12"
|
||||
openai = "1.52.0"
|
||||
pydantic = "2.8.2"
|
||||
python-dotenv = "1.0.1"
|
||||
|
|
@ -76,6 +76,7 @@ pymilvus = {version = "^2.5.0", optional = true}
|
|||
unstructured = { extras = ["csv", "doc", "docx", "epub", "md", "odt", "org", "ppt", "pptx", "rst", "rtf", "tsv", "xlsx"], version = "^0.16.10", optional = true }
|
||||
pre-commit = "^4.0.1"
|
||||
httpx = "0.27.0"
|
||||
bokeh="^3.6.2"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue