We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4419236 commit e04f2c4Copy full SHA for e04f2c4
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.2.1] - 2025-05-20
9
+
10
+### Fixed
11
12
+- AttributeError: module 'mlflow' has no attribute 'server' ([#134](https://github.com/mlflow/mlflow-go-backend/issues/134))
13
14
## [0.2.0] - 2025-01-27
15
16
### Added
mlflow_go_backend/cli.py
@@ -4,6 +4,7 @@
4
import click
import mlflow.cli
+import mlflow.server
import mlflow.version
from mlflow.utils import find_free_port
0 commit comments