Skip to content

Commit f751fd7

Browse files
authored
Add Union type to imports in auth.py
1 parent 1a4f1b3 commit f751fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/shared/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Any, Literal
1+
from typing import Any, Literal, Union
22

33
from pydantic import AnyHttpUrl, AnyUrl, BaseModel, Field, field_validator
44

0 commit comments

Comments
 (0)