We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd7e44 commit b0dfd87Copy full SHA for b0dfd87
3 files changed
CHANGELOG.md
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
[Please read through the Keep a Changelog (~5min)](https://keepachangelog.com/en/1.0.0/).
11
12
+## [0.8.12] - 2023-05-06
13
+
14
+## Fixed
15
16
+- Explicitly pin the `requests` version to avoid issues with downstream libraries
17
18
## [0.8.11] - 2023-04-24
19
20
### Added
dbx/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.8.11"
+__version__ = "0.8.12"
setup.py
@@ -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",
0 commit comments