reverted some changes and remove some upper bounds

This commit is contained in:
vasilije 2025-09-02 09:31:28 +02:00
parent 8f9e289a83
commit 0fd1dae448

View file

@ -20,7 +20,7 @@ classifiers = [
"Operating System :: Microsoft :: Windows",
]
dependencies = [
"openai>=1.80.1,<1.99.9",
"openai>=1.80.1",
"python-dotenv>=1.0.1,<2.0.0",
"pydantic>=2.10.5,<3.0.0",
"pydantic-settings>=2.2.1,<3",
@ -29,7 +29,7 @@ dependencies = [
"sqlalchemy>=2.0.39,<3.0.0",
"aiosqlite>=0.20.0,<1.0.0",
"tiktoken>=0.8.0,<1.0.0",
"litellm>=1.71.0, <2.0.0",
"litellm>=1.76.0",
"instructor>=1.9.1,<2.0.0",
"filetype>=1.2.0,<2.0.0",
"aiohttp>=3.11.14,<4.0.0",
@ -47,6 +47,10 @@ dependencies = [
"pylance>=0.22.0,<1.0.0",
"kuzu (==0.11.0)",
"python-magic-bin<0.5 ; platform_system == 'Windows'", # Only needed for Windows
"fastembed<=0.6.0 ",
"networkx>=3.4.2,<4",
"matplotlib>=3.8.3,<4"
]
[project.optional-dependencies]