From 3941779bd4b18b8631240d846cbf7be0d93cfc62 Mon Sep 17 00:00:00 2001 From: Dewmal Date: Mon, 27 Jan 2025 10:36:29 +0530 Subject: [PATCH] Update pyproject libs --- bindings/ceylon/pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bindings/ceylon/pyproject.toml b/bindings/ceylon/pyproject.toml index 3486733..a9b7cc4 100644 --- a/bindings/ceylon/pyproject.toml +++ b/bindings/ceylon/pyproject.toml @@ -28,15 +28,14 @@ classifiers = [ dependencies = [ "networkx==3.4.2", - "pydantic==2.10.5", + "pydantic==2.10.6", "toml==0.10.2", "loguru==0.7.3", - "mkdocs-material==9.5.49" ] [project.urls] Homepage = "https://ceylon.ai" -Documentation = "https://ceylon.ai" +Documentation = "https://docs.ceylon.ai" Repository = "https://github.com/ceylonai/ceylon" Issues = "https://github.com/ceylonai/ceylon/issues" Changelog = "https://github.com/ceylonai/ceylon/blob/master/CHANGELOG.md" \ No newline at end of file