-
Notifications
You must be signed in to change notification settings - Fork 72
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
Use of ssl_context= keyword raises DeprecationWarnings #59
Comments
Yes, this part is generated by swagger-codegen. Now I'm working on switching to the openapi-generator (#58). It's fixed there in the beta release so this warning will be removed eventually. |
It's been fixed in the version v9.0.0. |
Thanks!
…On Sun, Mar 24, 2019 at 5:06 AM Tomasz Prus ***@***.***> wrote:
It's been fixed in the version v9.0.0.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AASszB1xTeBeBVGSp87No6EMzKieTObdks5vZ0ASgaJpZM4afBNe>
.
|
The problem is still present in the current version (10.0.1):
|
Thanks for the quick answer! I'm using aiohttp 3.5.4 It seems to come from this line: |
Thanks, confirmed, reopen the issue. |
It's fixed in the latest version of the library. |
I'm glad to hear it! Thank you for tracking this @tomplus . |
Thanks a lot! 👍 |
I get the following deprecation warning when using this library.
Swapping out
ssl_context=
forssl=
works fine when I apply the change locally. However I'm not sure how best to enact change in this repository, given that parts (all?) of it is generated.cc @yuvipanda
The text was updated successfully, but these errors were encountered: