We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fbbb50 commit d86d201Copy full SHA for d86d201
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.3.4
2
+
3
+* [CHORE] stricter static type checking with pyright
4
5
## 1.3.3
6
7
* [FIX] implement `DecodeOptions.list_limit` handling in `Utils.combine` function to prevent DoS via memory exhaustion
src/qs_codec/__init__.py
@@ -14,7 +14,7 @@
14
"""
15
16
# Package version (PEP 440). Bump in lockstep with distribution metadata.
17
-__version__ = "1.3.3"
+__version__ = "1.3.4"
18
19
# Public API surface re-exported at the package root.
20
__all__ = [
0 commit comments