Skip to content

Commit 9bf5ad6

Browse files
authored
Merge pull request #3493 from PolicyEngine/fix/pin-policyengine-core-pre-3-24
Temporarily pin policyengine-core below 3.24.0
2 parents 4eafdb9 + e62e93a commit 9bf5ad6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.d/3494.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Temporarily pin `policyengine_core` below 3.24.0 to restore API v1 deployability while the simulation API auth rollout is completed and production has not yet picked up a fixed `policyengine_us` release.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"policyengine-il==0.1.0",
4141
"policyengine_uk==2.78.0",
4242
"policyengine_us==1.634.9",
43-
"policyengine_core>=3.16.6",
43+
"policyengine_core>=3.23.5,<3.24.0",
4444
"policyengine>0.12.0,<1",
4545
"pydantic",
4646
"pymysql",

0 commit comments

Comments
 (0)