Adolfo Villalobos

Results 4 issues of Adolfo Villalobos

## Change Summary This PR expands the benchmark suite by adding "schema generation" benchmarks in the following cases: - Models with custom field validators (before, wrap, after, and plain modes)...

awaiting author revision
relnotes-fix

Before submitting - [x] Was this discussed/agreed via a Github issue? (no need for typos and docs improvements) - [ ] Did you read the [contributor guideline](https://github.com/Lightning-AI/pytorch-lightning/blob/main/.github/CONTRIBUTING.md), Pull Request section?...

enhancement

### Question I'm using uv in my workflow to submit a PR, and am having problems with the `psycopg-binary` dependency. ## Error: ```bash error: distribution psycopg-binary==3.2.3 @ registry+https://pypi.org/simple can't be...

Question

This PR addresses #477. From now on, the property `LogfireSpan.tags` returns a tuple, and can be modified using common tuple operations. Trying to use list methods will raise errors from...