Something changed with Pydantic, Pyright, or both, such that the previously working 0.8.13 release does not work as expected and Pydantic is throwing errors at runtime. This relaxes type checking--for the moment--to allow the code to run as it did before.
Fixes #57.
What and why?
See Issue #57; short version, Pydantic is throwing errors, and is preventing use of the package.
How was this tested?
Executing make develop-server to get a locally running boardwalkd server instance for the Boardwalkfile to connect to, then running the ShouldSucceedTestWorkspace in check mode against localhost. No runtime errors were thrown, as expected.
Checklist
[x] Have you updated the VERSION file (if applicable)?
Something changed with Pydantic, Pyright, or both, such that the previously working
0.8.13
release does not work as expected and Pydantic is throwing errors at runtime. This relaxes type checking--for the moment--to allow the code to run as it did before.Fixes #57.
What and why?
See Issue #57; short version, Pydantic is throwing errors, and is preventing use of the package.
How was this tested?
Executing
make develop-server
to get a locally running boardwalkd server instance for the Boardwalkfile to connect to, then running theShouldSucceedTestWorkspace
in check mode againstlocalhost
. No runtime errors were thrown, as expected.Checklist