fix mcp_filter demo: add missing List import, fix README typo

Made-with: Cursor
This commit is contained in:
Adil Hafeez 2026-03-18 13:37:48 -07:00
parent 014c4578a5
commit 15c6ce7d64
19 changed files with 974 additions and 2325 deletions

View file

@ -4,7 +4,7 @@ version = "0.1.0"
description = ""
authors = [{name = "Adil Hafeez", email = "info@katanemo.com"}]
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.12,<3.14"
dependencies = [
"opentelemetry-instrumentation-fastapi>=0.49b0",
"fastapi>=0.115.4",