Raphael Gaschignard

Results 35 issues of Raphael Gaschignard

### Initial Checks - [x] I confirm that I'm using Pydantic V2 ### Description (Related: #9982, except my models aren't complicated! they are simple) (Related: #7263, but I care about...

topic-performance
bug V2
pending

A more conservative version of #177. Basically `Timestamp` goes far beyond what unix timestamps allow (notably `Float::MAX` stuff). So just assume overflowing values are `MAX_TIMESTAMP` and underflowing values are `MIN_TIMESTAMP`....

Here is a sketch of the changes required to get Python 3.12 working. This is cherrypicked off of a set of many more changes, so I'm unsure if this is...

### Is there an existing proposal for this? - [x] I have searched the existing proposals ### Is your feature request related to a problem? If I put something like:...

enhancement

I am trying to debug an issue I'm seeing [in OTel's Django Instrumentation Library](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/f3d039466ed81c0c98ff9e5fc3a72132f02714d8/instrumentation/opentelemetry-instrumentation-django/src/opentelemetry/instrumentation/django/middleware/otel_middleware.py), and wanted to get clarity on whether the following sort of usage of `ContextVar` is expected...