OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
20.48k stars 6.25k forks source link

[REQ] Python, support SOCKS5 proxying #16568

Open sanmai-NL opened 9 months ago

sanmai-NL commented 9 months ago

Is your feature request related to a problem? Please describe.

This is used by tooling such as the Kubernetes Python SDK. I can't connect using SOCKS5 proxy, but can using HTTP proxy. The latter isn't supported by my company.

Describe the solution you'd like

Support urllib3s SOCKS5 proxying support.

Describe alternatives you've considered

I don't see any.

Additional context

rolf-moz commented 7 months ago

I've implemented this. Hope it gets approved soon.