From 323ba160a0c8548edd70832c74301654fe2cdaf6 Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Wed, 21 May 2025 17:22:52 -0700 Subject: [PATCH 1/2] chore: fix pypi version badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c1190b..c5ecc3f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![GitHub branch check runs](https://img.shields.io/github/check-runs/mcp-auth/python/master)](https://github.com/mcp-auth/python/actions?query=branch%3Amaster) [![codecov](https://codecov.io/gh/mcp-auth/python/graph/badge.svg?token=JXZ4C50SCV)](https://codecov.io/gh/mcp-auth/python) [![Stable Version](https://img.shields.io/pypi/v/mcpauth?label=stable)][PyPI Releases] -[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mcpauth)][PyPI] +[![PyPI - Python Version](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fmcp-auth%2Fpython%2Fmaster%2Fpyproject.toml)][PyPI] [![PyPI - License](https://img.shields.io/pypi/l/mcpauth)](https://github.com/mcp-auth/python/blob/master/LICENSE) [Website]: https://mcp-auth.dev/ From 964aa2f4401480f78d05f5b1a8bd00c604accc28 Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Wed, 21 May 2025 17:24:38 -0700 Subject: [PATCH 2/2] refactor: apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5ecc3f..4435866 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![GitHub branch check runs](https://img.shields.io/github/check-runs/mcp-auth/python/master)](https://github.com/mcp-auth/python/actions?query=branch%3Amaster) [![codecov](https://codecov.io/gh/mcp-auth/python/graph/badge.svg?token=JXZ4C50SCV)](https://codecov.io/gh/mcp-auth/python) [![Stable Version](https://img.shields.io/pypi/v/mcpauth?label=stable)][PyPI Releases] -[![PyPI - Python Version](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fmcp-auth%2Fpython%2Fmaster%2Fpyproject.toml)][PyPI] +[![Required Python Version](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fmcp-auth%2Fpython%2Fmaster%2Fpyproject.toml)][PyPI] [![PyPI - License](https://img.shields.io/pypi/l/mcpauth)](https://github.com/mcp-auth/python/blob/master/LICENSE) [Website]: https://mcp-auth.dev/