whatever you say pal

This commit is contained in:
Reinier van der Leer
2026-02-06 01:25:50 +01:00
parent cb208dee23
commit 1e268f07ba

View File

@@ -437,7 +437,7 @@ class Graph(BaseGraph):
# Add other (optional) field info items
field_schema.update(
**field_info.model_dump(
field_info.model_dump(
by_alias=True,
exclude_defaults=True,
exclude={"provider", "supported_types"}, # already included above