What's Changed
- Check for integer ranges in input validation for participante, plano_trabalho and plano_entregas by @augusto-herrmann in #157
- Simplify data validation domains using Enum instead of functions by @augusto-herrmann in #159
- Solve pydantic's warnings about deprecated methods .json and .dict by @augusto-herrmann in #160
- Solve SQL Alchemy's warnings about absence of PlanoTrabalho in session by @augusto-herrmann in #161
- Add tests and documentation for the
date
anddatetime
formats accepted fordata_assinatura_tcr
ofparticipante
by @augusto-herrmann in #162 - Update allowed values for
modalidade_execucao
in the docs by @augusto-herrmann in #163 - Update examples of API usage in the documentation by @augusto-herrmann in #164
Full Changelog: 3.2.3...3.2.4