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

Using with Requests version 2.3.0 or earlier fails #784

Closed
jmoswalt opened this issue May 7, 2018 · 1 comment
Closed

Using with Requests version 2.3.0 or earlier fails #784

jmoswalt opened this issue May 7, 2018 · 1 comment

Comments

@jmoswalt
Copy link

jmoswalt commented May 7, 2018

When attempting a bulk insert, an error is raised from using an older version of requests

AttributeError: 'Session' object has no attribute 'merge_environment_settings'

This can be solved by upgrading the requests package requirement to 2.4.0 or later, when the merge_enviroment_settings method was added.

@fxdgear
Copy link
Contributor

fxdgear commented May 8, 2018

Thanks for raising the issue @jmoswalt.

@fxdgear fxdgear closed this as completed in 0252c2c May 8, 2018
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

2 participants