Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ djangorestframework==3.15.1
# via -r requirements.in
exceptiongroup==1.3.1
# via celery
google-api-core==2.30.0
google-api-core[grpc]==2.30.0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: These [grpc] extras markers (here and at line 140) are pip-tools regeneration artifacts, not consequences of the httplib2 bump. They're inert — grpcio, grpcio-status, and grpc-google-iam-v1 are already pinned as explicit lines on unstable, so the install set is unchanged (4 insertions / 4 deletions, no new entries). The annotation is just more accurate about why those grpc pins exist. Nothing to fix.

# via
# google-cloud-appengine-logging
# google-cloud-core
Expand Down Expand Up @@ -137,7 +137,7 @@ google-crc32c==1.8.0
# google-resumable-media
google-resumable-media==2.8.0
# via google-cloud-storage
googleapis-common-protos==1.57.0
googleapis-common-protos[grpc]==1.57.0
# via
# google-api-core
# google-cloud-audit-log
Expand All @@ -160,7 +160,7 @@ gunicorn==26.0.0
# via -r requirements.in
html5lib==1.1
# via -r requirements.in
httplib2==0.19.1
httplib2==0.32.0
# via django-postmark
idna==3.15
# via requests
Expand Down Expand Up @@ -233,7 +233,7 @@ pydantic==2.13.4
# via -r requirements.in
pydantic-core==2.46.4
# via pydantic
pyparsing==2.4.7
pyparsing==3.3.2
# via httplib2
python-dateutil==2.9.0.post0
# via
Expand Down
Loading