Pydantic added for validation.

This commit is contained in:
Landon Wark
2023-07-07 14:27:26 -05:00
parent 0c81c74f70
commit 1c804bfc6a
12 changed files with 497 additions and 141 deletions

View File

@@ -1,5 +1,8 @@
## 202307.01
- Fixed bug where date increment of controls not working for multiple same dates.
- Fixed bug by having lookup of reagents by lot *and* reagenttype instead of just lot.
- Added in pydantic to validate submission info.
- Moved parser to metadata based recognition of submission type.
## 202306.03