Skip to content
Snippets Groups Projects
Unverified Commit aa1f5776 authored by Massimiliano Pippi's avatar Massimiliano Pippi Committed by GitHub
Browse files

chore: drop support for 3.8 (#16973)

parent 8f7cd3e1
Branches
Tags
No related merge requests found
This diff is collapsed.
......@@ -18,7 +18,7 @@ explicit_package_bases = true
ignore_missing_imports = true
namespace_packages = true
plugins = "pydantic.mypy"
python_version = "3.8"
python_version = "3.9"
[tool.poetry]
authors = ["Jerry Liu <jerry@llamaindex.ai>"]
......@@ -56,8 +56,8 @@ fsspec = ">=2023.5.0"
httpx = "*"
nest-asyncio = "^1.5.8"
nltk = ">3.8.1"
numpy = "<2.0.0" # Pin until we adapt to Numpy v2
python = ">=3.8.1,<4.0"
numpy = "*"
python = ">=3.9,<4.0"
tenacity = ">=8.2.0,!=8.4.0,<9.0.0" # Avoid 8.4.0 which lacks tenacity.asyncio
tiktoken = ">=0.3.3"
typing-extensions = ">=4.5.0"
......@@ -72,6 +72,7 @@ PyYAML = ">=6.0.1"
wrapt = "*"
pydantic = ">=2.7.0,<3.0.0"
filetype = "^1.2.0" # Used for multi-modal MIME utils
eval-type-backport = {python = "<3.10", version = "^0.2.0"}
[tool.poetry.group.dev.dependencies]
black = {extras = ["jupyter"], version = ">=23.7.0,<=24.3.0"}
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -19,7 +19,7 @@ ignore_missing_imports = true
mypy_path = "llama_index"
namespace_packages = true
plugins = "pydantic.mypy"
python_version = "3.8"
python_version = "3.9"
[tool.poetry]
authors = ["Jerry Liu <jerry@llamaindex.ai>"]
......@@ -48,7 +48,7 @@ repository = "https://github.com/run-llama/llama_index"
version = "0.11.23"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
python = ">=3.9,<4.0"
llama-index-legacy = "^0.9.48"
llama-index-llms-openai = "^0.2.10"
llama-index-embeddings-openai = "^0.2.4"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment