File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99# ββ stdlib & 3rdβparty imports βββββββββββββββββββββββββββββββ
1010from crawler_pool import get_crawler , close_all , janitor
1111from crawl4ai import AsyncWebCrawler , BrowserConfig , CrawlerRunConfig
12+ from crawl4ai .__version__ import __version__
1213from auth import create_access_token , get_token_dependency , TokenRequest
1314from pydantic import BaseModel
1415from typing import Optional , List , Dict
7374config = load_config ()
7475setup_logging (config )
7576
76- __version__ = "0.5.1-d1"
77+ # Version is imported from crawl4ai package to ensure it stays in sync
7778
7879# ββ global page semaphore (hard cap) βββββββββββββββββββββββββ
7980MAX_PAGES = config ["crawler" ]["pool" ].get ("max_pages" , 30 )
You canβt perform that action at this time.
0 commit comments