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 05de145 commit d34a33cCopy full SHA for d34a33c
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v1.1.2 (2025-07-24)
2
+
3
+### Fix
4
5
+- remove typing deprecations (#62)
6
+- use OrderedDict from collections instead of deprecated typing
7
8
## v1.1.1 (2025-07-20)
9
10
### Fix
pyproject.toml
@@ -27,7 +27,7 @@ requires = ["poetry-core"]
27
build-backend = "poetry.core.masonry.api"
28
29
[tool.poetry]
30
-version = "1.1.1"
+version = "1.1.2"
31
classifiers = [
32
"Development Status :: 5 - Production/Stable",
33
"Intended Audience :: Developers",
0 commit comments