Skyvern

Latest version: v0.1.73

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

Scan your dependencies

Page 6 of 12

0.1.39

What's Changed
* support list data schema by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1149
* update scraped_page references when it's refreshed by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1151
* wait 5s for options to show up by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1153
* make sure we do a web scrape before data extraction at the end of task to ensure the refreshness of the scraped data by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1152
* Fix a bug with loop block children order on save by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1154
* Fix overflow of default value in parameters by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1156
* fix download file extension by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1157
* Add proxy location to workflow run screen by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1158
* remove unused libraries by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1161
* update fastapi to the lateset version by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1162
* update pre-commit by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1163
* extend auto completion coverage by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1165
* fix inconsistent button text by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1168
* Try to fix stale queries when tasks and workflows are created by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1169
* extend interactable coverage by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1170
* Add proxy location to task form advanced settings by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1171
* Warn the user when they are quitting the workflow page by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1172
* Only notify with actual changes by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1173
* make all the timestamp local time and hovering shows UTC timestamp by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1164
* extend auto completion to support google address by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1174


**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.38...v0.1.39

0.1.38

What's Changed
* support custom select serach by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1085
* update prompt to fix terminate issue by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1086
* Fix actions API order, only order by created_at by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1090
* convert css shape to string by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1092
* Dont refetch workflow parameters on window focus by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1094
* optimize async task and remove hover by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1095
* add browser console log artifact by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1097
* Update skyvern UI responsiveness by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1098
* Improvements for smaller screen sizes by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1099
* Make search a bit bigger in codemirror by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1100
* Create Workato by kati3-design in https://github.com/Skyvern-AI/skyvern/pull/1089
* automatically parse file extension when downloading by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1101
* fix workflow can't save browser console log by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1102
* Fix inconsistent task notifications by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1103
* fix no exist browser log error by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1104
* Fix a bug with job application example by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1105
* Fix screenshot not available with refetch by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1106
* enable workato integration documentation by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1107
* Raise screenshot error earlier when page is closed by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1108
* Fix webhook callback url in copy curl by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1109
* fix task workflow cancel issue by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1111
* fix unbound log_path by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1112
* Update max output tokens to 16K by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1110
* add browser console log by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1120
* SKY-3915 Remove incomplete json fixing logic -- models have gotten better by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1121
* add default timeout to wait_for_task by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1122
* skip css conversion for span with chidren by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1123
* Add new proxies RESIDENTIAL_IN, RESIDENTIAL_JP by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1126
* Fix task retry tooltip by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1129
* Remove Call LLM API Log by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1132
* wrap page evaluate with timeout by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1133
* add timeout when close browser by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1134
* Fix block label update source parameter keys issue by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1135
* Use replace when navigating between task detail page tabs by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1136
* Refactor status util function by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1137
* Add radius and change bg color for current task by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1138
* fix unclosed browser when navigation error by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1139
* download with file extension by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1142
* migrate all users to user goal check by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1143
* increase timeout for scrolling by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1145
* remove screenshot when check user goal by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1147
* Add secret parameter to workflow by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1150


**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.37...v0.1.38

0.1.37

What's Changed
* fallback to press arrowdown to trigger dropdown menu by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1074
* Update running-workflows.mdx w/ workflow run url by suchintan in https://github.com/Skyvern-AI/skyvern/pull/1075
* Fix action history by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1076
* include download in action history by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1078
* Revert "Update Dockerfile" by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1082


**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.36...v0.1.37

0.1.36

What's Changed
* Fix contact form URL by suchintan in https://github.com/Skyvern-AI/skyvern/pull/1041
* support svg-container classes as interactable svg elements by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1042
* enforce collection id for login parameters by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1043
* update README and docker compose by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1044
* format readme by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1045
* Show error message correctly on workflow save by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1046
* Use search params for diagnostics step and artifact by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1047
* add some refetching and invalidating logic for workflow runs by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1048
* mark workflow run failed if parameter creation failed by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1031
* Make CollectionID or OrganizationID required by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1049
* get rid of org id, task id, step id, step order and action order from the action history by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1050
* Fix spelling and grammatical errors by terrchen in https://github.com/Skyvern-AI/skyvern/pull/1051
* add disable element id by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1052
* add bitwarden collection id to workflow context by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1053
* Put play icon in front of Run in workflow header by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1055
* add org id to the log for Failed to update workflow by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1057
* chore: update agent.py by eltociear in https://github.com/Skyvern-AI/skyvern/pull/1064
* ignore skyvern_element_hash and skyvern_element_data in action history by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1054
* Update Dockerfile by AranavMahalpure in https://github.com/Skyvern-AI/skyvern/pull/1056
* better failure reason by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1066
* Fix the docs link by suchintan in https://github.com/Skyvern-AI/skyvern/pull/1067
* support to parse pseudo content by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1069
* Left align navigation pills in task details by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1070
* Rename workflow parameter to input parameter by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1071
* Disable ReactFlow delete keycode for now by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1072
* input type button by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1073

New Contributors
* terrchen made their first contribution in https://github.com/Skyvern-AI/skyvern/pull/1051
* AranavMahalpure made their first contribution in https://github.com/Skyvern-AI/skyvern/pull/1056

**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.35...v0.1.36

0.1.35

What's Changed
* Add sorting to task api by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1018
* fix chain click bug by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1019
* Fix font size in parameters by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1020
* Change the default font size in code editor to be 12 by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1021
* Reduce help tooltip delay to 300ms by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1022
* Install html lang for codemirror by msalihaltun in https://github.com/Skyvern-AI/skyvern/pull/1023
* Use code editor in diagnostics tab by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1024
* Add Start Node to workflows by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1026
* Use actions api for new tasks by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1027
* Update README.md by MatthewTomas in https://github.com/Skyvern-AI/skyvern/pull/1010
* Add support for the latest sonnet 3.5 by suchintan in https://github.com/Skyvern-AI/skyvern/pull/1025
* workflow parameter validation by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1028
* fix a typo inside the InvalidWorkflowParameter error by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1029
* fix json workflow parameter validation bug by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1030
* improve need_verification_code prompt by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/788
* Improve run workflow form by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1032
* Better represent available types for workflow parameters by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1033
* kiosk printing by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1034
* Add webhook callback url in run workflow form by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1035
* Make collection id required by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1036
* Updated Skyvern demo video by suchintan in https://github.com/Skyvern-AI/skyvern/pull/1037
* Update demo video by suchintan in https://github.com/Skyvern-AI/skyvern/pull/1038
* Save new demo video by suchintan in https://github.com/Skyvern-AI/skyvern/pull/1039

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

**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.34...v0.1.35

0.1.34

What's Changed
* make secret key placeholder more clear by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1001
* fix None string for webhook url and totp url by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1002
* fix python style for webhook url and totp url when creating a task by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1003
* Task details page improvements by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1004
* Minor change in width of task stream by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1005
* Implement actions api changes by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1007
* fix saving complete action when there's no navigation goal by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1009
* shu/disable organization name change by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1011
* add confidence_float to actions table by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1008
* block urls pointing to internal addresses by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1012
* fix update organization api by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1013
* Change label of templates by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1014
* Remove confidence score from UI by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1015
* SKY-3781 Fix empty URL bug by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1016
* Change appearance of parameters in task details by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1017


**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.33...v0.1.34

Page 6 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.