You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,11 @@ An async implementation, `AsyncSSEClient`, is also available for use with `async
22
22
pip install launchdarkly-eventsource[async]
23
23
```
24
24
25
+
> [!CAUTION]
26
+
> The async implementation (`AsyncSSEClient` and its associated `AsyncConnectStrategy` API) is experimental and should NOT be considered ready for production use. It may change or be removed without notice and is not subject to backwards compatibility guarantees.
27
+
>
28
+
> Pin to a specific minor version and review the changelog before upgrading.
29
+
25
30
## Supported Python versions
26
31
27
32
This version of the package is compatible with Python 3.9 and higher.
0 commit comments