Skip to content

Commit dbe063a

Browse files
chore(main): release openfeature/providers/python-provider 0.6.0
1 parent d08bb60 commit dbe063a

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

.github/release-please/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
".": "1.48.0",
33
"cmd/wasm": "0.0.2",
4-
"openfeature/providers/python-provider": "0.5.0",
4+
"openfeature/providers/python-provider": "0.6.0",
55
"openfeature/providers/kotlin-provider": "0.3.0",
66
"modules/evaluation": "0.1.3",
77
"modules/core": "0.2.0"

openfeature/providers/python-provider/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/thomaspoignant/go-feature-flag/compare/openfeature/providers/python-provider/v0.5.0...openfeature/providers/python-provider/v0.6.0) (2025-11-26)
4+
5+
6+
### 🚀 New Features
7+
8+
* Start the relayproxy as a unix socket. ([#4261](https://github.com/thomaspoignant/go-feature-flag/issues/4261)) ([7b369b4](https://github.com/thomaspoignant/go-feature-flag/commit/7b369b48d008aa310f00e68bc23103213adb838c))
9+
10+
11+
### 🔧 Chores
12+
13+
* Bump black in /openfeature/providers/python-provider ([#4356](https://github.com/thomaspoignant/go-feature-flag/issues/4356)) ([8ee58e1](https://github.com/thomaspoignant/go-feature-flag/commit/8ee58e19f40a221f19939deba47e137056434638))
14+
* Bump github.com/aws/aws-sdk-go-v2/service/s3 ([#4263](https://github.com/thomaspoignant/go-feature-flag/issues/4263)) ([3944a49](https://github.com/thomaspoignant/go-feature-flag/commit/3944a491413056d903236573fbf5a75fc7336dd9))
15+
* Bump github.com/aws/aws-sdk-go-v2/service/s3 ([#4326](https://github.com/thomaspoignant/go-feature-flag/issues/4326)) ([927e392](https://github.com/thomaspoignant/go-feature-flag/commit/927e392662eaad75f33bd88275c566a465d02446))
16+
* Bump pydantic in /openfeature/providers/python-provider ([#4275](https://github.com/thomaspoignant/go-feature-flag/issues/4275)) ([c371092](https://github.com/thomaspoignant/go-feature-flag/commit/c371092c82051a2fadee7e705cde6f1d27de9bce))
17+
* Bump pytest-docker in /openfeature/providers/python-provider ([#4357](https://github.com/thomaspoignant/go-feature-flag/issues/4357)) ([c02f2da](https://github.com/thomaspoignant/go-feature-flag/commit/c02f2da5bbd4d83c2bd1bcc42a478225a306e405))
18+
* Bump rel in /openfeature/providers/python-provider ([#4358](https://github.com/thomaspoignant/go-feature-flag/issues/4358)) ([9b61055](https://github.com/thomaspoignant/go-feature-flag/commit/9b6105515f5b02b68df142526800c7973fd99ed4))
19+
320
## [0.5.0](https://github.com/thomaspoignant/go-feature-flag/compare/openfeature/providers/python-provider/v0.5.0...openfeature/providers/python-provider/v0.5.0) (2025-10-26)
421

522

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.6.0"

openfeature/providers/python-provider/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gofeatureflag-python-provider"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "GO Feature Flag provider for OpenFeature"
55
license = "Apache-2.0"
66
authors = ["Thomas Poignant"]

0 commit comments

Comments
 (0)