fix: release 13 issues#2671
Merged
Merged
Conversation
Contributor
Greptile SummaryThis PR updates release packaging and the rerun SDK pin. The main changes are:
Confidence Score: 5/5This looks safe to merge after checking the rerun viewer compatibility.
pyproject.toml Important Files Changed
Reviews (1): Last reviewed commit: "fix: release 13" | Re-trigger Greptile |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #2671 +/- ##
==========================================
- Coverage 70.82% 70.82% -0.01%
==========================================
Files 903 903
Lines 81524 81524
Branches 7354 7354
==========================================
- Hits 57740 57739 -1
Misses 21857 21857
- Partials 1927 1928 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
spomichter
approved these changes
Jul 1, 2026
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.
Problem
Since #2210 , we depend on
rerun-sdk==0.32.0a1. But that's a pre-release. That means, people cannot douv add dimosin their repo. If they do, they'll getdimos==0.0.12.post2. In order for them to getdimos==0.0.13they have to changepyproject.tomlto add:This is not the case for pip. Doing
pip install dimosinstalls0.0.13.Also, messed up the file inclusions and
dimos/web/dimos_interface/api/server.pywas not included.Solution
rerun-sdk==0.32.0, since it's not a pre-release.dimos/web/dimos_interface/api/server.pyback.