fix: upgrade sandboxes-service-api-client to ^2.1.1 (drop required provisioningStrategy) - #107
Merged
odinuv merged 1 commit intoAug 3, 2026
Conversation
…ovisioningStrategy) Co-Authored-By: olena.marchuk <olena.marchuk@keboola.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
devin-ai-integration
Bot
requested review from
jirkasemmler
and removed request for
odinuv
August 3, 2026 12:25
odinuv
approved these changes
Aug 3, 2026
odinuv
deleted the
devin/1785752196-fix-ownerless-workspaces-provisioning-strategy
branch
August 3, 2026 13:27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
keboola/sandboxes-service-api-client^1.8.0→^2.1.1(pulls in newkeboola/php-api-client-base 1.1.2).AppsApiClientconstructor inDeleteOwnerlessWorkspacesandDeleteOrganizationOwnerlessWorkspaces— v2 dropped theApiClientConfigurationwrapper, so args are now passed directly (new AppsApiClient(baseUrl:, storageToken:, userAgent:)).Why
storage:delete-ownerless-workspacescrashed atApp.php:79withProperty provisioningStrategy is missing from API response. The 1.8.0Appmodel listedprovisioningStrategyas a required property, but the sandboxes service (e.g.eu-central-1.keboola.com) doesn't return it, soApp::fromArray()threw as soon aslistApps()tried to hydrate any Python/R sandbox. Client v2.1.0 removedprovisioningStrategyfromREQUIRED_PROPERTIES(and the field), fixing the mismatch.Lock file changes are minimal (only the target package + its new base dependency; guzzle kept pinned).
phpcs,phpstan(level 9) andphpunitall pass locally.Additional notes
Link to Devin session: https://app.devin.ai/sessions/f90cad9ed68f4732b8bac0a66a3b358b
Requested by: @OlenaMarchuk