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 8b7b38a commit 864e7f7Copy full SHA for 864e7f7
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",
@@ -70,7 +72,7 @@ dev = [
70
72
"pytest~=8.3.0",
71
73
"respx~=0.22.0",
74
"ruff~=0.11.0",
- "setuptools~=79.0.0", # setuptools are used by pytest but not explicitly required
75
+ "setuptools", # setuptools are used by pytest but not explicitly required
76
]
77
78
[tool.hatch.build.targets.wheel]
0 commit comments