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
* Make metadata field tests more permissive
- Add CldTestCase.assertObjectContainsSubset for recursive dict-subset
assertions, allowing the server to return extra keys.
- Use it in metadata field assertions so added restriction defaults
(hidden_ui, excluded_from_search) no longer fail the test.
- Drop the conflicting mandatory+readonly combination in the update test
(server rejects it) while keeping restrictions coverage.
- Reuse the helper across metadata reorder and uploader tests.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* CI: refresh Python and Django version matrix
- Add Python 3.14 and Django 5.2 LTS / 6.0.
- Drop EOL Python 3.9 and Django 3.2.
- Pin django60 to Python 3.12+ (its minimum) in the matrix.
- Update classifiers in setup.py and pyproject.toml to match.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Update python version in CI
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments