Skip to content

Commit c97e1a7

Browse files
committed
Remove broken patch
This was replacing the wrong method. Signed-off-by: Stephen Finucane <[email protected]>
1 parent a7008b0 commit c97e1a7

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

scripts/rest_urllib_headers.diff

Lines changed: 0 additions & 13 deletions
This file was deleted.

scripts/update-client.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,5 @@ git apply "${SCRIPT_ROOT}/rest_client_patch.diff"
8080
# once we upgrade to a version of swagger-codegen that includes it (version>= 6.6.0).
8181
# See https://github.com/OpenAPITools/openapi-generator/pull/15283
8282
git apply "${SCRIPT_ROOT}/rest_sni_patch.diff"
83-
# The following is commented out due to:
84-
# AttributeError: 'RESTResponse' object has no attribute 'headers'
85-
# OpenAPI client generator prior to 6.4.0 uses deprecated urllib3 APIs.
86-
# git apply "${SCRIPT_ROOT}/rest_urllib_headers.diff"
8783

8884
echo ">>> Done."

0 commit comments

Comments
 (0)