chore(deps): bump appwrite/appwrite to 23.1.1#182
Conversation
Greptile SummaryBumps
Confidence Score: 5/5Safe to merge — both files are updated consistently and the patch only fixes a broken model hydration path. The change is limited to a patch-version bump with a consistent lock file update. No application logic is touched, and the fix directly addresses a documented crash in the Appwrite source's database listing flow. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "chore(deps): bump appwrite/appwrite to 2..." | Re-trigger Greptile |
ed8a03a to
3044d40
Compare
Regenerates
composer.lockto pullappwrite/appwrite23.1.1(constraint stays23.*).23.1.1fixes theDatabaseresponse model sopoliciesandarchiveshydrate asBackupPolicy/BackupArchiveinstead ofIndex/Collection(appwrite/sdk-for-php#70). Without it, parsing aDatabasethat carries backup policies throwsUnknown IndexStatus value: '', which breaks the Appwrite source's database listing during a migration.