Skip to content

Commit 2571d8b

Browse files
committed
removed rest_sni_patch.diff, it is included in openapi generator v6.6.0, no need to patch
1 parent 24ff380 commit 2571d8b

2 files changed

Lines changed: 0 additions & 34 deletions

File tree

scripts/rest_sni_patch.diff

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

scripts/update-client.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ sed -i'' "s,^DEVELOPMENT_STATUS = .*,DEVELOPMENT_STATUS = \\\"${DEVELOPMENT_STAT
6969
# second, this should be ported to swagger-codegen
7070
echo ">>> patching client..."
7171
git apply "${SCRIPT_ROOT}/rest_client_patch.diff"
72-
# The fix this patch is trying to make is already in the upstream swagger-codegen
73-
# repo but it's not in the version we're using. We can remove this patch
74-
# once we upgrade to a version of swagger-codegen that includes it (version>= 6.6.0).
75-
# See https://github.com/OpenAPITools/openapi-generator/pull/15283
76-
git apply "${SCRIPT_ROOT}/rest_sni_patch.diff"
7772
# Support dict[str, str] syntax in ApiClient deserializer alongside legacy
7873
# dict(str, str). This enables forward compatibility with modern Python typing
7974
# syntax while maintaining backward compatibility. Users can now convert

0 commit comments

Comments
 (0)