Merge pull request #1602 from qodo-ai/tr/reqs

chore: update version, dependencies and company branding
This commit is contained in:
Tal
2025-03-02 18:05:21 +02:00
committed by GitHub
2 changed files with 8 additions and 10 deletions

View File

@ -4,19 +4,17 @@ build-backend = "setuptools.build_meta"
[project]
name = "pr-agent"
version = "0.2.5"
version = "0.2.7"
authors = [{ name = "CodiumAI", email = "tal.r@codium.ai" }]
authors = [{ name = "QodoAI", email = "tal.r@qodo.ai" }]
maintainers = [
{ name = "Tal Ridnik", email = "tal.r@codium.ai" },
{ name = "Ori Kotek", email = "ori.k@codium.ai" },
{ name = "Hussam Lawen", email = "hussam.l@codium.ai" },
{ name = "Tal Ridnik", email = "tal.r@qodo.ai" },
]
description = "CodiumAI PR-Agent aims to help efficiently review and handle pull requests, by providing AI feedbacks and suggestions."
description = "QodoAI PR-Agent aims to help efficiently review and handle pull requests, by providing AI feedbacks and suggestions."
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.12"
keywords = ["AI", "Agents", "Pull Request", "Automation", "Code Review"]
license = { name = "Apache 2.0", file = "LICENSE" }
@ -32,7 +30,7 @@ dependencies = { file = ["requirements.txt"] }
[project.urls]
"Homepage" = "https://github.com/qodo-ai/pr-agent"
"Documentation" = "https://pr-agent-docs.codium.ai/"
"Documentation" = "https://qodo-merge-docs.qodo.ai/"
[tool.setuptools]
include-package-data = true

View File

@ -12,10 +12,10 @@ google-cloud-aiplatform==1.38.0
google-generativeai==0.8.3
google-cloud-storage==2.10.0
Jinja2==3.1.2
litellm==1.52.12
litellm==1.61.20
loguru==0.7.2
msrest==0.7.1
openai==1.55.3
openai>=1.55.3
pytest==7.4.0
PyGithub==1.59.*
PyYAML==6.0.1