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 65f2500 commit 05e6c5bCopy full SHA for 05e6c5b
.pre-commit-config.yaml
@@ -12,15 +12,3 @@ repos:
12
entry: make type-check
13
language: system
14
pass_filenames: false
15
-
16
- - id: check-changelog-entry
17
- name: Check changelog entry
18
- entry: make check-changelog-entry
19
- language: system
20
- pass_filenames: false
21
22
- - id: check-version-conflict
23
- name: Check version conflict
24
- entry: make check-version-conflict
25
26
pyproject.toml
@@ -48,7 +48,7 @@ keywords = [
48
python = "^3.9"
49
apify-client = ">=1.8.1"
50
apify-shared = ">=1.1.2"
51
-crawlee = ">=0.3.8"
+crawlee = ">=0.3.9"
52
cryptography = ">=42.0.0"
53
httpx = ">=0.27.0"
54
lazy-object-proxy = ">=1.10.0"
0 commit comments