Skip to content

Commit 9be6d74

Browse files
authored
Depend on neptune-api >=0.11.0,<0.13.0 (#244)
1 parent 96e4d8b commit 9be6d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pattern = "default-unprefixed"
1212
python = "^3.9"
1313

1414
# Base neptune package
15-
neptune-api = "^0.11.0"
15+
neptune-api = ">=0.11.0,<0.13.0"
1616

1717
# Optional for default progress update handling
1818
tqdm = { version = ">=4.66.0" }

0 commit comments

Comments
 (0)