Authorization Feature

This commit is contained in:
2026-08-06 10:53:55 -03:00
parent 3fd468fb92
commit 8bb04cf1d3
124 changed files with 10144 additions and 1 deletions

View File

@@ -23,7 +23,8 @@ dependencies = [
"aiohttp>=3.9.0",
"motor>=3.6.0",
"google-cloud-pubsub>=2.28.0",
"mcp>=1.9.0"
"mcp>=1.9.0",
"PyJWT[crypto]>=2.9.0"
]
[tool.setuptools.packages.find]