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
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ google-api-core[grpc]==2.26.0 \
# via
# google-cloud-core
# google-cloud-spanner
google-auth==2.41.1 \
--hash=sha256:754843be95575b9a19c604a848a41be03f7f2afd8c019f716dc1f51ee41c639d \
--hash=sha256:b76b7b1f9e61f0cb7e88870d14f6a94aeef248959ef6992670efee37709cbfd2
google-auth==2.49.0 \
--hash=sha256:9cc2d9259d3700d7a257681f81052db6737495a1a46b610597f4b8bafe5286ae \
--hash=sha256:f893ef7307f19cf53700b7e2f61b5a6affe3aa0edf9943b13788920ab92d8d87
Comment on lines +158 to +160

Choose a reason for hiding this comment

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

medium

While updating google-auth is a good step, this change appears to have been made in a way that leaves the requirements.txt file in an inconsistent state. According to the release notes for google-auth v2.47.0, the dependency on cachetools was removed. However, cachetools is still present in this file (lines 17-20), with a comment indicating it's required by google-auth.

To ensure dependency consistency and remove potentially unnecessary packages, please regenerate this file by running pip-compile --generate-hashes. This will correctly resolve all dependencies and remove cachetools if it's no longer needed by any other package.

# via
# google-api-core
# google-cloud-core
Expand Down