mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
0089ebd4fb
* fix: handle empty strings in AI resource fields via serde deserializer Add `empty_string_as_none` deserializer that converts empty strings to None during deserialization. Applied to base_url, api_key, region, and AWS credential fields in AIStandardResource and ProviderResource. This fixes the "relative URL without a base" error when creating Anthropic resources with empty base_url fields. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * nit * nit * nit * cleaning * cleaning * cleaning * cleaning * fix: apply empty_string_as_none deserializer to api_key field Consistent with other fields in ProviderResource, empty strings are now deserialized as None for the api_key field. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Windmill API
The API server, exposing functionality to other components and the frontend
This crate exposes both a library as well as a binary target.