Skip to content

Commit

Permalink
🚑️ hotfix for requests dependency (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
renardeinside authored May 6, 2023
1 parent 1dd7e44 commit b0dfd87
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[Please read through the Keep a Changelog (~5min)](https://keepachangelog.com/en/1.0.0/).

## [0.8.12] - 2023-05-06

## Fixed

- Explicitly pin the `requests` version to avoid issues with downstream libraries

## [0.8.11] - 2023-04-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion dbx/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.11"
__version__ = "0.8.12"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

INSTALL_REQUIRES = [
# to use Databricks and MLflow APIs
"requests>=2.24.0, <3.0.0",
"requests>=2.24.0, <2.30.0",
"mlflow-skinny>=1.28.0,<3.0.0",
"databricks-cli>=0.17,<0.18",
"tenacity>=8.2.2,<=9.0.0",
Expand Down

0 comments on commit b0dfd87

Please sign in to comment.