Update parser to 2.0.29 (#11388)

* update parser to 2.0.29

* better handling of null in dereferencing

* update parser to 2.0.30

* update core to newer version

* add new files

* rollback to previous stable version

* remove files

* Fixes for python-experimental NullableShape component

Co-authored-by: Justin Black <justin.a.black@gmail.com>
This commit is contained in:
William Cheng
2022-02-21 18:37:52 +08:00
committed by GitHub
parent bdb037cce1
commit df05e6f4bc
264 changed files with 6461 additions and 27 deletions

View File

@@ -1583,6 +1583,8 @@ void (empty response body)
test inline additionalProperties
### Example
@@ -1648,6 +1650,8 @@ No authorization required
test json serialization of form data
### Example
@@ -1860,6 +1864,8 @@ No authorization required
uploads a file and downloads a file using application/octet-stream
### Example
@@ -1924,6 +1930,8 @@ No authorization required
uploads a file using multipart/form-data
### Example
@@ -2000,6 +2008,8 @@ No authorization required
uploads files using multipart/form-data
### Example