From 701fa8601a0cfe515fa47727881b3dc2f5406227 Mon Sep 17 00:00:00 2001 From: Brad Macdonald Date: Tue, 17 Oct 2023 15:19:42 -0600 Subject: [PATCH] remove pyparsing pin --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9662ea8..42bcda2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -55,7 +55,6 @@ install_requires = pydantic~=1.10 sqlalchemy<2.0 # To address SQLAlchemy warning (https://sqlalche.me/e/b8d9) typing-extensions~=4.5 - pyparsing>=2.5 [options.packages.find] where = src