main
Initial commit: vkflow 1.0.0
test: add tests for middleware, error chain, webhook, filters, checks, app.listener
feat: add minimal cron expression parser with 5-field support
fix: skip eager_task_factory test on Python < 3.12
fix: skip fastapi tests when fastapi is not installed
feat: add RedisStorage for FSM with native TTL and key prefix support
feat: add SQLiteStorage for FSM with sync sqlite3 fallback
feat: add cron scheduling support to tasks.loop()