Set read-only annotation hints on each tool for security

This commit is contained in:
Fahad
2025-06-26 13:16:00 +04:00
parent 2bed3a0774
commit 0237fb3419
7 changed files with 67 additions and 12 deletions

View File

@@ -14,9 +14,9 @@ import os
# These values are used in server responses and for tracking releases
# IMPORTANT: This is the single source of truth for version and author info
# Semantic versioning: MAJOR.MINOR.PATCH
__version__ = "5.7.0"
__version__ = "5.7.1"
# Last update date in ISO format
__updated__ = "2025-06-23"
__updated__ = "2025-06-26"
# Primary maintainer
__author__ = "Fahad Gilani"