Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/sdk/server-side-sdks/python/python-gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion docs/sdk/server-side-sdks/python/python-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/sdk/server-side-sdks/python/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ If you need access to [EdgeDB](https://docs.devcycle.com/platform/feature-flags/

<CustomDocCardList items={useCurrentSidebarCategory().items} columnWidth={6} />

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)


Loading