mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Updated requirements.txt for Python 3.12
This commit is contained in:
parent
526ad00812
commit
71b421efa3
1 changed files with 5 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
|||
aiohttp==3.8.4
|
||||
aiohttp==3.9.1
|
||||
atlassian-python-api==3.39.0
|
||||
azure-devops==7.1.0b3
|
||||
boto3==1.33.1
|
||||
dynaconf==3.1.12
|
||||
boto3==1.33.6
|
||||
dynaconf==3.2.4
|
||||
fastapi==0.99.0
|
||||
GitPython==3.1.32
|
||||
google-cloud-aiplatform==1.35.0
|
||||
|
|
@ -16,10 +16,10 @@ pinecone-client
|
|||
pinecone-datasets @ git+https://github.com/mrT23/pinecone-datasets.git@main
|
||||
pytest==7.4.0
|
||||
PyGithub==1.59.*
|
||||
PyYAML==6.0
|
||||
PyYAML==6.0.1
|
||||
python-gitlab==3.15.0
|
||||
retry==0.9.2
|
||||
starlette-context==0.3.6
|
||||
tiktoken==0.4.0
|
||||
tiktoken==0.5.2
|
||||
ujson==5.8.0
|
||||
uvicorn==0.22.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue