Skip to content

Commit 8889af4

Browse files
authored
Update README.md
1 parent b018827 commit 8889af4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • documentation_user/examples/code_generation

documentation_user/examples/code_generation/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ You can generate code in the following languages:
2121
* Objective-C
2222
* PHP
2323
* Python
24+
* Python (pydantic)
2425
* Ruby
2526
* Rust
2627
* Scala
@@ -151,4 +152,4 @@ pub struct User {
151152

152153
## Common Pitfalls
153154

154-
1. The generated code will be as strict as your schema specifies. If a property is required in the schema, loading a document without that property will result in an error.
155+
1. The generated code will be as strict as your schema specifies. If a property is required in the schema, loading a document without that property will result in an error.

0 commit comments

Comments
 (0)