Skip to content

Commit 9f977b9

Browse files
build: add asyncpg-recorder as dev dependency
1 parent 50e3cfd commit 9f977b9

File tree

2 files changed

+861
-536
lines changed

2 files changed

+861
-536
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ requires-python = ">=3.12"
1515
dependencies = [
1616
"async-lru>=2.0.5",
1717
"asyncpg>=0.30.0",
18+
"asyncpg-recorder>=2025.8.28",
1819
"fastapi>=0.115.12",
1920
"geojson>=3.2.0",
2021
"geojson-pydantic>=2.0.0",
@@ -37,6 +38,7 @@ Repository = "https://github.com/GIScience/ohsome-quality-api"
3738

3839
[dependency-groups]
3940
dev = [
41+
"asyncpg-recorder",
4042
"approvaltests>=14.5.0",
4143
"click>=8.2.0",
4244
"fastapi[standard]>=0.115.12",
@@ -60,7 +62,8 @@ build-backend = "uv_build"
6062
module-root = ""
6163

6264
[tool.uv.sources]
63-
ohsome-filter-to-sql = { git = "https://gitlab.heigit.org/giscience/big-data/ohsome/libs/ohsome-filter-to-sql" }
65+
asyncpg-recorder = { git = "https://github.com/GIScience/asyncpg-recorder.git" }
66+
ohsome-filter-to-sql = { git = "https://github.com/GIScience/ohsome-filter-to-sql.git" }
6467

6568
[tool.ruff.lint]
6669
select = [

0 commit comments

Comments
 (0)