Skip to content

Commit ff7eb24

Browse files
committed
examplt pyproject fix
1 parent 672f954 commit ff7eb24

File tree

2 files changed

+6
-868
lines changed

2 files changed

+6
-868
lines changed

exmaples/fastapi_example/pyproject.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ version = "0.1.0"
44
description = "fastapi-example"
55
requires-python = ">=3.9"
66
dependencies = [
7-
"context-async-sqlalchemy",
8-
"sqlalchemy>=2.0",
7+
"context-async-sqlalchemy>=1.0.1",
98
]
109

1110
[dependency-groups]
@@ -14,15 +13,8 @@ dev = [
1413
"fastapi>=0.121.1",
1514
"greenlet>=3.2.4",
1615
"httpx>=0.28.1",
17-
"mypy>=1.18.2",
1816
"psycopg2-binary>=2.9.11",
1917
"pydantic>=2.12.4",
2018
"pytest>=8.4.2",
2119
"pytest-asyncio>=1.2.0",
22-
"pytest-cov>=7.0.0",
23-
"ruff>=0.14.4",
24-
"wemake-python-styleguide>=0.19.2",
2520
]
26-
27-
[tool.uv.sources]
28-
context-async-sqlalchemy = { path = "../../dist/context_async_sqlalchemy-0.1.0-py3-none-any.whl" }

0 commit comments

Comments
 (0)