Skip to content

Commit 46aec21

Browse files
authored
Merge pull request #493 from PolicyEngine/auto/update-policyengine-us-1.700.0
chore(deps): update policyengine-us to 1.700.0
2 parents 0a5b699 + 6f2f754 commit 46aec21

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.14",
22-
"policyengine-us==1.691.3",
22+
"policyengine-us==1.700.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.691.3")
17+
US_VERSION = os.environ.get("POLICYENGINE_US_VERSION", "1.700.0")
1818
UK_VERSION = os.environ.get("POLICYENGINE_UK_VERSION", "2.88.14")
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)