diff --git a/docs/source/overview/configuration.rst b/docs/source/overview/configuration.rst index c8000f0..e701c7a 100644 --- a/docs/source/overview/configuration.rst +++ b/docs/source/overview/configuration.rst @@ -30,9 +30,9 @@ A full list of available settings and their defaults is provided below. .. important:: The top level ``file_systems`` field is a nested field and entries - should adhere to the :ref:`#/definitions/FileSystemSchema` schema outlined below. + should adhere to the :ref:`#/$defs/filesystemschema` schema outlined below. .. pydantic:: quota_notifier.settings.SettingsSchema -.. _#/definitions/FileSystemSchema: +.. _#/$defs/filesystemschema: .. pydantic:: quota_notifier.settings.FileSystemSchema diff --git a/pyproject.toml b/pyproject.toml index 5f6df0d..47da968 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,6 @@ notifier = "quota_notifier.cli:Application.execute" [tool.poetry.dependencies] python = ">=3.8" -#pydantic = "2.0.2" pydantic-settings = "2.0.1" sqlalchemy = "2.0.17"