Brendan McCollam
Brendan McCollam
Currently, this library ships a `tests` package that in some circumstances can shadow imports for a local `tests` module.
I think I've found a bug with fetch-vcr, where it doesn't correctly handle calling `fetch()` with a pre-made `Request` object as the sole argument. There was a pull request [last...
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Hello, I'm not sure if this is properly a `poetry` bug, or perhaps even a PyPI...
Hello, thanks for making this nice example app. I was wondering if this project is licensed in a way that it can be used and adapted freely elsewhere? If so,...
Replaces `float` or `int` in `lt`/`gt`/`le`/`ge`, `multiple_of`, `min_length`, `max_length` arguments with the appropriate Protocol from `annotated_types`. ## Change Summary Related to #9472 updates the type signatures in `Field()` to be...
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description The type signature for the numeric min/max value constraints on Field() (i.e. `gt`, `lt`, `gte`, `lte`...
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description I've added annotations to allow Pydantic to validate and serialize [a third-party type](https://docs.pydantic.dev/latest/concepts/types/#handling-third-party-types), and that works...
Ran into this when trying to use pyreverse, but I think this might be an astroid bug. It seems like the issue is that `is_stdlib_module()` expects a string module name,...
I don't know if this a vendor-specific issue or not, but [Microsoft includes a `nonce` field](https://www.outsystems.com/forums/discussion/89897/jwt-oauth-token-signature-validation-with-nonce-in-header/#) in the header of their JWT access tokens. Because joserfc strictly validates the keys...
Hello, I'm not sure if this is properly a bug or an enhancement, but something I was caught out by working with `KeySet` ```python from unittest.mock import MagicMock from joserfc.jwk...