From 868a8b8dfe2012d0906112b2b13e62c72b05784e Mon Sep 17 00:00:00 2001 From: Aloizio Macedo Date: Fri, 17 Apr 2026 16:38:12 -0300 Subject: [PATCH 1/2] fix(docs): fix docs deps after resolute work --- rtd-docs/requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rtd-docs/requirements.txt b/rtd-docs/requirements.txt index 08e75ba56..12dd119d6 100644 --- a/rtd-docs/requirements.txt +++ b/rtd-docs/requirements.txt @@ -26,7 +26,7 @@ rst2html==2020.7.4 vale==3.13.0.0 # Bare minimum MAAS dependencies for API documentation generation -django==4.2.11 +django==6.0.4 git+https://git.launchpad.net/django-piston3 aiofiles==25.1.0 aiohttp==3.13.5 @@ -35,6 +35,7 @@ crochet==2.1.1 FormEncode==2.1.1 httpx==0.28.1 hvac==0.11.2 +joserfc==1.6.4 jsonschema==4.26.0 lxml==6.0.2 macaroonbakery==1.3.4 @@ -48,7 +49,7 @@ petname==2.9 pexpect==4.9.0 prometheus_client==0.24.1 psycopg2-binary==2.9.11 -pydantic==1.10.26 +pydantic==2.13.2 pylxd==2.4.1 pymongo==4.16.0 pyOpenSSL==26.0.0 From a066440fce2a1348eaf10d5ca83fa411fa6e6874 Mon Sep 17 00:00:00 2001 From: Aloizio Macedo Date: Fri, 17 Apr 2026 16:47:52 -0300 Subject: [PATCH 2/2] docs: change deps to be on the safer side --- rtd-docs/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtd-docs/requirements.txt b/rtd-docs/requirements.txt index 12dd119d6..0fa7befb8 100644 --- a/rtd-docs/requirements.txt +++ b/rtd-docs/requirements.txt @@ -26,7 +26,7 @@ rst2html==2020.7.4 vale==3.13.0.0 # Bare minimum MAAS dependencies for API documentation generation -django==6.0.4 +django==5.2.9 git+https://git.launchpad.net/django-piston3 aiofiles==25.1.0 aiohttp==3.13.5 @@ -49,7 +49,7 @@ petname==2.9 pexpect==4.9.0 prometheus_client==0.24.1 psycopg2-binary==2.9.11 -pydantic==2.13.2 +pydantic==2.12.5 pylxd==2.4.1 pymongo==4.16.0 pyOpenSSL==26.0.0