Samuel Colvin
Samuel Colvin
* [x] `IsFalseLike` #23 * [x] `IsTrueLike` #25 * [x] `IsPartialDict` #5 * [x] `IsFullDict(order_matters=False)` #5 * [x] `IsIterable(*items, start=None, finish=None, order_matters=True, len=None)` #7 * [x] `IsList(*items, skip=DontSkip, order_matters=True, len=None)`...
Approach: * new method on some types, e.g. `__inequality_details__(op)` should return a list of strings * add a utility function to check for `__inequality_details__` and call it if required, *...
at least for my pyenv installs on ubuntu.
Display it as XML, something like [this](https://stackoverflow.com/a/28814053/949890).
Systems commonly used markdown for convenience when defining templates for emails or user messages, however markdown is often seen as benign and not properly escaped. I propose you add a...
Hi, this question is quite selfish, I'd like to use this repo among others for smoke testing new pydantic releases, see https://github.com/pydantic/pydantic/discussions/4359. According to [this](https://sourcegraph.com/notebooks/Tm90ZWJvb2s6MTU1MQ==#by-repo-d7df30cd-e39d-4deb-9fb6-9eaeef4bf511) this repo has lots of...
Update: docker check is not required, see discussion below and default to polling automatically. See: * #134 * #169 * https://github.com/encode/uvicorn/pull/1647 [Looks like](https://www.scivision.dev/python-detect-wsl/) it shouldn't be too hard to detect...
I think watchfiles is pretty stable and we should release version 1. Unless anyone has any problems with that, or urgent bugs to fix/features to add; I'll release v1.0.0b1 in...
We need a new release which should fix (beyond what's already merged) the following: * [ ] #4493 (fixes #4487) * [ ] #4509 * [ ] #4498 * [...
See https://github.com/pydantic/pydantic/pull/4482#issuecomment-1253289404 From @pepastach > We recently bumped Pydantic from 1.10.1 to 1.10.2 and our tests started failing. After some lengthy investigation I found this change to be the root...