fix: bump minimum version for wuttaweb dependency

per misc. pylint refactoring
This commit is contained in:
Lance Edgar 2025-09-01 15:42:30 -05:00
parent 614189531f
commit 49261a696d

View file

@ -33,7 +33,7 @@ license = {text = "GNU General Public License v3+"}
requires-python = ">= 3.8" requires-python = ">= 3.8"
dependencies = [ dependencies = [
"SQLAlchemy<2", # TODO: should allow 2.x "SQLAlchemy<2", # TODO: should allow 2.x
"WuttaWeb>=0.22.0", "WuttaWeb>=0.23.1",
] ]
[project.optional-dependencies] [project.optional-dependencies]