Skip to content

Commit

Permalink
back to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emileten committed Mar 8, 2024
1 parent 5da4b5f commit 4425253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.8.4";
const DEFAULT_PGSTAC_VERSION = "0.7.1";

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.8.4
pypgstac==0.7.1
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

0 comments on commit 4425253

Please sign in to comment.