Skip to content

Commit 1e01bf0

Browse files
committed
v0.5.0
1 parent 4d6aeb3 commit 1e01bf0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/setup-python@v5
4343
with: { python-version: "3.13" }
4444
- 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
4646
- name: Run AI code analysis
4747
env:
4848
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ai-code-review"
3-
version = "0.4.8"
3+
version = "0.5.0"
44
description = "LLM-agnostic GitHub AI Code Review Tool with integration to GitHub actions"
55
authors = ["Nayjest <mail@vitaliy.in>"]
66
readme = "README.md"
@@ -21,11 +21,11 @@ packages = [
2121

2222
[tool.poetry.dependencies]
2323
python = "^3.11"
24-
ai-microcore = "4.0.0.dev16"
24+
ai-microcore = "4.0.0.dev18"
2525
GitPython = "3.1.44"
2626
unidiff = "0.7.5"
2727
google-generativeai = "0.8.5"
28-
anthropic = "0.49.0"
28+
anthropic = "0.52.2"
2929
typer = "0.9.4"
3030
async-typer = "0.1.8"
3131

0 commit comments

Comments
 (0)