Fix linter issues

This commit is contained in:
vasilije 2025-01-05 19:53:38 +01:00
parent 76a0aa7e8b
commit 35460e9ad6
2 changed files with 848 additions and 1010 deletions

1855
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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"