Skip to content

Conversation

@pkwarren
Copy link
Member

When we update to new versions of Python plugins, we should search/replace with the new version number.

When we update to new versions of Python plugins, we should
search/replace with the new version number.
filename := filepath.Base(dest)
switch filename {
case "Dockerfile", "Dockerfile.wasm", "buf.plugin.yaml", "build.csproj", "package.json":
case "Dockerfile", "Dockerfile.wasm", "buf.plugin.yaml", "build.csproj", "package.json", "requirements.txt":
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will get us partly towards #1199, however we should remove all deps which aren't the plugin itself and run pip freeze to update other dependencies.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I don't think this fully solves it. But a good step towards it.

@pkwarren pkwarren merged commit 7dc3e2d into main Nov 18, 2025
3 checks passed
@pkwarren pkwarren deleted the pkw/fetcher-python branch November 18, 2025 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants