Skip to content

Commit eb519ec

Browse files
committed
Update PolicyEngine API
1 parent 47cb7e4 commit eb519ec

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.28.22] - 2025-12-08 11:26:45
9+
10+
### Changed
11+
12+
- Downgraded push action Python versions to 3.11 to fix faiss-cpu install error.
13+
- Ensured deploy occurs after checking that API can run with updated model version.
14+
815
## [3.28.21] - 2025-12-01 18:12:09
916

1017
### Changed
@@ -6257,6 +6264,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
62576264

62586265

62596266

6267+
[3.28.22]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.21...3.28.22
62606268
[3.28.21]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.20...3.28.21
62616269
[3.28.20]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.19...3.28.20
62626270
[3.28.19]: https://github.com/PolicyEngine/policyengine-api/compare/3.28.18...3.28.19

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5251,3 +5251,9 @@
52515251
changed:
52525252
- Update PolicyEngine US to 1.444.1
52535253
date: 2025-12-01 18:12:09
5254+
- bump: patch
5255+
changes:
5256+
changed:
5257+
- Downgraded push action Python versions to 3.11 to fix faiss-cpu install error.
5258+
- Ensured deploy occurs after checking that API can run with updated model version.
5259+
date: 2025-12-08 11:26:45

changelog_entry.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
- bump: patch
2-
changes:
3-
changed:
4-
- Downgraded push action Python versions to 3.11 to fix faiss-cpu install error.
5-
- Ensured deploy occurs after checking that API can run with updated model version.

policyengine_api/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
POST = "POST"
88
UPDATE = "UPDATE"
99
LIST = "LIST"
10-
VERSION = "3.28.21"
10+
VERSION = "3.28.22"
1111
CURRENT_YEAR = str(datetime.now().year)
1212
COUNTRIES = ("uk", "us", "ca", "ng", "il")
1313
COUNTRY_PACKAGE_NAMES = (

0 commit comments

Comments
 (0)