File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
uses : actions/setup-python@v5
43
43
with : { python-version: "3.13" }
44
44
- name : Install AI Code Review tool
45
- run : pip install ai-code-review==0.4.7
45
+ run : pip install ai-code-review==0.5.0
46
46
- name : Run AI code analysis
47
47
env :
48
48
LLM_API_KEY : ${{ secrets.LLM_API_KEY }}
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " ai-code-review"
3
- version = " 0.4.8 "
3
+ version = " 0.5.0 "
4
4
description = " LLM-agnostic GitHub AI Code Review Tool with integration to GitHub actions"
5
5
authors = [" Nayjest <mail@vitaliy.in>" ]
6
6
readme = " README.md"
@@ -21,11 +21,11 @@ packages = [
21
21
22
22
[tool .poetry .dependencies ]
23
23
python = " ^3.11"
24
- ai-microcore = " 4.0.0.dev16 "
24
+ ai-microcore = " 4.0.0.dev18 "
25
25
GitPython = " 3.1.44"
26
26
unidiff = " 0.7.5"
27
27
google-generativeai = " 0.8.5"
28
- anthropic = " 0.49.0 "
28
+ anthropic = " 0.52.2 "
29
29
typer = " 0.9.4"
30
30
async-typer = " 0.1.8"
31
31
You can’t perform that action at this time.
0 commit comments