Skip to content

Commit bdd9db5

Browse files
committed
chore(version): bump version to 0.5.0.post6
refactor(cli): remove unused import from FastAPI
1 parent 1107fa1 commit bdd9db5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

crawl4ai/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# crawl4ai/_version.py
2-
__version__ = "0.5.0.post5"
2+
__version__ = "0.5.0.post6"

crawl4ai/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import os
33
import time
44

5-
from fastapi.datastructures import Default
65
import humanize
76
from typing import Dict, Any, Optional, List
87
import json

0 commit comments

Comments
 (0)