Skip to content

Commit 4053955

Browse files
committed
Add Union type to imports in auth.py
1 parent 744134e commit 4053955

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)