Skip to content

Commit 634fea6

Browse files
committed
Update PolicyEngine Core
1 parent 49eabd7 commit 634fea6

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.23.3] - 2026-01-17 18:14:48
9+
10+
### Fixed
11+
12+
- Handle empty HUGGING_FACE_TOKEN gracefully in CI environments. Empty strings are now treated the same as None, and non-interactive environments (like CI) return None instead of hanging on getpass prompt.
13+
814
## [3.23.2] - 2026-01-15 22:17:08
915

1016
### Added
@@ -1114,6 +1120,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11141120

11151121

11161122

1123+
[3.23.3]: https://github.com/PolicyEngine/policyengine-core/compare/3.23.2...3.23.3
11171124
[3.23.2]: https://github.com/PolicyEngine/policyengine-core/compare/3.23.1...3.23.2
11181125
[3.23.1]: https://github.com/PolicyEngine/policyengine-core/compare/3.23.0...3.23.1
11191126
[3.23.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.22.2...3.23.0

changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,3 +915,10 @@
915915
- Documentation for Reform.from_dict() method with examples covering basic reforms,
916916
multiple parameters, bracket syntax, period formats, and Microsimulation integration.
917917
date: 2026-01-15 22:17:08
918+
- bump: patch
919+
changes:
920+
fixed:
921+
- Handle empty HUGGING_FACE_TOKEN gracefully in CI environments. Empty strings
922+
are now treated the same as None, and non-interactive environments (like CI)
923+
return None instead of hanging on getpass prompt.
924+
date: 2026-01-17 18:14:48

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: patch
2-
changes:
3-
fixed:
4-
- Handle empty HUGGING_FACE_TOKEN gracefully in CI environments. Empty strings are now treated the same as None, and non-interactive environments (like CI) return None instead of hanging on getpass prompt.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
setup(
5555
name="policyengine-core",
56-
version="3.23.2",
56+
version="3.23.3",
5757
author="PolicyEngine",
5858
author_email="hello@policyengine.org",
5959
classifiers=[

0 commit comments

Comments
 (0)