# Copyright 2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling PYTHON_COMPAT=( python3_{11,12,13,14} ) inherit distutils-r1 pypi DESCRIPTION="Model Context Protocol SDK." HOMEPAGE="https://github.com/modelcontextprotocol/python-sdk" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" RDEPEND=">=dev-python/anyio-4.5[${PYTHON_USEDEP}] >=dev-python/httpx-sse-0.4[${PYTHON_USEDEP}] >=dev-python/httpx-0.27.1[${PYTHON_USEDEP}] >=dev-python/jsonschema-4.20.0[${PYTHON_USEDEP}] >=dev-python/pydantic-settings-2.5.2[${PYTHON_USEDEP}] >=dev-python/pydantic-2.11.0[${PYTHON_USEDEP}] =dev-python/pyjwt-2.10.1[${PYTHON_USEDEP}] >=dev-python/python-multipart-0.0.9[${PYTHON_USEDEP}] >=dev-python/sse-starlette-1.6.1[${PYTHON_USEDEP}] >=dev-python/starlette-0.27[${PYTHON_USEDEP}] >=dev-python/typing-extensions-4.9.0[${PYTHON_USEDEP}] >=dev-python/typing-inspection-0.4.1[${PYTHON_USEDEP}] >=dev-python/uvicorn-0.31.1[${PYTHON_USEDEP}]"