-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update dependencies and Python version across project
- Bumped pre-commit hooks: black (24.2.0 to 24.10.0), flake8 (7.0.0 to 7.1.1), mypy (v1.8.0 to v1.14.0), and others. - Updated Dockerfile to use Python 3.12. - Updated pydantic version in pdm.lock and pyproject.toml to >=2.6.1. - Adjusted GitHub workflows to set up Python 3.12. - Refactored code to utilize new Python features and improve type hints. - Enhanced logging and configuration validation in utils and config modules. This commit ensures compatibility with the latest dependencies and Python version, improving overall project stability and performance.
- Loading branch information
1 parent
d243318
commit 743b4b2
Showing
19 changed files
with
1,023 additions
and
900 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# This file is @generated by PDM. | ||
# Please do not edit it manually. | ||
|
||
pdm>=2.5.3 | ||
pdm>=2.12.3 | ||
pre-commit>=3.0.4 | ||
pydantic==1.10.13 | ||
pydantic>=2.6.1 | ||
pytest>=7.2.1 | ||
pyyaml>=6.0 | ||
typer>=0.7.0 | ||
pyyaml>=6.0.1 | ||
typer>=0.9.0 |
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.