Skip to content

Commit 424b81b

Browse files
committed
Update package version
1 parent 7ac01eb commit 424b81b

4 files changed

Lines changed: 16 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.83.1] - 2026-04-17
2+
3+
### Fixed
4+
5+
- Add missing `run_id` parameter to `upload_to_staging_hf` in
6+
`policyengine_us_data.utils.data_upload`, matching the kwarg its
7+
callers have been passing. Files now land under
8+
`staging/{run_id}/{rel_path}` when `run_id` is set and under
9+
`staging/{rel_path}` otherwise, mirroring the prefix convention used
10+
elsewhere in the package. Unblocks the main `build-and-test` workflow,
11+
which had been failing with `TypeError: upload_to_staging_hf() got an
12+
unexpected keyword argument 'run_id'` on every real-content push.
13+
14+
115
## [1.83.0] - 2026-04-17
216

317
### Added

changelog.d/794.fixed.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "policyengine_us_data"
11-
version = "1.83.0"
11+
version = "1.83.1"
1212
description = "A package to create representative microdata for the US."
1313
readme = "README.md"
1414
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)