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
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@
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
- correctly handled timeout error for some RPC requests
- handle inactive bundle configs populating cache
......
......@@ -54,7 +54,9 @@ ALL_DATA_SCHEMA = {
},
"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
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment