From 9c92b3e274292c4a3c7ae102c48fce7b1b309cfc Mon Sep 17 00:00:00 2001 From: Peter Annabel Date: Fri, 19 Dec 2025 11:02:48 -0600 Subject: [PATCH] Fix requirements --- pyproject.toml | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a29bbb8..1fadcbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyhuntress" -version = "0.2.14" +version = "0.2.15" authors = [ { name="Peter Annabel", email="peter.annabel@gmail.com" }, ] diff --git a/requirements.txt b/requirements.txt index 04189d9..01db7af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -requests==2.32.4 -pydantic==2.11.7 -typing_extensions==4.14.1 +requests +pydantic +typing_extensions \ No newline at end of file