chore: update Python version to 3.10 and bump package version to 0.1.3 in pyproject.toml and server.py; modify GitHub Actions workflow to use hatch for building (#29)

This commit is contained in:
Haris
2025-05-20 09:35:30 +05:00
committed by GitHub
parent a8e4258aaf
commit 7f8c2be2f4
5 changed files with 6 additions and 9 deletions

View File

@ -1,6 +1,5 @@
import asyncio
import typer
from typing import Optional
from .server import run_sse, run_stdio