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

Not compatible with Python3.7 - async is a keyword #40

Closed
h opened this issue May 28, 2019 · 5 comments
Closed

Not compatible with Python3.7 - async is a keyword #40

h opened this issue May 28, 2019 · 5 comments

Comments

@h
Copy link

h commented May 28, 2019

Please regenerate the library using Swagger. It is currently not compatible with python3.7 since "async" is now a keyword. This has been fixed in a recent release of Swagger: swagger-api/swagger-codegen#8401

With Python3.7, you get the following error message when importing this library:

 Traceback (most recent call last):
  File "./env/lib/python3.7/site-packages/sib_api_v3_sdk/api/account_api.py", line 119
    async=params.get('async'),
        ^
SyntaxError: invalid syntax
@Lawouach
Copy link

Hi all,

Any ETA on this one? This makes this library unusable :/

@erdimeola
Copy link

erdimeola commented Jun 28, 2019

Hi, any plans on compatibility with python 3.5+ ?

@Lawouach
Copy link

I think they don't really care

#20 (comment)

Best bet, call their API directly with requests or http3.

@aakanksha-sib
Copy link
Contributor

Hi All,
The issue has been resolved.
Please use latest version 6.1.0

Thanks!
Sendinblue team

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

5 participants
@Lawouach @erdimeola @h @aakanksha-sib and others