8000
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.
2 parents 94e4211 + f9c38c5 commit e1fce8dCopy full SHA for e1fce8d
scripts/update-client.sh
@@ -78,8 +78,10 @@ git apply "${SCRIPT_ROOT}/rest_client_patch.diff"
78
# once we upgrade to a version of swagger-codegen that includes it (version>= 6.6.0).
79
# See https://github.com/OpenAPITools/openapi-generator/pull/15283
80
git apply "${SCRIPT_ROOT}/rest_sni_patch.diff"
81
+# The following is commented out due to:
82
+# AttributeError: 'RESTResponse' object has no attribute 'headers'
83
# OpenAPI client generator prior to 6.4.0 uses deprecated urllib3 APIs.
-git apply "${SCRIPT_ROOT}/rest_urllib_headers.diff"
84
+# git apply "${SCRIPT_ROOT}/rest_urllib_headers.diff"
85
86
echo ">>> generating docs..."
87
pushd "${DOC_ROOT}" > /dev/null
0 commit comments