Skip to content

Commit 918bf91

Browse files
authored
chore: relax lazy-object-proxy version upper bound (#583)
### Description - After upgrading to Python 3.10, there are no compatibility issues. ### Issues - Closes: #460
1 parent 458c5d7 commit 918bf91

File tree

2 files changed

+43
-30
lines changed

2 files changed

+43
-30
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@ dependencies = [
3939
"crawlee==1.0.0rc1",
4040
"cachetools>=5.5.0",
4141
"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
4442
"impit>=0.5.3",
45-
"lazy-object-proxy<1.11.0",
43+
"lazy-object-proxy>=1.11.0",
4644
"more_itertools>=10.2.0",
4745
"typing-extensions>=4.1.0",
4846
"websockets>=14.0",

0 commit comments

Comments
 (0)