This repository was archived by the owner on Jun 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ enum UploadErrorEnum {
22 FILE_NOT_IN_STORAGE
33 REPORT_EXPIRED
44 REPORT_EMPTY
5+ PROCESSING_TIMEOUT
56
67 UNKNOWN_PROCESSING
78 UNKNOWN_STORAGE
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ freezegun
2626google-cloud-pubsub
2727gunicorn>=22.0.0
2828https://github.com/codecov/opentelem-python/archive/refs/tags/v0.0.4a1.tar.gz#egg=codecovopentelem
29- https://github.com/codecov/shared/archive/5fb0c835f1da3a4c91a165737b11fbe77f1a9e3a .tar.gz#egg=shared
29+ https://github.com/codecov/shared/archive/22622868034aa8dbaad88901ba7156e3ae6b9539 .tar.gz#egg=shared
3030https://github.com/photocrowd/django-cursor-pagination/archive/f560902696b0c8509e4d95c10ba0d62700181d84.tar.gz
3131idna>=3.7
3232minio
Original file line number Diff line number Diff line change @@ -202,8 +202,6 @@ googleapis-common-protos[grpc]==1.59.1
202202 # grpcio-status
203203graphql-core == 3.2.3
204204 # via ariadne
205- greenlet == 3.1.1
206- # via sqlalchemy
207205grpc-google-iam-v1 == 0.12.6
208206 # via google-cloud-pubsub
209207grpcio == 1.62.1
@@ -416,7 +414,7 @@ sentry-sdk[celery]==2.13.0
416414 # shared
417415setproctitle == 1.1.10
418416 # via -r requirements.in
419- shared @ https://github.com/codecov/shared/archive/5fb0c835f1da3a4c91a165737b11fbe77f1a9e3a .tar.gz
417+ shared @ https://github.com/codecov/shared/archive/22622868034aa8dbaad88901ba7156e3ae6b9539 .tar.gz
420418 # via -r requirements.in
421419simplejson == 3.17.2
422420 # via -r requirements.in
@@ -497,6 +495,8 @@ yarl==1.9.4
497495 # via vcrpy
498496zipp == 3.19.2
499497 # via importlib-metadata
498+ zstandard == 0.23.0
499+ # via shared
500500
501501# The following packages are considered to be unsafe in a requirements file:
502502# setuptools
You can’t perform that action at this time.
0 commit comments