We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b62c2 commit 6a716feCopy full SHA for 6a716fe
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
5
+## [8.1.2] - 2023-05-01
6
+### Fixed:
7
+- Pinned urllib3 dependency to <2. (Thanks, [prpnmac](https://github.com/launchdarkly/python-server-sdk/pull/202)!)
8
+
9
## [8.1.1] - 2023-02-10
10
### Fixed:
11
- Fixed indexing error raised by calling `all_flags_state` while using the `TestData` data source.
ldclient/version.py
@@ -1 +1 @@
1
-VERSION = "8.1.1"
+VERSION = "8.1.2"
0 commit comments