File tree Expand file tree Collapse file tree 2 files changed +861
-536
lines changed Expand file tree Collapse file tree 2 files changed +861
-536
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ requires-python = ">=3.12"
15
15
dependencies = [
16
16
" async-lru>=2.0.5" ,
17
17
" asyncpg>=0.30.0" ,
18
+ " asyncpg-recorder>=2025.8.28" ,
18
19
" fastapi>=0.115.12" ,
19
20
" geojson>=3.2.0" ,
20
21
" geojson-pydantic>=2.0.0" ,
@@ -37,6 +38,7 @@ Repository = "https://github.com/GIScience/ohsome-quality-api"
37
38
38
39
[dependency-groups ]
39
40
dev = [
41
+ " asyncpg-recorder" ,
40
42
" approvaltests>=14.5.0" ,
41
43
" click>=8.2.0" ,
42
44
" fastapi[standard]>=0.115.12" ,
@@ -60,7 +62,8 @@ build-backend = "uv_build"
60
62
module-root = " "
61
63
62
64
[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" }
64
67
65
68
[tool .ruff .lint ]
66
69
select = [
You can’t perform that action at this time.
0 commit comments