diff --git a/src/datasets/providers/flipt.ts b/src/datasets/providers/flipt.ts index 1dc92247..428dd716 100644 --- a/src/datasets/providers/flipt.ts +++ b/src/datasets/providers/flipt.ts @@ -34,6 +34,12 @@ export const Flipt: Provider = { vendorOfficial: true, href: 'https://github.com/open-feature/rust-sdk-contrib/tree/main/crates/flipt', category: ['Server'], + }, + { + technology: 'Python', + vendorOfficial: false, + href: 'https://github.com/open-feature/python-sdk-contrib/tree/main/providers/openfeature-provider-flipt', + category: ['Server'], }, ], };