Skip to content

fix: broaden openfeature-sdk constraint to allow 0.9.x#114

Merged
jonathannorris merged 1 commit into
mainfrom
feat/openfeature-0.9-support
May 27, 2026
Merged

fix: broaden openfeature-sdk constraint to allow 0.9.x#114
jonathannorris merged 1 commit into
mainfrom
feat/openfeature-0.9-support

Conversation

@jonathannorris
Copy link
Copy Markdown
Member

Fixes #113

Changes openfeature-sdk ~= 0.8.0 to ~= 0.8 in requirements.txt, which allows 0.8.x and 0.9.x (and any future 0.x minor). The DevCycle provider code is compatible with 0.9.0: no imports from the removed openfeature.provider.provider module, and we already require Python 3.10+.

@jonathannorris jonathannorris requested a review from a team as a code owner May 26, 2026 20:51
Copilot AI review requested due to automatic review settings May 26, 2026 20:51
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jonathannorris jonathannorris merged commit e373811 into main May 27, 2026
13 checks passed
@jonathannorris jonathannorris deleted the feat/openfeature-0.9-support branch May 27, 2026 13:28
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.

Add support for openfeature-sdk 0.9.x

3 participants