Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Llama Index
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
run-llama
Llama Index
Commits
aa1f5776
Unverified
Commit
aa1f5776
authored
5 months ago
by
Massimiliano Pippi
Committed by
GitHub
5 months ago
Browse files
Options
Downloads
Patches
Plain Diff
chore: drop support for 3.8 (#16973)
parent
8f7cd3e1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
llama-index-core/poetry.lock
+1939
-1741
1939 additions, 1741 deletions
llama-index-core/poetry.lock
llama-index-core/pyproject.toml
+4
-3
4 additions, 3 deletions
llama-index-core/pyproject.toml
poetry.lock
+737
-864
737 additions, 864 deletions
poetry.lock
pyproject.toml
+2
-2
2 additions, 2 deletions
pyproject.toml
with
2682 additions
and
2610 deletions
llama-index-core/poetry.lock
+
1939
−
1741
View file @
aa1f5776
This diff is collapsed.
Click to expand it.
llama-index-core/pyproject.toml
+
4
−
3
View file @
aa1f5776
...
...
@@ -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
"}
...
...
This diff is collapsed.
Click to expand it.
poetry.lock
+
737
−
864
View file @
aa1f5776
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
pyproject.toml
+
2
−
2
View file @
aa1f5776
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment