Unrestrict dandischema version#1637
Conversation
This is to undo a change brought by https://github.com/dandi/dandi-cli/pull/1630/files Now that dandiarchive is using the new JSON schema
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1637 +/- ##
==========================================
+ Coverage 88.77% 88.84% +0.06%
==========================================
Files 82 82
Lines 11434 11434
==========================================
+ Hits 10150 10158 +8
+ Misses 1284 1276 -8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Should close #1635 |
|
ATM it is only the staging instance of DANDI archive https://gui-staging.dandiarchive.org/, and current version of client should work with both since there is "upgrade" path for metadata to go from older to newer one on the server thus even staging with newer dandischema would accept older version. But the deployed version would not got backwards, so we need to wait for main deployments to upgrade first before we allow for new version of dandischema in dandi-cli |
|
🚀 PR was released in |

This is to undo a change brought by #1630 Now that dandiarchive is using the new JSON schema.
This PR closes #1635.