Skip to content

Commit b0dfd87

Browse files
🚑️ hotfix for requests dependency (#765)
1 parent 1dd7e44 commit b0dfd87

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

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

12+
## [0.8.12] - 2023-05-06
13+
14+
## Fixed
15+
16+
- Explicitly pin the `requests` version to avoid issues with downstream libraries
17+
1218
## [0.8.11] - 2023-04-24
1319

1420
### Added

dbx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.11"
1+
__version__ = "0.8.12"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
INSTALL_REQUIRES = [
1111
# to use Databricks and MLflow APIs
12-
"requests>=2.24.0, <3.0.0",
12+
"requests>=2.24.0, <2.30.0",
1313
"mlflow-skinny>=1.28.0,<3.0.0",
1414
"databricks-cli>=0.17,<0.18",
1515
"tenacity>=8.2.2,<=9.0.0",

0 commit comments

Comments
 (0)