Skip to content

Commit

Permalink
Revert "revert version updates"
Browse files Browse the repository at this point in the history
This reverts commit 0d675e2.
  • Loading branch information
emileten committed Mar 8, 2024
1 parent 0d675e2 commit 5da4b5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/database/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Construct } from "constructs";
import { CustomLambdaFunctionProps } from "../utils";

const instanceSizes: Record<string, number> = require("./instance-memory.json");
const DEFAULT_PGSTAC_VERSION = "0.7.10";
const DEFAULT_PGSTAC_VERSION = "0.8.4";

let defaultPgSTACCustomOptions :{ [key: string]: any } = {
"context": "FALSE",
Expand Down
2 changes: 1 addition & 1 deletion lib/ingestor-api/runtime/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orjson>=3.6.8
psycopg[binary,pool]>=3.0.15
pydantic_ssm_settings>=0.2.0
pydantic>=1.9.0
pypgstac==0.7.1
pypgstac==0.8.4
requests>=2.27.1
# Waiting for https://github.com/stac-utils/stac-pydantic/pull/116
stac-pydantic @ git+https://github.com/alukach/stac-pydantic.git@patch-1
2 changes: 1 addition & 1 deletion lib/tipg-api/runtime/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tipg==0.3.1
tipg==0.6.3
2 changes: 1 addition & 1 deletion lib/titiler-pgstac-api/runtime/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
titiler.pgstac==0.5.1
titiler.pgstac==1.2.2
psycopg[binary, pool]

0 comments on commit 5da4b5f

Please sign in to comment.