ai-cr 0.4.6__tar.gz → 0.4.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: ai-cr
3
- Version: 0.4.6
3
+ Version: 0.4.7
4
4
  Summary: LLM-agnostic GitHub AI Code Review Tool with integration to GitHub actions
5
5
  License: MIT
6
6
  Keywords: static code analysis,code review,code quality,ai,coding,assistant,llm,github,automation,devops,developer tools,github actions,workflows,git
@@ -15,13 +15,13 @@ Classifier: Programming Language :: Python :: 3.11
15
15
  Classifier: Programming Language :: Python :: 3.12
16
16
  Classifier: Programming Language :: Python :: 3.13
17
17
  Classifier: Topic :: Software Development
18
- Requires-Dist: GitPython (>=3.1.44,<4.0.0)
19
- Requires-Dist: ai-microcore (>=4.0.0.dev11,<5.0.0)
20
- Requires-Dist: anthropic (>=0.49.0,<0.50.0)
21
- Requires-Dist: async-typer (>=0.1.8,<0.2.0)
22
- Requires-Dist: google-generativeai (>=0.8.5,<0.9.0)
23
- Requires-Dist: typer (>=0.9.4,<0.10.0)
24
- Requires-Dist: unidiff (>=0.7.5,<0.8.0)
18
+ Requires-Dist: GitPython (==3.1.44)
19
+ Requires-Dist: ai-microcore (==4.0.0.dev16)
20
+ Requires-Dist: anthropic (==0.49.0)
21
+ Requires-Dist: async-typer (==0.1.8)
22
+ Requires-Dist: google-generativeai (==0.8.5)
23
+ Requires-Dist: typer (==0.9.4)
24
+ Requires-Dist: unidiff (==0.7.5)
25
25
  Project-URL: Homepage, https://github.com/Nayjest/github-ai-code-review
26
26
  Project-URL: Repository, https://github.com/Nayjest/github-ai-code-review
27
27
  Description-Content-Type: text/markdown
@@ -48,7 +48,7 @@ An AI-powered GitHub code review tool that uses LLMs to detect high-confidence,
48
48
  - Extremely fast, parallel LLM usage
49
49
  - Model-agnostic (OpenAI, Anthropic, Google, local PyTorch inference, etc.)
50
50
 
51
- See code review in action: [example](https://github.com/Nayjest/github-ai-code-review/pull/28#issuecomment-2891611236)
51
+ See code review in action: [example](https://github.com/Nayjest/ai-code-review/pull/39#issuecomment-2906968729)
52
52
 
53
53
  ## 🚀 Quickstart
54
54
 
@@ -20,7 +20,7 @@ An AI-powered GitHub code review tool that uses LLMs to detect high-confidence,
20
20
  - Extremely fast, parallel LLM usage
21
21
  - Model-agnostic (OpenAI, Anthropic, Google, local PyTorch inference, etc.)
22
22
 
23
- See code review in action: [example](https://github.com/Nayjest/github-ai-code-review/pull/28#issuecomment-2891611236)
23
+ See code review in action: [example](https://github.com/Nayjest/ai-code-review/pull/39#issuecomment-2906968729)
24
24
 
25
25
  ## 🚀 Quickstart
26
26
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "ai-cr"
3
- version = "0.4.6"
3
+ version = "0.4.7"
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,13 +21,13 @@ packages = [
21
21
 
22
22
  [tool.poetry.dependencies]
23
23
  python = "^3.11"
24
- ai-microcore = "^4.0.0.dev11"
25
- GitPython = "^3.1.44"
26
- unidiff = "^0.7.5"
27
- google-generativeai = "^0.8.5"
28
- anthropic = "^0.49.0"
29
- typer = "^0.9.4"
30
- async-typer = "^0.1.8"
24
+ ai-microcore = "4.0.0.dev16"
25
+ GitPython = "3.1.44"
26
+ unidiff = "0.7.5"
27
+ google-generativeai = "0.8.5"
28
+ anthropic = "0.49.0"
29
+ typer = "0.9.4"
30
+ async-typer = "0.1.8"
31
31
 
32
32
  [tool.poetry.group.dev.dependencies]
33
33
  flake8 = "*"
@@ -56,4 +56,4 @@ minversion = "6.0"
56
56
  addopts = "-vv --capture=no --log-cli-level=INFO"
57
57
  testpaths = [
58
58
  "tests",
59
- ]
59
+ ]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes