Change lower bounds and update locks

This commit is contained in:
David Soria Parra
2024-12-09 14:21:34 +00:00
parent ed03a426c7
commit 28ed9cba5a
7 changed files with 148 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",
]