Skip to content

Commit f9c38c5

Browse files
committed
commented out rest_urllib_headers.diff as it caused AttributeError:
1 parent 94e4211 commit f9c38c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/update-client.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,10 @@ git apply "${SCRIPT_ROOT}/rest_client_patch.diff"
7878
# once we upgrade to a version of swagger-codegen that includes it (version>= 6.6.0).
7979
# See https://github.com/OpenAPITools/openapi-generator/pull/15283
8080
git apply "${SCRIPT_ROOT}/rest_sni_patch.diff"
81+
# The following is commented out due to:
82+
# AttributeError: 'RESTResponse' object has no attribute 'headers'
8183
# OpenAPI client generator prior to 6.4.0 uses deprecated urllib3 APIs.
82-
git apply "${SCRIPT_ROOT}/rest_urllib_headers.diff"
84+
# git apply "${SCRIPT_ROOT}/rest_urllib_headers.diff"
8385

8486
echo ">>> generating docs..."
8587
pushd "${DOC_ROOT}" > /dev/null

0 commit comments

Comments
 (0)