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 e475a89 commit de99d71Copy full SHA for de99d71
pyproject.toml
@@ -39,7 +39,9 @@ dependencies = [
39
"crawlee~=0.6.0",
40
"cryptography>=42.0.0",
41
"httpx>=0.27.0",
42
- "lazy-object-proxy>=1.10.0",
+ # 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",
45
"more_itertools>=10.2.0",
46
"typing-extensions>=4.1.0",
47
"websockets>=14.0",
0 commit comments