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

Please loosen the dependency on requests #136

Closed
PeterJCLaw opened this issue Jun 1, 2023 · 1 comment · Fixed by #138
Closed

Please loosen the dependency on requests #136

PeterJCLaw opened this issue Jun 1, 2023 · 1 comment · Fixed by #138

Comments

@PeterJCLaw
Copy link

This package currently depends on requests <2.29.0,>=2.28.1, which is a very tight range and unfortunately has published vulnerabilities. Please widen the allowed range (I suggest to requests <3,>=2.28.1 if forwards compatibility is important) so that this package does not force insecure dependent packages on its consumers.

@nfx
Copy link
Contributor

nfx commented Jun 1, 2023

Thank you for the feature request! Currently, the team operates in a limited capacity, carefully prioritizing, and we cannot provide a timeline to implement this feature. Please make a Pull Request if you'd like to see this feature sooner, and we'll guide you through the journey.

mgyucht pushed a commit that referenced this issue Jun 16, 2023
## Changes
This PR allows users to use the Databricks SDK for Python with the most recent version of the requests library within the 2.x release line, enabling them to receive security patches and non-backwards-incompatible new features.

Closes #136.

## Tests
<!-- 
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->

- [ ] `make test` run locally
- [ ] `make fmt` applied
- [ ] relevant integration tests applied
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

Successfully merging a pull request may close this issue.

2 participants