Skip to content

Commit ad1ea3e

Browse files
authored
Update pyproject.toml files to have consistent uvicorn version strings (#3289)
Signed-off-by: Stephen Curran <swcurran@gmail.com>
1 parent bd944fd commit ad1ea3e

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

oid4vc/auth_server/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oid4vc/auth_server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages = [{ include = "admin" }, { include = "tenant" }, { include = "core" }]
99
python = "^3.13"
1010
orjson = "^3.11.6"
1111
fastapi = "^0.116"
12-
uvicorn = { extras = ["standard"], version = "^0.35" }
12+
uvicorn = { extras = ["standard"], version = ">=0.35,<0.51" }
1313
authlib = "^1.6"
1414
SQLAlchemy = { version = "^2.0", extras = ["asyncio"] }
1515
asyncpg = "^0.30"

redis_events/integration/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redis_events/integration/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ aiohttp = "^3.13.3"
1414
fastapi-slim = "^0.128.0"
1515
nest-asyncio = "^1.5.5"
1616
redis = "^5.1.1"
17-
uvicorn = ">=0.38,<0.51"
17+
uvicorn = ">=0.35,<0.51"
1818
pydantic = "2.12.5"
1919

2020
[tool.poetry.group.dev.dependencies]

redis_events/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redis_events/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ acapy-agent = { version = "~1.6.0", optional = true }
1313
aiohttp = "^3.13.3"
1414
fastapi-slim = "^0.128.0"
1515
redis = "^5.2.1"
16-
uvicorn = "^0.50.2"
16+
uvicorn = ">=0.35,<0.51"
1717
pydantic = "^2.12.5"
1818

1919
[tool.poetry.extras]

0 commit comments

Comments
 (0)