We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 526d5e1 + 1556bea commit 0c64398Copy full SHA for 0c64398
changelog_entry.yaml
@@ -0,0 +1,5 @@
1
+- bump: patch
2
+ changes:
3
+ changed:
4
+ - Use latest data version for UK automatically.
5
+ date: 2025-10-03 00:00:00
policyengine_api/data/model_setup.py
@@ -28,10 +28,7 @@ def get_dataset_version(country_id: str) -> str | None:
28
"""
29
match country_id:
30
case "uk":
31
- return get_latest_commit_tag(
32
- repo_id="policyengine/policyengine-uk-data-private",
33
- repo_type="model",
34
- )
+ return None
35
case "us":
36
return get_latest_commit_tag(
37
repo_id="policyengine/policyengine-us-data",
0 commit comments