The Open API schema that is the source of truth for the generated Python (Pydantic) datatypes is out of date. You can see this by doing a diff between the Open API schema listed in v2.json and the up-to-date version posted by Neon here.
Fixing this will require replacing v2.json with the updated version, regenerating the python datatypes, and updating any tests that break with these changes.
The Open API schema that is the source of truth for the generated Python (Pydantic) datatypes is out of date. You can see this by doing a diff between the Open API schema listed in
v2.jsonand the up-to-date version posted by Neon here.Fixing this will require replacing
v2.jsonwith the updated version, regenerating the python datatypes, and updating any tests that break with these changes.