From 9b23d0622495dd8d963fc5169500d9a16f422685 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 6 Jul 2023 12:10:43 -0400 Subject: [PATCH] Udpates section reference in docs --- docs/source/overview/configuration.rst | 4 ++-- pyproject.toml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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"