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] [project]
name = "pr-agent" 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 = [ maintainers = [
{ name = "Tal Ridnik", email = "tal.r@codium.ai" }, { name = "Tal Ridnik", email = "tal.r@qodo.ai" },
{ name = "Ori Kotek", email = "ori.k@codium.ai" },
{ name = "Hussam Lawen", email = "hussam.l@codium.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" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.12"
keywords = ["AI", "Agents", "Pull Request", "Automation", "Code Review"] keywords = ["AI", "Agents", "Pull Request", "Automation", "Code Review"]
license = { name = "Apache 2.0", file = "LICENSE" } license = { name = "Apache 2.0", file = "LICENSE" }
@ -32,7 +30,7 @@ dependencies = { file = ["requirements.txt"] }
[project.urls] [project.urls]
"Homepage" = "https://github.com/qodo-ai/pr-agent" "Homepage" = "https://github.com/qodo-ai/pr-agent"
"Documentation" = "https://pr-agent-docs.codium.ai/" "Documentation" = "https://qodo-merge-docs.qodo.ai/"
[tool.setuptools] [tool.setuptools]
include-package-data = true include-package-data = true

View File

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