diff --git a/Dockerfile b/Dockerfile index f6c22de..87db469 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.15.0b4-slim +FROM python:3.15.0rc1-slim # Default UID and GID (can be overridden) ARG USER_UID=1000 diff --git a/README.md b/README.md index cc8f3be..9e5222d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Python 3.11](https://img.shields.io/badge/python-3.14-blue.svg)](https://www.python.org/downloads/) ### Disclaimers: -#### AI is responsible for over half of the coding. Also keep in mind that this software is mostly developed for personal use by myself and thus might not receive all feature requests desired. +#### Even though guided and checked, AI is responsible for over half of the coding. Also keep in mind that this software is mostly developed for personal use by myself and thus might not receive all feature requests desired. ################################################### A Dockerized secure web application for managing email forwarders through the DirectAdmin API. Features a clean web interface with authentication, 2FA support, user management options. diff --git a/requirements.txt b/requirements.txt index 2a33842..f7d7ffc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ pyotp==2.10.0 qrcode==8.2 requests==2.34.2 pillow==12.3.0 -cryptography==49.0.0 +cryptography==50.0.0