deta / space-docs

Documentation and guides for Deta Space
https://deta.space/docs
Other
42 stars 15 forks source link

Update actions docs to be compatible with Pydantic v1 and v2 #158

Closed lemonyte closed 1 year ago

lemonyte commented 1 year ago

Pydantic v2 removes the .dict() method, so this change removes the use of that method in the Actions doc. Also added the Pydantic model definitions that were missing.