Allow latest linkml/linkml-runtime and require dandi>=0.76.5#2217
Open
rly wants to merge 2 commits into
Open
Conversation
dandi 0.76.5 lifts its click<8.2 bound (dandi/dandi-cli#1883), which had conflicted with the click>=8.2 requirement of linkml 1.11. Remove the <1.11 caps on the linkml and linkml-runtime termset extras, bump the dandi docs dependency to >=0.76.5, and pin the ros3 env to dandi 0.76.5. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #2217 +/- ##
=======================================
Coverage 95.99% 95.99%
=======================================
Files 30 30
Lines 2970 2970
Branches 431 431
=======================================
Hits 2851 2851
Misses 67 67
Partials 52 52
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Motivation
dandi/dandi-cli#1883 has been merged and released in dandi 0.76.5, lifting dandi's
click<8.2bound. That bound previously conflicted with theclick>=8.2requirement of linkml 1.11 when thetermsetanddocsstacks were installed together in the gallery environment, which is why thelinkml/linkml-runtimeextras were capped at<1.11.Changes
pyproject.toml: remove the<1.11cap on thelinkml(>=1.5.0) andlinkml-runtime(>=1.5.5) termset extras and drop the obsolete explanatory comment.pyproject.toml: bump thedandidocs dependency from>=0.46.6to>=0.76.5.environment-ros3.yml: pin dandi to0.76.5.CHANGELOG.md: add an entry under 4.0.1 (Unreleased).Testing
Verified the previously conflicting resolution in a fresh conda env (
python=3.13) by running the documented docs install,pip install --group docs ".[zarr,termset]":dandi 0.76.5,linkml 1.11.1,linkml-runtime 1.11.1, andclick 8.4.2(satisfies linkml 1.11'sclick>=8.2).pynwb,linkml,linkml_runtime,dandi,clickimport.pip checkreports no broken requirements.🤖 Generated with Claude Code