From 2609cc34091b0c2d544223a256ba99b9b732bc55 Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Thu, 6 Aug 2026 09:02:23 -0400 Subject: [PATCH 1/2] docs: align Python SDK documentation --- docs/sdk/server-side-sdks/python/python-gettingstarted.md | 2 +- docs/sdk/server-side-sdks/python/python-install.md | 2 +- docs/sdk/server-side-sdks/python/python.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/sdk/server-side-sdks/python/python-gettingstarted.md b/docs/sdk/server-side-sdks/python/python-gettingstarted.md index 3d469fe0..afc354da 100644 --- a/docs/sdk/server-side-sdks/python/python-gettingstarted.md +++ b/docs/sdk/server-side-sdks/python/python-gettingstarted.md @@ -81,7 +81,7 @@ devcycle_client = DevCycleLocalClient(os.environ["DEVCYCLE_SERVER_SDK_KEY"], opt | ------------------------------- | ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | config_cdn_uri | str | Contact support for usage instructions. | | config_request_timeout_ms | int | Controls the request timeout to fetch new environment config changes, defaults to 5 seconds, must be less than the configPollingIntervalMS value, minimum value is 1 second. | -| config_polling_interval_ms | int | Controls the polling interval in milliseconds to fetch new environment config changes, defaults to 1 second. | +| config_polling_interval_ms | int | Controls the polling interval in milliseconds to fetch new environment config changes, defaults to 30 seconds. | | config_retry_delay_ms | int | Controls the delay between retries to fetch new environment config changes, defaults to 200 milliseconds. | | on_client_initialized | Optional[Callable] | Contact DevCycle support for instructions on how to configure this option. | | events_api_uri | str | Contact support for usage instructions. | diff --git a/docs/sdk/server-side-sdks/python/python-install.md b/docs/sdk/server-side-sdks/python/python-install.md index a9de8d69..9eef06a5 100644 --- a/docs/sdk/server-side-sdks/python/python-install.md +++ b/docs/sdk/server-side-sdks/python/python-install.md @@ -23,7 +23,7 @@ import PromptContent from '!!raw-loader!@site/static/ai-prompts/python.md' ## PIP Install -The DevCycle Python Server SDK requires For Python 3.8 and above. +The DevCycle Python Server SDK requires Python 3.10 and above. ```shell-session $ pip install devcycle-python-server-sdk diff --git a/docs/sdk/server-side-sdks/python/python.md b/docs/sdk/server-side-sdks/python/python.md index e341bc56..439a59c4 100644 --- a/docs/sdk/server-side-sdks/python/python.md +++ b/docs/sdk/server-side-sdks/python/python.md @@ -16,7 +16,8 @@ If you need access to [EdgeDB](https://docs.devcycle.com/platform/feature-flags/ The SDK is available as a package on PyPI. It is also open source and can be viewed on Github. +OpenFeature support is currently marked alpha in the SDK repository. Validate the integration in your application before relying on it in production. + [![PyPI](https://badgen.net/pypi/v/devcycle-python-server-sdk)](https://pypi.org/project/devcycle-python-server-sdk/) [![GitHub](https://img.shields.io/github/stars/devcyclehq/python-server-sdk.svg?style=social&label=Star&maxAge=2592000)](https://github.com/DevCycleHQ/python-server-sdk) - From 484b231a2acad51036e728d56efb742d7246f3de Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Thu, 6 Aug 2026 15:18:40 -0400 Subject: [PATCH 2/2] docs: clarify Python SDK requirements --- docs/sdk/server-side-sdks/python/python-install.md | 2 +- docs/sdk/server-side-sdks/python/python.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/sdk/server-side-sdks/python/python-install.md b/docs/sdk/server-side-sdks/python/python-install.md index 9eef06a5..e5fa87d9 100644 --- a/docs/sdk/server-side-sdks/python/python-install.md +++ b/docs/sdk/server-side-sdks/python/python-install.md @@ -23,7 +23,7 @@ import PromptContent from '!!raw-loader!@site/static/ai-prompts/python.md' ## PIP Install -The DevCycle Python Server SDK requires Python 3.10 and above. +The DevCycle Python Server SDK requires Python 3.10 and above. Python 3.8 and 3.9 are not supported by the current package metadata. ```shell-session $ pip install devcycle-python-server-sdk diff --git a/docs/sdk/server-side-sdks/python/python.md b/docs/sdk/server-side-sdks/python/python.md index 439a59c4..f04db3eb 100644 --- a/docs/sdk/server-side-sdks/python/python.md +++ b/docs/sdk/server-side-sdks/python/python.md @@ -14,10 +14,9 @@ If you need access to [EdgeDB](https://docs.devcycle.com/platform/feature-flags/ -The SDK is available as a package on PyPI. It is also open source and can be viewed on Github. +The SDK is available as a package on PyPI. It is also open source and can be viewed on GitHub. OpenFeature support is currently marked alpha in the SDK repository. Validate the integration in your application before relying on it in production. [![PyPI](https://badgen.net/pypi/v/devcycle-python-server-sdk)](https://pypi.org/project/devcycle-python-server-sdk/) [![GitHub](https://img.shields.io/github/stars/devcyclehq/python-server-sdk.svg?style=social&label=Star&maxAge=2592000)](https://github.com/DevCycleHQ/python-server-sdk) -