Manos Stoumpos

Results 3 issues of Manos Stoumpos

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description I have a model for which I've enabled strictness via `ConfigDict(strict=True)`. I also have an `Enum`...

bug V2

**Describe the bug** I am trying to create a table within a SqlServer container during start up. I am running the necessary command via the `exec` method, but said method...