Skip to content
Snippets Groups Projects
Commit 3e438e0e authored by Saket Agrahari's avatar Saket Agrahari
Browse files

[DBOARD3-676]: changelog and tox

parent 006c61a6
Branches
Tags
No related merge requests found
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.113] - 2024-02-06
- adding third party id as part of DBOARD3-676
- pinning lxml
## [0.112] - 2023-11-20 ## [0.112] - 2023-11-20
- correctly handled timeout error for some RPC requests - correctly handled timeout error for some RPC requests
- handle inactive bundle configs populating cache - handle inactive bundle configs populating cache
......
...@@ -54,7 +54,9 @@ ALL_DATA_SCHEMA = { ...@@ -54,7 +54,9 @@ ALL_DATA_SCHEMA = {
}, },
"third_party_id": {"type": "string"} "third_party_id": {"type": "string"}
}, },
"required": ["id", "sid", "status", "name", "service_type", "contacts", "planned_work_contacts"], # noqa E501 "required": ["id", "sid", "status", "name",
"service_type", "contacts",
"planned_work_contacts"], # noqa E501
"additionalProperties": False "additionalProperties": False
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment