Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.14"]
steps:
- uses: actions/checkout@v6
with:
Expand Down
4 changes: 2 additions & 2 deletions llama-dev/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ build-backend = "hatchling.build"
[dependency-groups]
dev = [
"diff-cover>=9.2.4",
"pytest>=8.3.5",
"pytest-cov>=6.1.1",
"pytest",
"pytest-cov",
]

[project]
Expand Down
4 changes: 2 additions & 2 deletions llama-index-cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dev = [
"mypy==0.991",
"pre-commit==3.2.0",
"pylint==2.15.10",
"pytest==7.2.1",
"pytest-mock==3.11.1",
"pytest",
"pytest-mock",
"ruff==0.0.292",
"tree-sitter-languages>=1.8.0,<2",
"types-Deprecated>=0.1.0",
Expand Down
14 changes: 7 additions & 7 deletions llama-index-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ dev = [
"pandas",
"pre-commit==3.2.0",
"pylint==2.15.10",
"pytest~=7.2",
"pytest-asyncio==0.21.0",
"pytest-cov~=5.0",
"pytest-dotenv==0.5.2",
"pytest-mock==3.11.1",
"pytest-timeout>=2.4.0",
"pytest",
"pytest-asyncio",
"pytest-cov",
"pytest-dotenv",
"pytest-mock",
"pytest-timeout",
"rake-nltk==1.0.6",
"ruff==0.11.11",
"tree-sitter",
Expand All @@ -35,7 +35,7 @@ name = "llama-index-core"
version = "0.14.8"
description = "Interface between LLMs and your data"
authors = [{name = "Jerry Liu", email = "[email protected]"}]
requires-python = ">=3.9,<4.0"
requires-python = ">=3.10,<4.0"
readme = "README.md"
license = "MIT"
maintainers = [
Expand Down
3,832 changes: 1,935 additions & 1,897 deletions llama-index-core/uv.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions llama-index-experimental/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dev = [
"mypy==0.991",
"pre-commit==3.2.0",
"pylint==2.15.10",
"pytest==7.2.1",
"pytest-mock==3.11.1",
"pytest",
"pytest-mock",
"ruff==0.0.292",
"tree-sitter-languages>=1.8.0,<2",
"types-Deprecated>=0.1.0",
Expand Down
4 changes: 2 additions & 2 deletions llama-index-finetuning/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dev = [
"mypy==0.991",
"pre-commit==3.2.0",
"pylint==2.15.10",
"pytest==7.2.1",
"pytest-mock==3.11.1",
"pytest",
"pytest-mock",
"ruff==0.0.292",
"tree-sitter-languages>=1.8.0,<2",
"types-Deprecated>=0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion llama-index-instrumentation/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[dependency-groups]
dev = ["pytest>=8.4.0", "pytest-asyncio>=1.0.0", "pytest-cov>=6.1.1"]
dev = ["pytest", "pytest-asyncio", "pytest-cov"]

[project]
name = "llama-index-instrumentation"
Expand Down
909 changes: 598 additions & 311 deletions llama-index-instrumentation/uv.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ dev = [
"mypy==0.991",
"pre-commit==3.2.0",
"pylint==2.15.10",
"pytest==7.2.1",
"pytest-asyncio==0.21.0",
"pytest-mock==3.11.1",
"pytest",
"pytest-asyncio",
"pytest-mock",
"ruff==0.11.11",
"types-Deprecated>=0.1.0",
"types-PyYAML>=6.0.12.12,<7",
Expand All @@ -22,7 +22,7 @@ dev = [
"black[jupyter]<=23.9.1,>=23.7.0",
"codespell[toml]>=v2.2.6",
"diff-cover>=9.2.0",
"pytest-cov>=6.1.1",
"pytest-cov",
]

[project]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ dev = [
"mypy==0.991",
"pre-commit==3.2.0",
"pylint==2.15.10",
"pytest==7.2.1",
"pytest-asyncio==0.21.0",
"pytest-cov>=6.1.1",
"pytest-mock==3.11.1",
"pytest",
"pytest-asyncio",
"pytest-cov",
"pytest-mock",
"ruff==0.11.11",
"types-Deprecated>=0.1.0",
"types-PyYAML>=6.0.12.12,<7",
Expand Down
5,375 changes: 3,345 additions & 2,030 deletions llama-index-integrations/callbacks/llama-index-callbacks-agentops/uv.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dev = [
"mypy==0.991",
"pre-commit==3.2.0",
"pylint==2.15.10",
"pytest==7.2.1",
"pytest-mock==3.11.1",
"pytest",
"pytest-mock",
"ruff==0.11.11",
"tree-sitter-languages>=1.8.0,<2",
"types-Deprecated>=0.1.0",
Expand All @@ -21,7 +21,7 @@ dev = [
"types-setuptools==67.1.0.0",
"black[jupyter]<=23.9.1,>=23.7.0",
"codespell[toml]>=v2.2.6",
"pytest-cov>=6.1.1",
"pytest-cov",
"diff-cover>=9.2.0",
]

Expand Down
5,849 changes: 3,719 additions & 2,130 deletions llama-index-integrations/callbacks/llama-index-callbacks-aim/uv.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dev = [
"mypy==0.991",
"pre-commit==3.2.0",
"pylint==2.15.10",
"pytest==7.2.1",
"pytest-mock==3.11.1",
"pytest",
"pytest-mock",
"ruff==0.11.11",
"tree-sitter-languages==1.9.1",
"types-Deprecated>=0.1.0",
Expand Down
3,622 changes: 2,090 additions & 1,532 deletions llama-index-integrations/callbacks/llama-index-callbacks-argilla/uv.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dev = [
"mypy==0.991",
"pre-commit==3.2.0",
"pylint==2.15.10",
"pytest==7.2.1",
"pytest-mock==3.11.1",
"pytest",
"pytest-mock",
"ruff==0.11.11",
"tree-sitter-languages>=1.8.0,<2",
"types-Deprecated>=0.1.0",
Expand All @@ -21,7 +21,7 @@ dev = [
"types-setuptools==67.1.0.0",
"black[jupyter]<=23.9.1,>=23.7.0",
"codespell[toml]>=v2.2.6",
"pytest-cov>=6.1.1",
"pytest-cov",
"diff-cover>=9.2.0",
]

Expand Down
4,901 changes: 2,805 additions & 2,096 deletions llama-index-integrations/callbacks/llama-index-callbacks-arize-phoenix/uv.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dev = [
"mypy==0.991",
"pre-commit==3.2.0",
"pylint==2.15.10",
"pytest==7.2.1",
"pytest-mock==3.11.1",
"pytest",
"pytest-mock",
"ruff==0.11.11",
"tree-sitter-languages>=1.8.0,<2",
"types-Deprecated>=0.1.0",
Expand All @@ -21,7 +21,7 @@ dev = [
"types-setuptools==67.1.0.0",
"black[jupyter]<=23.9.1,>=23.7.0",
"codespell[toml]>=v2.2.6",
"pytest-cov>=6.1.1",
"pytest-cov",
"diff-cover>=9.2.0",
]

Expand Down
Loading
Loading