Skip to content

Commit 5813dd9

Browse files
authored
Merge pull request #500 from PolicyEngine/auto/update-policyengine-us-1.702.0
chore(deps): update policyengine-us to 1.702.0
2 parents 3e54e09 + 96e7106 commit 5813dd9

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

projects/policyengine-api-simulation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"policyengine==0.13.0",
2020
"policyengine-core>=3.23.5",
2121
"policyengine-uk==2.88.20",
22-
"policyengine-us==1.700.0",
22+
"policyengine-us==1.702.0",
2323
"tables>=3.10.2",
2424
"modal>=0.73.0",
2525
"logfire>=3.0.0",

projects/policyengine-api-simulation/src/modal/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from src.modal.logging_redaction import redact_params_for_logging
1515

1616
# Get versions from environment or use defaults
17-
US_VERSION = os.environ.get("POLICYENGINE_US_VERSION", "1.700.0")
17+
US_VERSION = os.environ.get("POLICYENGINE_US_VERSION", "1.702.0")
1818
UK_VERSION = os.environ.get("POLICYENGINE_UK_VERSION", "2.88.20")
1919

2020

projects/policyengine-api-simulation/uv.lock

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

0 commit comments

Comments
 (0)