-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(settings): resolve
PydanticUserError
in repo_agent/settings.py
(
#80) - Update dependencies to latest versions - Switch to llama-index-llms-openai - Specify minimum Python version as 3.11 - Export to requirements.txt
- Loading branch information
1 parent
e559bf1
commit 607aeba
Showing
6 changed files
with
3,123 additions
and
2,727 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ maintainers = [ | |
{name = "Edwards Arno", email = "[email protected]"}, | ||
] | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.10,<4.0" | ||
requires-python = ">=3.11,<4.0" | ||
dependencies = [ | ||
"loguru>=0.7.2", | ||
"openai>=1.10.0", | ||
|
@@ -21,16 +21,15 @@ dependencies = [ | |
"pydantic-settings>=2.2.1", | ||
"tomli>=2.0.1", | ||
"tomli-w>=1.0.0", | ||
"llama-index<0.10.0", | ||
"colorama>=0.4.6", | ||
"llama-index-llms-openai>=0.2.12", | ||
] | ||
name = "repoagent" | ||
version = "0.1.3" | ||
version = "0.1.4" | ||
description = "An LLM-Powered Framework for Repository-level Code Documentation Generation." | ||
readme = "README.md" | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Topic :: Scientific/Engineering :: Artificial Intelligence" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.