Merge branch 'v1.1.x'

This commit is contained in:
David Soria Parra
2024-12-09 14:26:46 +00:00
8 changed files with 154 additions and 952 deletions

View File

@@ -26,11 +26,11 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = [
"anyio>=4.6",
"anyio>=4.5",
"httpx>=0.27",
"httpx-sse>=0.4",
"pydantic>=2.8.0",
"starlette>=0.39",
"pydantic>=2.7.2",
"starlette>=0.27",
"sse-starlette>=2.0",
]
@@ -59,6 +59,7 @@ target-version = "py310"
"__init__.py" = ["F401"]
[tool.uv]
resolution = "lowest-direct"
dev-dependencies = [
"pyright>=1.1.378",
"pytest>=8.3.3",