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 704487b commit ed5b9f5Copy full SHA for ed5b9f5
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
3
-## [1.5.1](../../releases/tag/v1.5.1) - Unreleased
+## [1.5.2](../../releases/tag/v1.5.2) - Unreleased
4
+
5
+### Fixed
6
7
+- Add missing import check to `ApifyHttpProxyMiddleware`
8
9
+## [1.5.1](../../releases/tag/v1.5.1) - 2024-01-10
10
11
### Internal changes
12
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "apify"
-version = "1.5.1"
+version = "1.5.2"
description = "Apify SDK for Python"
readme = "README.md"
license = { text = "Apache Software License" }
0 commit comments