Skip to content

Commit b096f14

Browse files
committed
Pin TapDB 9.0.9
1 parent af6b81b commit b096f14

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

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

2222
Bloom is the LSMC internal material and container graph service. It owns laboratory containers, materials/content, equipment, lineage, recursive template creation, search, and graph views. Atlas owns orders and customer-facing accession context; Bloom owns the physical/material execution graph.
2323

24-
Current Dayhoff pin: `7.0.20`. Current TapDB dependency: `daylily-tapdb @ ...@9.0.6`.
24+
Current Dayhoff pin: `7.0.22`. Current TapDB dependency: `daylily-tapdb @ ...@9.0.9`.
2525

2626
Bloom is internal-only in Dayhoff exposure policy. It must be reachable only through approved LSMC networks and Dayhoff-generated service credentials.
2727

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ license = {text = "MIT"}
2828
requires-python = ">=3.12"
2929
dependencies = [
3030
"cli-core-yo==2.1.1",
31-
"daylily-tapdb @ git+https://github.com/Daylily-Informatics/daylily-tapdb.git@9.0.6",
31+
"daylily-tapdb @ git+https://github.com/Daylily-Informatics/daylily-tapdb.git@9.0.9",
3232
"daylily-auth-cognito==2.1.5",
3333
"IPython>=8.18.1",
3434
"bandit[toml]>=1.8.0",

tests/test_packaging_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_project_dependencies_pin_release_train_versions() -> None:
1515

1616
assert "cli-core-yo==2.1.1" in dependencies
1717
assert "daylily-auth-cognito==2.1.5" in dependencies
18-
assert "daylily-tapdb @ git+https://github.com/Daylily-Informatics/daylily-tapdb.git@9.0.6" in dependencies
18+
assert "daylily-tapdb @ git+https://github.com/Daylily-Informatics/daylily-tapdb.git@9.0.9" in dependencies
1919
assert "IPython>=8.18.1" in dependencies
2020
assert "psycopg2-binary==2.9.12" in dependencies
2121
assert not any(str(dep).startswith("zebra-day") for dep in dependencies)

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)