We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672f954 commit ff7eb24Copy full SHA for ff7eb24
exmaples/fastapi_example/pyproject.toml
@@ -4,8 +4,7 @@ version = "0.1.0"
4
description = "fastapi-example"
5
requires-python = ">=3.9"
6
dependencies = [
7
- "context-async-sqlalchemy",
8
- "sqlalchemy>=2.0",
+ "context-async-sqlalchemy>=1.0.1",
9
]
10
11
[dependency-groups]
@@ -14,15 +13,8 @@ dev = [
14
13
"fastapi>=0.121.1",
15
"greenlet>=3.2.4",
16
"httpx>=0.28.1",
17
- "mypy>=1.18.2",
18
"psycopg2-binary>=2.9.11",
19
"pydantic>=2.12.4",
20
"pytest>=8.4.2",
21
"pytest-asyncio>=1.2.0",
22
- "pytest-cov>=7.0.0",
23
- "ruff>=0.14.4",
24
- "wemake-python-styleguide>=0.19.2",
25
26
-
27
-[tool.uv.sources]
28
-context-async-sqlalchemy = { path = "../../dist/context_async_sqlalchemy-0.1.0-py3-none-any.whl" }
0 commit comments