Skip to content

Commit 6b811c0

Browse files
committed
Pyproject.toml
1 parent 19e4a35 commit 6b811c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ keywords = [
4141
[tool.poetry.dependencies]
4242
python = "^3.9"
4343
apify-shared = ">=1.1.2"
44+
# TODO: relax the upper bound once the issue is resolved:
45+
# https://github.com/apify/apify-client-python/issues/313
46+
httpx = "~0.27.0"
4447
more_itertools = ">=10.0.0"
4548

4649
[tool.poetry.group.dev.dependencies]
4750
build = "~1.2.0"
4851
griffe = "~1.5.0"
49-
# TODO: relax the upper bound once the issue is resolved:
50-
# https://github.com/apify/apify-client-python/issues/313
51-
httpx = "~0.27.0"
5252
ipdb = "~0.13.0"
5353
mypy = "~1.13.0"
5454
pre-commit = "~4.0.0"

0 commit comments

Comments
 (0)