v0.1.85
Skyvern-AI/skyvernv0.1.85May 22, 2025by wintonzheng
AI Summary
This release focuses on stability and feature expansion, removing the beta tag from Workflows, adding Python 3.12 and 3.13 support, and introducing new workflow creation and session management APIs.
Key Highlights
- Workflows are no longer a beta feature
- Added Python 3.12 and 3.13 support
- Introduced new workflow endpoints supporting JSON and YAML formats
- Added browser session save and reuse functionality
New Features
- Python 3.12/3.13 support
- Workflow endpoints (create/update/delete)
- Browser session persistence
- MCP documentation
Full Release Notes
## What's Changed * skyvern agent run_task & get_task sample code update by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2382 * get missing images back in README by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2383 * python installation & run task docs by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2384 * fix skyvern run task doc by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2385 * fix skyvern run docs part 2 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2386 * SKYVERN API KEY - doc fix by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2387 * update langchain integration by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/2388 * select option on click by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2391 * update llamaindex integration by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/2390 * make step update in db a debug message by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2392 * Added support for python 3.12 & 3.13 by @Prakashmaheshwaran in https://github.com/Skyvern-AI/skyvern/pull/2380 * fix pyproject.toml by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2393 * Fix ruff & mypy errors by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2394 * fix python sdk example for cancel_run by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2395 * group workflow apis by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2396 * Jon/eval updates v by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2397 * bump up production py version by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2400 * Add dedicated quickstart doc by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2401 * Add MCP docs page by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2402 * Workflow is not a beta feature anymore by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2403 * added py 3.13 and splited the cli and suport for windows and better port handling by @Prakashmaheshwaran in https://github.com/Skyvern-AI/skyvern/pull/2404 * group workflows interfaces - create_workflow, update_workflow, delete_workflow by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2405 * update the group that update_workflow belongs to by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2406 * Added skyvern init mcp and init browser by @Prakashmaheshwaran in https://github.com/Skyvern-AI/skyvern/pull/2407 * new create_workflow and update_workflow endpoint that supports either json or yaml format by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2408 * make alembic check pre-commit manual by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2410 * new create_workflow and update_workflow endpoints by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2409 * fix dependency by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2411 * rename persiste browser session to save and reuse session by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2413 * avoid running kill of skyvern is not running by @asherf in https://github.com/Skyvern-AI/skyvern/pull/2416 * Ensure docker is installed on running when starting the script by @asherf in https://github.com/Skyvern-AI/skyvern/pull/2415 * add screenshot_urls to the get_run endpoint by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2417 * credential management documentation by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2389 * Fix Taskv2 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2419 * update credentials docs by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2420 * new sdk v0.1.85 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2421 ## New Contributors * @asherf made their first contribution in https://github.com/Skyvern-AI/skyvern/pull/2416 **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.84...v0.1.85