We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7008b0 commit c97e1a7Copy full SHA for c97e1a7
scripts/rest_urllib_headers.diff
scripts/update-client.sh
@@ -80,9 +80,5 @@ git apply "${SCRIPT_ROOT}/rest_client_patch.diff"
80
# once we upgrade to a version of swagger-codegen that includes it (version>= 6.6.0).
81
# See https://github.com/OpenAPITools/openapi-generator/pull/15283
82
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"
87
88
echo ">>> Done."
0 commit comments