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.
lazy-object-proxy
1 parent 458c5d7 commit 918bf91Copy full SHA for 918bf91
pyproject.toml
@@ -39,10 +39,8 @@ dependencies = [
39
"crawlee==1.0.0rc1",
40
"cachetools>=5.5.0",
41
"cryptography>=42.0.0",
42
- # TODO: ensure compatibility with the latest version of lazy-object-proxy
43
- # https://github.com/apify/apify-sdk-python/issues/460
44
"impit>=0.5.3",
45
- "lazy-object-proxy<1.11.0",
+ "lazy-object-proxy>=1.11.0",
46
"more_itertools>=10.2.0",
47
"typing-extensions>=4.1.0",
48
"websockets>=14.0",
0 commit comments