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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencies = [
# GCS object-store backend (adapters/object_store/gcs.py) — composer
# attachments + the log-archive listing on the dashboard /logs page.
# Imported lazily inside the gcs adapter only.
"google-cloud-storage>=3.13.0",
"google-cloud-storage>=3.13.1",
# Password hashing for the local_db identity backend (LOCAL/sandbox only).
# Imported lazily inside src/devai/adapters/identity/local_db.py, so a
# prod deployment (auth terminated at the auth-bff, noop backend) never
Expand Down
Loading