Skip to content

Commit 3c135ef

Browse files
committed
Relax dependency requirements to improve compatibility with other libraries
1 parent e8a84af commit 3c135ef

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

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+
410
[1.2.0](../../releases/tag/v1.2.0) - 2023-05-23
511

612
### Added

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "apify_client"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "Apify API client for Python"
55
readme = "README.md"
66
license = {text = "Apache Software License"}
@@ -23,7 +23,7 @@ classifiers = [
2323

2424
requires-python = ">=3.8"
2525
dependencies = [
26-
"httpx ~= 0.24.1"
26+
"httpx >= 0.24.1"
2727
]
2828

2929
[project.optional-dependencies]

0 commit comments

Comments
 (0)