From da31804e8ec7ca627aecd5af466d0d053c6b3b8e Mon Sep 17 00:00:00 2001 From: Brooks Travis Date: Thu, 29 Aug 2024 17:51:53 -0500 Subject: [PATCH] Remove unnecessary pydantic dependency --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 454069c..5b51283 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "folio_data_import" -version = "0.1.1" +version = "0.1.2" description = "A python module to interact with the data importing capabilities of the open-source FOLIO ILS" authors = ["Brooks Travis "] license = "MIT" @@ -22,7 +22,6 @@ inquirer = "^3.4.0" tqdm = "^4.66.5" tabulate = "^0.9.0" aiofiles = "^24.1.0" -pydantic = "^2.8.2" [tool.poetry.group.dev.dependencies]