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..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 For Python 3.8 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 e341bc56..f04db3eb 100644 --- a/docs/sdk/server-side-sdks/python/python.md +++ b/docs/sdk/server-side-sdks/python/python.md @@ -14,9 +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) - -