Bump the fwl-io floor to 26.8.31 - #841
timlichtenberg wants to merge 1 commit into
Conversation
The mirror upload fix, the logger fix, and the docstring/test updates from fwl-io#34 only reach my runs once the floor moves past 26.7.25. I confirmed 26.8.31 is live on PyPI and resolves cleanly in the proteus environment.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #841 +/- ##
=======================================
Coverage 93.13% 93.13%
=======================================
Files 112 112
Lines 16715 16715
Branches 2987 2987
=======================================
+ Hits 15567 15568 +1
+ Misses 1148 1147 -1
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:
|
|
The tests that are failing trip over a hardcoded specific version string in |
Description
Bump the
fwl-iofloor from>=26.7.25to>=26.8.31so PROTEUS guarantees the fixes released in fwl-io 26.8.31: the Dataverse mirror 2xx-bad-body fix (FormingWorlds/fwl-io#37), thefwl.-prefix logger fix (FormingWorlds/fwl-io#34), and the_requestdocstring and success-path test (FormingWorlds/fwl-io#38). Release: https://github.com/FormingWorlds/fwl-io/releases/tag/26.08.31 (published on PyPI as 26.8.31, the normalized CalVer form).The adjacent comment is updated to describe the current pin.
Validation of changes
Confirmed fwl-io 26.8.31 is live on PyPI, and
pip install --dry-run "fwl-io>=26.8.31"resolves cleanly in a PROTEUS conda env ("Would install fwl-io-26.8.31", all sub-dependencies already satisfied). macOS with Python 3.12.Checklist