diff --git a/docs/tutorial/code/django/requirements.txt b/docs/tutorial/code/django/requirements.txt index fb22bd75c..324909037 100644 --- a/docs/tutorial/code/django/requirements.txt +++ b/docs/tutorial/code/django/requirements.txt @@ -1,2 +1,2 @@ -Django +Django==5.1.4 psycopg2-binary diff --git a/docs/tutorial/code/fastapi/requirements.txt b/docs/tutorial/code/fastapi/requirements.txt index 472fd3835..6c819ffc1 100644 --- a/docs/tutorial/code/fastapi/requirements.txt +++ b/docs/tutorial/code/fastapi/requirements.txt @@ -1,2 +1,2 @@ -fastapi[standard] +fastapi[standard]==0.136.1 psycopg2-binary diff --git a/docs/tutorial/code/flask/requirements.txt b/docs/tutorial/code/flask/requirements.txt index 630d4b819..edfc6ee99 100644 --- a/docs/tutorial/code/flask/requirements.txt +++ b/docs/tutorial/code/flask/requirements.txt @@ -1,2 +1,2 @@ -Flask +Flask==3.1.3 psycopg2-binary diff --git a/docs/tutorial/kubernetes-charm-django.rst b/docs/tutorial/kubernetes-charm-django.rst index fe3b3ca10..4676574f5 100644 --- a/docs/tutorial/kubernetes-charm-django.rst +++ b/docs/tutorial/kubernetes-charm-django.rst @@ -18,6 +18,8 @@ running with Juju. Let's get started! This tutorial should take 90 minutes for you to complete. +Tested with Django 5.1.4. + If you're new to the charming world, Django apps are specifically supported with a template to quickly generate a **rock** and a matching template to generate a **charm**. diff --git a/docs/tutorial/kubernetes-charm-fastapi.rst b/docs/tutorial/kubernetes-charm-fastapi.rst index 562579c02..bf522406d 100644 --- a/docs/tutorial/kubernetes-charm-fastapi.rst +++ b/docs/tutorial/kubernetes-charm-fastapi.rst @@ -19,6 +19,8 @@ up and running with Juju. Let's get started! This tutorial should take 90 minutes for you to complete. +Tested with FastAPI 0.136.1. + If you're new to the charming world, FastAPI apps are specifically supported with a template to quickly generate a **rock** and a matching template to generate a **charm**. diff --git a/docs/tutorial/kubernetes-charm-flask.rst b/docs/tutorial/kubernetes-charm-flask.rst index d6e85f9f6..28c1e462b 100644 --- a/docs/tutorial/kubernetes-charm-flask.rst +++ b/docs/tutorial/kubernetes-charm-flask.rst @@ -14,6 +14,8 @@ up and running with Juju. Let's get started! This tutorial should take 90 minutes for you to complete. +Tested with Flask 3.1.3. + If you're new to the charming world, Flask apps are specifically supported with a template to quickly generate a **rock** and a matching template to generate a **charm**.