Skyvern

Latest version: v0.1.68

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 12

0.1.20

What's Changed
* fix auto complete detect by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/765
* subscribe element classname change by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/766
* fix domutils potential bugs by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/767
* use cached prompt generation by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/768
* Fix the prompt cache window - use settings.PROMPT_CACHE_WINDOW_HOURS by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/769
* Fix support bot link by mihail911 in https://github.com/Skyvern-AI/skyvern/pull/770
* stop scrolling when cant scroll by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/771
* hack input-select select by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/772
* add org id and task id to the max steps override log by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/773
* Add button to rerun workflow in workflow run screen by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/774
* Change rerun workflow behavior by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/775
* More visibility into attached files and duplicate status by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/776
* Add persist_browser_session flag to workflows by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/777
* better detect dropdown menu by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/778
* Update prompting-guide.mdx by kati3-design in https://github.com/Skyvern-AI/skyvern/pull/754
* add organization_id to the 'Created new task' log by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/779
* fix fastapi docs by VittorioYan in https://github.com/Skyvern-AI/skyvern/pull/761
* Update meeting link by suchintan in https://github.com/Skyvern-AI/skyvern/pull/780
* add openai env example and update README by VittorioYan in https://github.com/Skyvern-AI/skyvern/pull/764
* Fix cyclic import by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/781
* make task failure log more consistent with 'marking task as failed' by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/782
* get exc_info=True back from the last commit by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/783
* TOTP code db + agent support for fetching totp_code from db by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/784
* update and fix totp schema by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/785
* multi-level selection support by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/786
* use instance attr for custom selection result by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/787
* make polling timeout configurable and 5mins by default by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/789
* Editable workflows by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/792
* workflow run streaming by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/791
* Add TOTP stuff to task node by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/793

New Contributors
* VittorioYan made their first contribution in https://github.com/Skyvern-AI/skyvern/pull/761

**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.19...v0.1.20

0.1.19

What's Changed
* add async http client by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/760
* incress max press text by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/762
* add support bot link by mihail911 in https://github.com/Skyvern-AI/skyvern/pull/763

New Contributors
* mihail911 made their first contribution in https://github.com/Skyvern-AI/skyvern/pull/763

**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.18...v0.1.19

0.1.18

What's Changed
* optimize svg cache and add retry by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/752
* fix no exist artifact read by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/753
* support value select for custom selection by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/756
* Check error existance for the context manager handling by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/757
* catch litellm no deployment error (token ratelimit / ValueError) and raise LLMProviderErrorRetryableTask by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/758
* remove min_length constraint of 1 for task.url by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/759
* support aws s3 storage by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/720


**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.17...v0.1.18

0.1.17

What's Changed
* Workflow editor by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/735
* catch and log db error in generate_task api by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/734
* Update workflows table actions by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/736
* Fix bad error handling in task recording by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/737
* Fix double button loading by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/738
* webhook request validation doc update by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/739
* update the code snippet title for webhook request validation by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/740
* update chrome args by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/741
* remove browser init injection by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/742
* general selection bugfix by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/743
* adding step_exception to provide more signal of why the step failed by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/730
* trim element tree bugfix by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/744
* Update prompting-guide.mdx by kati3-design in https://github.com/Skyvern-AI/skyvern/pull/747
* Update mint.json by kati3-design in https://github.com/Skyvern-AI/skyvern/pull/748
* add aiohttp get text by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/749
* handle litellm APIError for the router and raise LLMProviderErrorRetryableTask by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/750
* update logging for task auto restart by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/751

New Contributors
* kati3-design made their first contribution in https://github.com/Skyvern-AI/skyvern/pull/747

**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.16...v0.1.17

0.1.16

What's Changed
* general autocomplete solution by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/713
* Ensure Task Clenup - add timeout to browser context close by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/714
* add support for gpt-4o-2024-08-06 by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/715
* make browser close timeout 3mins by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/716
* svg conversion by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/717
* Move navigation payload inside advanced accordion by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/718
* Add suggested title to task generation by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/719
* Task generation UI changes by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/721
* Fix multiple artifact in action list by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/722
* Change query invalidation for saved task actions by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/723
* handle case where we don't get title suggested from LLM by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/726
* Running saved task should save changes by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/727
* remove 'Child frame' log by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/728
* Add html elements tree in prompt by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/731
* Add copy as curl in task details by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/732


**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.15...v0.1.16

0.1.15

What's Changed
* deprecate streamlit ui image in the docker compose file by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/700
* extend select2 by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/699
* optimize svg logic by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/701
* Upgrade playwright by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/702
* Add Timeout to bitwarden subprocess call so it doesn't wait forever for things that don't exist (ie TOTPs) by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/703
* update select prompt by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/705
* update selection prompt by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/706
* Update dom script with angular bindings by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/707
* support table parse by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/708
* add Request context to async_executor by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/709
* remove run_streaming.sh by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/710
* litellm cooldown config by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/711


**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.14...v0.1.15

Page 9 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.