Skip to content

Commit a4df421

Browse files
feat: new OEO database compliant with version 3 of Temoa
Co-authored-by: mikeblackhurst <mfb@andrew.cmu.edu>
2 parents b69a67d + 932bc6a commit a4df421

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/uv-pre-commit
3-
rev: 0.8.13
3+
rev: 0.8.14
44
hooks:
55
# Dependency management
66
- id: uv-lock
@@ -23,7 +23,7 @@ repos:
2323

2424
# Python Linting & Formatting with Ruff
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.12.10
26+
rev: v0.12.11
2727
hooks:
2828
- id: ruff
2929
name: ruff (linter)

manifest.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,21 @@
3131
"description": "updating test_database to get multiple versions"
3232
}
3333
]
34+
},
35+
{
36+
"fileName": "US_9R_8D_v3_stability.sqlite",
37+
"latestVersion": "v1",
38+
"history": [
39+
{
40+
"version": "v1",
41+
"timestamp": "2025-09-07T20:14:13.872121Z",
42+
"sha256": "a3b3a8f27bf422a8a15ca2e0ae3b08cc43956c73de0e0a766d754e8a46e032c4",
43+
"r2_object_key": "US_9R_8D_v3_stability/v1-a3b3a8f27bf422a8a15ca2e0ae3b08cc43956c73de0e0a766d754e8a46e032c4.sqlite",
44+
"staging_key": "staging-uploads/a3b3a8f27bf422a8a15ca2e0ae3b08cc43956c73de0e0a766d754e8a46e032c4.sqlite",
45+
"diffFromPrevious": null,
46+
"commit": "pending-merge",
47+
"description": "pending-merge"
48+
}
49+
]
3450
}
3551
]

0 commit comments

Comments
 (0)