Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python asyncio client inconsistent #1252

Open
e-geist opened this issue Feb 11, 2024 · 0 comments
Open

Python asyncio client inconsistent #1252

e-geist opened this issue Feb 11, 2024 · 0 comments

Comments

@e-geist
Copy link

e-geist commented Feb 11, 2024

Hey,

I noticed some inconsistencies when using the v3 code generator for Python with the library asyncio:

  • refresh_api_key_hook is not awaited, although if the rest other requests are async, this function will probably also be
  • urllib3 logger is configured although it is not used
  • urllib3 is still used for encoding BasicAuth header although aiohttp also provides a possibility for this
  • urllib3 is still a dependency although it is not really needed (if previous point is resolved)

The same problems probably also apply for the generation of the tornado, but I don't have any experience with it and can therefore not confirm it.

e-geist added a commit to e-geist/swagger-codegen-generators that referenced this issue Feb 11, 2024
e-geist added a commit to e-geist/swagger-codegen-generators that referenced this issue Feb 18, 2024
e-geist added a commit to e-geist/swagger-codegen-generators that referenced this issue Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant