Skip to content

build(deps-dev): bump openfeature-sdk from 0.9.0 to 0.10.0#6528

Merged
sentrivana merged 1 commit into
masterfrom
dependabot/uv/openfeature-sdk-0.10.0
Jun 8, 2026
Merged

build(deps-dev): bump openfeature-sdk from 0.9.0 to 0.10.0#6528
sentrivana merged 1 commit into
masterfrom
dependabot/uv/openfeature-sdk-0.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps openfeature-sdk from 0.9.0 to 0.10.0.

Release notes

Sourced from openfeature-sdk's releases.

v0.10.0

0.10.0 (2026-06-01)

⚠ BREAKING CHANGES

  • make set_provider non-blocking, add set_provider_and_wait (#595)

[!IMPORTANT] set_provider() no longer blocks until the provider is ready; provider initialization runs in the background. If your workload needs to wait until the PROVIDER_READY event has fired before proceeding (for example, to avoid PROVIDER_NOT_READY evaluations during startup), use set_provider_and_wait() instead.

🐛 Bug Fixes

  • isolate provider event handler dispatch (#599) (0a96426)

✨ New Features

  • make set_provider non-blocking, add set_provider_and_wait (#595) (cbacef0)

🧹 Chore

  • deps: update astral-sh/setup-uv action to v8 (#603) (4422fad)
  • deps: update codecov/codecov-action action to v6 (#604) (e00fab3)
  • deps: update dependency prek to >=0.4.3,<0.5.0 (#607) (760d808)
  • deps: update googleapis/release-please-action action to v5 (#605) (aa1366a)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.15.15 (#608) (5f4e42d)
  • deps: update pre-commit hook pre-commit/mirrors-mypy to v2 (#606) (d18beef)
  • deps: update pre-commit hook tox-dev/pyproject-fmt to v2.21.2 (#601) (5cc9534)
Changelog

Sourced from openfeature-sdk's changelog.

0.10.0 (2026-06-01)

⚠ BREAKING CHANGES

  • make set_provider non-blocking, add set_provider_and_wait (#595)

[!IMPORTANT] set_provider() no longer blocks until the provider is ready; provider initialization runs in the background. If your workload needs to wait until the PROVIDER_READY event has fired before proceeding (for example, to avoid PROVIDER_NOT_READY evaluations during startup), use set_provider_and_wait() instead.

🐛 Bug Fixes

  • isolate provider event handler dispatch (#599) (0a96426)

✨ New Features

  • make set_provider non-blocking, add set_provider_and_wait (#595) (cbacef0)

🧹 Chore

  • deps: update astral-sh/setup-uv action to v8 (#603) (4422fad)
  • deps: update codecov/codecov-action action to v6 (#604) (e00fab3)
  • deps: update dependency prek to >=0.4.3,<0.5.0 (#607) (760d808)
  • deps: update googleapis/release-please-action action to v5 (#605) (aa1366a)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.15.15 (#608) (5f4e42d)
  • deps: update pre-commit hook pre-commit/mirrors-mypy to v2 (#606) (d18beef)
  • deps: update pre-commit hook tox-dev/pyproject-fmt to v2.21.2 (#601) (5cc9534)
Commits
  • 869766b chore(main): release 0.10.0 (#602)
  • 5f4e42d chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.15 (#608)
  • b06d661 test: fix flaky event handler test (#609)
  • 0a96426 fix: isolate provider event handler dispatch (#599)
  • cbacef0 feat!: make set_provider non-blocking, add set_provider_and_wait (#595)
  • 760d808 chore(deps): update dependency prek to >=0.4.3,<0.5.0 (#607)
  • d18beef chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v2 (#606)
  • aa1366a chore(deps): update googleapis/release-please-action action to v5 (#605)
  • e00fab3 chore(deps): update codecov/codecov-action action to v6 (#604)
  • 4422fad chore(deps): update astral-sh/setup-uv action to v8 (#603)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [openfeature-sdk](https://github.com/open-feature/python-sdk) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/open-feature/python-sdk/releases)
- [Changelog](https://github.com/open-feature/python-sdk/blob/main/CHANGELOG.md)
- [Commits](open-feature/python-sdk@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: openfeature-sdk
  dependency-version: 0.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 8, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 8, 2026 09:50
@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 8, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit e619340. Configure here.

Comment thread uv.lock
[[package]]
name = "openfeature-sdk"
version = "0.9.0"
version = "0.10.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Non-blocking set_provider after bump

Medium Severity

Pinning openfeature-sdk to 0.10.0 applies a breaking change: api.set_provider() no longer blocks until the provider is ready. Existing OpenFeature integration tests still call set_provider() and evaluate flags on the next lines, so evaluations can hit PROVIDER_NOT_READY and use defaults instead of configured flag values, causing flaky or failing CI and incorrect feature-flag context on errors.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e619340. Configure here.

@sentrivana sentrivana enabled auto-merge (squash) June 8, 2026 10:04
@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Codecov Results 📊

88776 passed | ⏭️ 6025 skipped | Total: 94801 | Pass Rate: 93.64% | Execution Time: 301m 25s

📊 Comparison with Base Branch

Metric Change
Total Tests
Passed Tests
Failed Tests
Skipped Tests

✨ No test changes detected

All tests are passing successfully.

✅ Patch coverage is 100.00%. Project has 2362 uncovered lines.
❌ Project coverage is 89.87%. Comparing base (base) to head (head).

Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
- Coverage    89.90%    89.87%    -0.03%
==========================================
  Files          192       192         —
  Lines        23321     23321         —
  Branches      8020      8020         —
==========================================
+ Hits         20966     20959        -7
- Misses        2355      2362        +7
- Partials      1327      1327         —

Generated by Codecov Action

@sentrivana sentrivana merged commit 33ca589 into master Jun 8, 2026
390 of 399 checks passed
@sentrivana sentrivana deleted the dependabot/uv/openfeature-sdk-0.10.0 branch June 8, 2026 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant