File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
([ #213 ] ( https://github.com/stac-utils/stac-fastapi/pull/213 ) )
11
11
* Change example data to use correct ` type ` for the example Joplin collection ([ #314 ] ( https://github.com/stac-utils/stac-fastapi/pull/314 ) )
12
12
* Changed the geometry type in the Item model from Polygon to Geometry.
13
- * Upgrade pgstac backend to use version 0.4.2 ([ #321 ] ( https://github.com/stac-utils/stac-fastapi/pull/321 ) )
13
+ * Upgrade pgstac backend to use version 0.4.3 ([ #321 ] ( https://github.com/stac-utils/stac-fastapi/pull/321 ) )
14
14
15
15
### Removed
16
16
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ services:
70
70
71
71
database :
72
72
container_name : stac-db
73
- image : ghcr.io/stac-utils/pgstac:v0.4.2
73
+ image : ghcr.io/stac-utils/pgstac:v0.4.3
74
74
environment :
75
75
- POSTGRES_USER=username
76
76
- POSTGRES_PASSWORD=password
Original file line number Diff line number Diff line change 25
25
"pytest-asyncio" ,
26
26
"pre-commit" ,
27
27
"requests" ,
28
- "pypgstac==0.4.2 " ,
28
+ "pypgstac==0.4.3 " ,
29
29
"httpx" ,
30
30
"shapely" ,
31
31
],
You can’t perform that action at this time.
0 commit comments