diff --git a/projects/policyengine-api-simulation/pyproject.toml b/projects/policyengine-api-simulation/pyproject.toml index 556c407e9..0c27496ec 100644 --- a/projects/policyengine-api-simulation/pyproject.toml +++ b/projects/policyengine-api-simulation/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "policyengine==0.13.0", "policyengine-core>=3.23.5", "policyengine-uk==2.88.20", - "policyengine-us==1.715.2", + "policyengine-us==1.717.0", "tables>=3.10.2", "modal>=0.73.0", "logfire>=3.0.0", diff --git a/projects/policyengine-api-simulation/src/modal/app.py b/projects/policyengine-api-simulation/src/modal/app.py index 7787863c4..a0a2f7e09 100644 --- a/projects/policyengine-api-simulation/src/modal/app.py +++ b/projects/policyengine-api-simulation/src/modal/app.py @@ -14,7 +14,7 @@ from src.modal.logging_redaction import redact_params_for_logging # Get versions from environment or use defaults -US_VERSION = os.environ.get("POLICYENGINE_US_VERSION", "1.715.2") +US_VERSION = os.environ.get("POLICYENGINE_US_VERSION", "1.717.0") UK_VERSION = os.environ.get("POLICYENGINE_UK_VERSION", "2.88.20") diff --git a/projects/policyengine-api-simulation/uv.lock b/projects/policyengine-api-simulation/uv.lock index 265e5b032..6baf717d5 100644 --- a/projects/policyengine-api-simulation/uv.lock +++ b/projects/policyengine-api-simulation/uv.lock @@ -1803,7 +1803,7 @@ requires-dist = [ { name = "policyengine-core", specifier = ">=3.23.5" }, { name = "policyengine-fastapi", editable = "../../libs/policyengine-fastapi" }, { name = "policyengine-uk", specifier = "==2.88.20" }, - { name = "policyengine-us", specifier = "==1.715.2" }, + { name = "policyengine-us", specifier = "==1.717.0" }, { name = "pydantic-settings", specifier = ">=2.7.1,<3.0.0" }, { name = "pyright", marker = "extra == 'build'", specifier = ">=1.1.401" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=8.3.4" }, @@ -1830,7 +1830,7 @@ wheels = [ [[package]] name = "policyengine-us" -version = "1.715.2" +version = "1.717.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "microdf-python" }, @@ -1840,9 +1840,9 @@ dependencies = [ { name = "tables" }, { name = "tqdm" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a7/ef/d87bb056084897932e083b0412976a386d29062834b0e697afa044642a75/policyengine_us-1.715.2.tar.gz", hash = "sha256:b3990ae9b7c694d2cbf497e6256850aca7be5a5a73ac98330682aba9edd61b61", size = 10014025, upload-time = "2026-05-29T02:48:39.527Z" } +sdist = { url = "https://files.pythonhosted.org/packages/cf/04/43c1c5cc2b947e768c6a7f4c3d24358b2e42aa7c47225f932d5e217431b8/policyengine_us-1.717.0.tar.gz", hash = "sha256:2bfb1b95bbfc9cab279cd141491a83648e95db5d6327d0d5d2f62c728f4dad13", size = 10047583, upload-time = "2026-06-01T04:58:19.805Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/45/a1/1d56bdbb69d7ce06bedd3892203a75ac3350a90c0b5fcea2fb50db46670f/policyengine_us-1.715.2-py3-none-any.whl", hash = "sha256:abf079828419762f5c4b0291a70f6e424744200f237e1ae0f06e25f10130c399", size = 11035379, upload-time = "2026-05-29T02:48:35.193Z" }, + { url = "https://files.pythonhosted.org/packages/d5/b4/f893085ce54aa069031dd50b5caaa3f72df4582bfb63a80f4183e2f92437/policyengine_us-1.717.0-py3-none-any.whl", hash = "sha256:350dd4e16195f120e12b8eaef8aaf18ab3c47efc8cb43dc2cfc44485933054a9", size = 11126163, upload-time = "2026-06-01T04:58:16.221Z" }, ] [[package]]