diff --git a/README.md b/README.md index 1add79a..dc8b7de 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ returns the user's profile information. No personal data is stored. ## PESUAuth LIVE Deployment -[![Production API version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fpesu-auth.onrender.com%2Fopenapi.json&query=%24.info.version&label=production&color=blue&prefix=v&cacheSeconds=600)](https://pesu-auth.onrender.com/) -[![Staging API version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fpesu-auth-dev.onrender.com%2Fopenapi.json&query=%24.info.version&label=staging&color=orange&prefix=v&cacheSeconds=600)](https://pesu-auth-dev.onrender.com/) +[![Production API version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fpesu-auth.onrender.com%2Fopenapi.json&query=%24.info.version&label=production&color=blue&prefix=v&cacheSeconds=120)](https://pesu-auth.onrender.com/) +[![Staging API version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fpesu-auth-dev.onrender.com%2Fopenapi.json&query=%24.info.version&label=staging&color=orange&prefix=v&cacheSeconds=120)](https://pesu-auth-dev.onrender.com/) - You can access the PESUAuth API endpoints [here](https://pesu-auth.onrender.com/). - You can view the health status of the API on the health check pages for diff --git a/pyproject.toml b/pyproject.toml index 0296f02..5f03a31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pesu-auth" -version = "4.6.0" +version = "4.7.0" description = "A simple API to authenticate PESU credentials using PESU Academy." readme = "README.md" requires-python = ">=3.14" diff --git a/uv.lock b/uv.lock index 00403ab..65dc890 100644 --- a/uv.lock +++ b/uv.lock @@ -630,7 +630,7 @@ wheels = [ [[package]] name = "pesu-auth" -version = "4.6.0" +version = "4.7.0" source = { editable = "." } dependencies = [ { name = "fastapi" },