Skip to content

Commit 864e7f7

Browse files
authored
chore: lockfile maintanance (#461)
1 parent 8b7b38a commit 864e7f7

File tree

2 files changed

+249
-236
lines changed

2 files changed

+249
-236
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ dependencies = [
3939
"crawlee~=0.6.0",
4040
"cryptography>=42.0.0",
4141
"httpx>=0.27.0",
42-
"lazy-object-proxy>=1.10.0",
42+
# TODO: ensure compatibility with the latest version of lazy-object-proxy
43+
# https://github.com/apify/apify-sdk-python/issues/460
44+
"lazy-object-proxy<1.11.0",
4345
"more_itertools>=10.2.0",
4446
"typing-extensions>=4.1.0",
4547
"websockets>=14.0",
@@ -70,7 +72,7 @@ dev = [
7072
"pytest~=8.3.0",
7173
"respx~=0.22.0",
7274
"ruff~=0.11.0",
73-
"setuptools~=79.0.0", # setuptools are used by pytest but not explicitly required
75+
"setuptools", # setuptools are used by pytest but not explicitly required
7476
]
7577

7678
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)