changes in pyprojects

fixed python version

fixed linter errors in Cython path_matcher
This commit is contained in:
Илья Глазунов
2026-01-30 23:11:42 +03:00
parent c04ab283a6
commit fe541778f1
2 changed files with 33 additions and 33 deletions
+2 -2
View File
@@ -3,11 +3,11 @@ name = "pyserve"
version = "0.9.10"
description = "Python Application Orchestrator & HTTP Server - unified gateway for multiple Python web apps"
authors = [
{name = "Илья Глазунов",email = "i.glazunov@sapiens.solutions"}
{name = "Илья Глазунов",email = "lead@pyserve.org"}
]
license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.12, <=3.13.7"
dependencies = [
"starlette (>=0.47.3,<0.48.0)",
"uvicorn[standard] (>=0.35.0,<0.36.0)",