Skip to content

Commit d6ac11d

Browse files
committedJan 15, 2025·
Bumps the Python types from the OpenAPI schema
1 parent b14cfa8 commit d6ac11d

File tree

3 files changed

+1627
-961
lines changed

3 files changed

+1627
-961
lines changed
 

Diff for: ‎README.md

+11
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,17 @@ $ make record
125125

126126
This will record new cassettes for the tests. Make sure to commit these cassettes along with your changes.
127127

128+
### Updating the schema
129+
130+
In order to update the Python data types from the OpenAPI schema, you need to:
131+
132+
```
133+
$ mkdir neon_client/
134+
$ make schema
135+
# Now, take `neon_client/schema.py` and replace `neon_api/schema.py` with it.
136+
# That's it!
137+
```
138+
128139
## License & Copyright
129140

130141
[Apache 2.0 Licensed](./LICENSE).

Diff for: ‎neon_api/schema.py

+626-138
Large diffs are not rendered by default.

Diff for: ‎poetry.lock

+990-823
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.