You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pairs with roboflow#11636 dropping `projectId` from the public response.
The SDK previously read `info["projectId"]` (the Firestore doc id) into
`ModelEval.project_id`. That field was a doc-id leak — the API now only
returns `project` (the URL slug) on the principle that public APIs
should not expose storage-layer ids.
Rename: `ModelEval.project_id` → `ModelEval.project`. Accept legacy
`projectId` from cached older-server responses for forward-compat.
CLI list/get handlers also pull from `project` first.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments