Skip to content

Commit acf9772

Browse files
authored
feat: mlflow 3 support (#115)
1 parent 8a8f206 commit acf9772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
requires-python = ">=3.8"
2626
dependencies = [
2727
"cachelib<1",
28-
"mlflow-skinny<3,>=2.21.0",
28+
"mlflow-skinny<4,>=2.21.0",
2929
"python-dotenv<2",
3030
"requests<3,>=2.31.0",
3131
"sqlalchemy<3,>=1.4.0",
@@ -38,7 +38,7 @@ dependencies = [
3838
]
3939

4040
[project.optional-dependencies]
41-
full = ["mlflow<3,>=2.21.0"]
41+
full = ["mlflow<4,>=2.21.0"]
4242
caching-redis = ["redis[hiredis]<6"]
4343
dev = [
4444
"black<26,>=24.8.0",

0 commit comments

Comments
 (0)