File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55from .core .git import GitError , GitFile , GitOperations
66from .services .ai_service import AIService , CommitSuggestion , TokenUsage
77
8- __version__ = "1.5.2 "
8+ __version__ = "1.5.3 "
99__author__ = "Petru Arakiss"
1010__email__ = "petruarakiss@gmail.com"
1111
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " commitloom"
3- version = " 1.5.2 "
3+ version = " 1.5.3 "
44description = " Weave perfect git commits with AI-powered intelligence"
55authors = [" Petru Arakiss <petruarakiss@gmail.com>" ]
66readme = " README.md"
@@ -37,7 +37,7 @@ loom = "commitloom.__main__:main"
3737"Bug Tracker" = " https://github.com/Arakiss/commitloom/issues"
3838
3939[tool .poetry .dependencies ]
40- python = " >=3.10,<3.12 "
40+ python = " >=3.10,<3.14 "
4141python-dotenv = " ^1.0.1"
4242rich = " ^13.9.4"
4343requests = " ^2.32.3"
You can’t perform that action at this time.
0 commit comments