v0.1.63

Skyvern-AI/skyvernv0.1.63Mar 17, 2025by wintonzheng

AI Summary

A minor SDK and build-focused release addressing GitHub packaging issues, adding support for Angular date pickers, and introducing a dummy LLM API handler for testing purposes.

Key Highlights

  • Fixed GitHub twine command issues
  • Added manual GitHub SDK build trigger
  • Added support for Angular date pickers
  • Added a dummy LLM API handler that raises exceptions

New Features

  • Angular date picker support
  • Dummy LLM API handler

Full Release Notes

## What's Changed
* fix gh twine command issue by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1952
* add manually gh sdk build trigger by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1953
* add angualar date picker support by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1955
* return dummy llm api handler which will raise exception if called by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1954


**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.62...v0.1.63