replace use of pydantic_settings w/ dataclass

This commit is contained in:
2026-01-02 12:52:08 +01:00
parent e190653961
commit 615b696fda
2 changed files with 12 additions and 7 deletions
-1
View File
@@ -5,7 +5,6 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pydantic-settings~=2.12",
"pynvim~=0.6.0",
"requests>=2.32.5",
]