Files
windmill/frontend/src/lib/components
Ruben FiszelandClaude Opus 4.6 ff70a4e9d1 fix: parse Python datetime.datetime and datetime.date type annotations (#7856)
* fix: parse Python datetime.datetime and datetime.date type annotations correctly

The Python parser only matched ExprKind::Name for type annotations, so
`datetime.datetime` (an Attribute expression) silently fell through to
Typ::Unknown and no datetime picker was shown in the UI.

- Extend parse_expr to resolve `datetime.*` attribute access (alongside
  the existing `wmill.*` handling)
- Add Typ::Date variant for `datetime.date` → JSON schema format "date"
- Update python worker to import and convert `date.fromisoformat()`
- Update argSigToJsonSchemaType, AI types, schema validation, and SQL
  datatype wasm for the new Date variant

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* all

* all

* all

* all

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 15:17:26 +00:00
..
2026-02-05 17:14:01 +00:00
2025-09-11 07:57:01 +00:00
2025-12-23 18:19:30 +00:00
2025-12-05 23:08:58 +00:00
2026-01-29 12:01:29 +00:00
2026-01-22 16:20:01 +00:00
2026-01-22 16:20:01 +00:00
2025-10-30 06:47:26 +00:00
2025-10-28 17:52:04 +00:00
2026-01-20 21:12:38 +00:00
2026-01-22 16:20:01 +00:00
2026-01-22 16:20:01 +00:00
2025-12-16 21:16:42 +00:00
2026-01-22 16:20:01 +00:00
2026-01-22 16:20:01 +00:00
2025-12-27 12:35:19 +00:00
2025-11-04 19:13:09 +00:00
2025-11-12 13:39:32 +00:00
2025-10-27 23:42:52 +00:00
2025-11-29 01:23:47 +00:00
2025-08-10 23:24:36 +00:00
2025-09-11 06:58:39 +00:00
2025-11-27 06:41:20 +00:00
2025-11-04 19:13:09 +00:00
2026-01-22 16:20:01 +00:00
2025-11-29 01:23:47 +00:00
2026-01-20 21:12:38 +00:00
2025-07-29 19:28:54 +00:00
2025-07-29 19:28:54 +00:00
2025-12-05 23:08:58 +00:00
2025-12-27 12:35:19 +00:00
2025-10-16 14:41:12 +00:00
2025-10-27 15:46:28 +00:00
2025-12-27 12:35:19 +00:00