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 06b3f90 commit 4d9e7e5Copy full SHA for 4d9e7e5
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v4.0.1 (2025-05-01)
6
+
7
+### Fix
8
9
+* Bumps httpx dependency for compatibility ([#152](https://github.com/algorandfoundation/algokit-utils-py/issues/152)) ([`a41fcef`](https://github.com/algorandfoundation/algokit-utils-py/commit/a41fcefd710a8e8400d79e078cc0a764ef12ae15))
10
11
## v4.0.0 (2025-03-26)
12
13
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "algokit-utils"
-version = "4.0.0"
+version = "4.0.1"
description = "Utilities for Algorand development for use by AlgoKit"
authors = ["Algorand Foundation <contact@algorand.foundation>"]
license = "MIT"
0 commit comments