From 4548e8d27823aee4ed66998a9d0e969329a635fd Mon Sep 17 00:00:00 2001 From: Aryamanz29 Date: Wed, 9 Oct 2024 19:40:09 +0530 Subject: [PATCH 1/2] Bump to release `2.5.1` --- HISTORY.md | 6 ++++++ pyatlan/version.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index bba81344..bdb49a80 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +## 2.5.1 (October 9, 2024) + +### Bug fixes + +- Fixed `ModuleNotFoundError` caused by the missing `PyYAML` dependency in the project’s `requirements.txt`. + ## 2.5.0 (October 8, 2024) ### New features (experimental) diff --git a/pyatlan/version.txt b/pyatlan/version.txt index 437459cd..73462a5a 100644 --- a/pyatlan/version.txt +++ b/pyatlan/version.txt @@ -1 +1 @@ -2.5.0 +2.5.1 From 1c3335ca386fd7c24a62519646b86df76c07c3c0 Mon Sep 17 00:00:00 2001 From: Aryamanz29 Date: Wed, 9 Oct 2024 19:40:33 +0530 Subject: [PATCH 2/2] deps: Added `PyYAML` to the project `requirements.txt` --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 4d99b59c..a8f60558 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ lazy_loader~=0.4 nanoid==2.0.0 pytz==2024.2 python-dateutil==2.9.0.post0 +PyYAML~=6.0.2