Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-auth >= 2.26.1, < 3.0.0",
"google-auth==2.48.0",
Comment thread
chandra-siri marked this conversation as resolved.
Outdated
"google-api-core >= 2.27.0, < 3.0.0",
"google-cloud-core >= 2.4.2, < 3.0.0",
# The dependency "google-resumable-media" is no longer used. However, the
Expand Down
Loading