Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: QuivrHQ/quivr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1d63eb2782f4edc3b0c6a7deb94e12961ba45a63
Choose a base ref
..
head repository: QuivrHQ/quivr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3a12b08023a0c43be3d288d4764e152065a01c98
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 backend/api/requirements.txt
2 changes: 1 addition & 1 deletion backend/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ backoff==2.2.1; python_version >= '3.7' and python_version < '4.0'
beautifulsoup4==4.12.3; python_full_version >= '3.6.0'
billiard==4.2.0; python_version >= '3.7'
black==24.4.2; python_version >= '3.8'
boto3==1.35.2; python_version >= '3.8'
boto3==1.35.3; python_version >= '3.8'
botocore==1.34.120; python_version >= '3.8'
cachetools==5.3.3; python_version >= '3.7'
celery[redis,sqs]==5.4.0; python_version >= '3.8'