diff --git a/pyproject.toml b/pyproject.toml index 94a53bf3..7381b401 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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