Prepare release 1.0.1#205
Open
FeodorFitsner wants to merge 2 commits into
Open
Conversation
…202) Overrides any user-set `require-virtualenv = true` (pip.conf or PIP_REQUIRE_VIRTUALENV) that otherwise aborts the package command with "Could not find an activated virtualenv (required)". Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Bump all package versions to 1.0.1 and add CHANGELOG entries for the PIP_REQUIRE_VIRTUALENV packaging fix (#202). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
PIP_REQUIRE_VIRTUALENVpackaging fix.pubspec.lockfiles.Stacked on top of #204 (the #202 fix) so the release ships with the fix. Will auto-retarget to
mainonce #204 merges.Test plan
flutter pub getsucceeds in all three example apps (done locally).🤖 Generated with Claude Code