chore(main): release openfeature/providers/python-provider 1.1.0#5299
Conversation
β Deploy Preview for go-feature-flag-doc-preview canceled.
|
There was a problem hiding this comment.
Code Review
This pull request bumps the version of the Python OpenFeature provider from 1.0.1 to 1.0.2 and updates the changelog to reflect a dependency update for golang.org/x/net. Feedback was provided regarding an inconsistency in the wasm_version within pyproject.toml, which remains at 0.2.0 despite the repository manifest indicating version 0.2.2 is available.
| [project] | ||
| name = "gofeatureflag-python-provider" | ||
| version = "1.0.1" | ||
| version = "1.0.2" |
There was a problem hiding this comment.
The wasm_version (line 4) is still set to 0.2.0, but the repository manifest indicates cmd/wasm is at 0.2.2. Since this release includes a Go dependency update likely affecting the WASM component, wasm_version should be updated to 0.2.2 to ensure the Python provider uses the latest binary. Otherwise, this version bump may not deliver the intended changes.
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5299 +/- ##
==========================================
- Coverage 86.16% 86.15% -0.02%
==========================================
Files 159 159
Lines 6745 6745
==========================================
- Hits 5812 5811 -1
Misses 695 695
- Partials 238 239 +1 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
6ae8c21 to
7060756
Compare
1467ce7 to
fa5e37b
Compare
fa5e37b to
62711d6
Compare
|
|
π€ Created releases: π» |



π€ I have created a release beep boop
1.1.0 (2026-05-26)
π New Features
π§ Chores
This PR was generated with Release Please. See documentation.