Skip to content

Commit e5e5f91

Browse files
authored
chore: Update to Crawlee v1.0.0rc1 (#561)
Update to Crawlee v1.0.0rc1 to be able to release SDK v3.0.0rc1.
1 parent a2aa82e commit e5e5f91

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ keywords = [
3636
dependencies = [
3737
"apify-client>=2.0.0,<3.0.0",
3838
"apify-shared>=2.0.0,<3.0.0",
39-
"crawlee@git+https://github.com/apify/crawlee-python.git@master",
39+
"crawlee==1.0.0rc1",
4040
"cachetools>=5.5.0",
4141
"cryptography>=42.0.0",
4242
# TODO: ensure compatibility with the latest version of lazy-object-proxy
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# The test fixture will put the Apify SDK wheel path on the next line
22
APIFY_SDK_WHEEL_PLACEHOLDER
33
uvicorn[standard]
4-
crawlee[parsel] @ git+https://github.com/apify/crawlee-python.git@master
4+
crawlee[parsel]==1.0.0rc1

uv.lock

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

0 commit comments

Comments
 (0)