Skip to content

Commit b653ed8

Browse files
committed
add upper version bound to lazy-object-proxy
1 parent e475a89 commit b653ed8

File tree

2 files changed

+37
-19
lines changed

2 files changed

+37
-19
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
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",

uv.lock

Lines changed: 34 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)