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 e8a84af commit 3c135efCopy full SHA for 3c135ef
CHANGELOG.md
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+[1.2.1](../../releases/tag/v1.2.1) - 2023-05-23
5
+
6
+### Fixed
7
8
+- relaxed dependency requirements to improve compatibility with other libraries
9
10
[1.2.0](../../releases/tag/v1.2.0) - 2023-05-23
11
12
### Added
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "apify_client"
-version = "1.2.0"
+version = "1.2.1"
description = "Apify API client for Python"
readme = "README.md"
license = {text = "Apache Software License"}
@@ -23,7 +23,7 @@ classifiers = [
23
24
requires-python = ">=3.8"
25
dependencies = [
26
- "httpx ~= 0.24.1"
+ "httpx >= 0.24.1"
27
]
28
29
[project.optional-dependencies]
0 commit comments