v0.10.1
What's Changed
- test: add test for get with deeply nested response schema with model that does not support recursion by @adi-wan-askui in #110
- fix: rm static dependencies on optional dependencies by @adi-wan-askui in #109
- fix/retry askui api by @adi-wan-askui in #111
🐞 Bug Fixes
- Optional dependencies: Fixed that importing
VisionAgentfailed when installing askui viapip install askuias optional dependencies were imported although not available - Stability: Made AskUI model usage more stable, 502 errors from API are now also retried and retry logic is improved with it so we retry 3 times (30, 60, 120 s)
Full Changelog: v0.10.0...v0.10.1