From 694131a92a9a61b09c9dc644d5a7e36bcb872760 Mon Sep 17 00:00:00 2001 From: Briar Date: Thu, 5 Dec 2024 15:41:18 -0500 Subject: [PATCH] Update requirements --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caea1369..cf3d3aa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.10.25] - 2024-12-05 + +### Fixed + +- Update requirements to use latest `hapi-schema` + ## [0.10.24] - 2024-12-04 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 0f6cd0c3..f950780a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ requires-python = ">=3.8" dependencies = [ - "hapi-schema>= 0.9.2", + "hapi-schema>= 0.9.5", "hdx-python-api>= 6.3.5", "hdx-python-country>= 3.8.5", "hdx-python-database[postgresql]>= 1.3.4", diff --git a/requirements.txt b/requirements.txt index 69a1f6ff..9b3c8421 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,7 +54,7 @@ greenlet==3.1.1 # via sqlalchemy gspread==6.1.4 # via hdx-python-scraper -hapi-schema==0.9.3 +hapi-schema==0.9.5 # via hapi-pipelines (pyproject.toml) hdx-python-api==6.3.5 # via