From f32ffc988800f73b9d12739f00ff21046626feb0 Mon Sep 17 00:00:00 2001 From: Corey Bonnell Date: Thu, 28 Mar 2024 16:11:13 -0400 Subject: [PATCH] Pin validators package version to work around issue in latest version --- CHANGELOG.md | 6 ++++++ VERSION.txt | 2 +- setup.cfg | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4c4a4d..489cbb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project from version 0.9.3 onwards are documented in this file. +## 0.9.11 - 2024-03-XX + +### Fixes + +TBD + ## 0.9.10 - 2024-03-04 ### New features/enhancements diff --git a/VERSION.txt b/VERSION.txt index ea8f4fd..6889a31 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.9.10 \ No newline at end of file +0.9.11 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 9fb3431..2e62033 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,8 @@ install_requires = pyasn1-alt-modules cryptography >=39 iso3166 - validators + # version is pinned due to https://github.com/python-validators/validators/issues/346 + validators==0.22 python-dateutil publicsuffixlist