From e156d50dda5e8cfaa82e6c2b8a77a1312fe1d8e6 Mon Sep 17 00:00:00 2001 From: Andrew Liu <159852527+aliu39@users.noreply.github.com> Date: Thu, 26 Dec 2024 16:49:33 -0800 Subject: [PATCH] Ref python notes --- docs/platforms/python/integrations/launchdarkly/index.mdx | 2 +- docs/platforms/python/integrations/openfeature/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/platforms/python/integrations/launchdarkly/index.mdx b/docs/platforms/python/integrations/launchdarkly/index.mdx index 88e3f44973c0b..e642fb0826a86 100644 --- a/docs/platforms/python/integrations/launchdarkly/index.mdx +++ b/docs/platforms/python/integrations/launchdarkly/index.mdx @@ -9,7 +9,7 @@ The [LaunchDarkly](https://launchdarkly.com/) integration tracks feature flag ev ## Install -Install `sentry-sdk` from PyPI. The minimum version for this integration is 2.19.2. +Install `sentry-sdk` (>=2.19.2) from PyPI. ```bash pip install --upgrade 'sentry-sdk' diff --git a/docs/platforms/python/integrations/openfeature/index.mdx b/docs/platforms/python/integrations/openfeature/index.mdx index 00b6b11e7a063..59b260e38699e 100644 --- a/docs/platforms/python/integrations/openfeature/index.mdx +++ b/docs/platforms/python/integrations/openfeature/index.mdx @@ -9,7 +9,7 @@ The [OpenFeature](https://openfeature.dev/) integration tracks feature flag eval ## Install -Install `sentry-sdk` from PyPI. The minimum version for this integration is 2.19.2. +Install `sentry-sdk` (>=2.19.2) from PyPI. ```bash pip install --upgrade 'sentry-sdk'