-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
There is an issue with the STAC API apparent from the CloudWatch logs that we need to update our backend to not use json_dumps since that is no longer supported by Pydantic V2
/tmp/pip-target-jsvcgmwi/lib/python/pydantic/_internal/_config.py:373: UserWarning: Valid config keys have changed in V2: |
-- | --
* 'json_dumps' has been removed
Acceptance Criteria
model_config = ConfigDict(json_loads=orjson.loads, json_dumps=orjson_dumps) |
The code in render.py is updated to no longer use deprecated parameters
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working