Rushabh Doshi
Rushabh Doshi
Hello! We are seeing with with `ddtrace = 2.9.2` and `python = 3.12.4` as well.
Yep, let me try and pry it loose from our code and create a standalone repro.
That's easier. I manually elided some file paths to non-library code. ``` Traceback (most recent call last): File "/opt/homebrew/Cellar/[email protected]/3.11.8/Frameworks/Python.framework/Versions/3.11/lib/python3.11/wsgiref/handlers.py", line 138, in run self.finish_response() File "/Users/.../Library/Caches/pypoetry/virtualenvs/backend--rBupBVn-py3.11/lib/python3.11/site-packages/django/core/servers/basehttp.py", line 173, in finish_response...
Ooh quite possible. We're on pydantic `2.6.4` We did fix this by `PYDANTIC_DEFER_BUILD` - this is what led to having confidence about where the bug was. Our claim is that...
Thanks for listening. Selfishly, we are fine with whatever y’all choose to do here including closing as “working as intended”, since we got around this already. On Wed, Apr 10,...
> Hey, for future reference, there's a typo in the issue title and comments. The correct workaround is to set the `DEFER_PYDANTIC_BUILD` environment variable to `0`, not `PYDANTIC_DEFER_BUILD`. Oops. Thanks...
@phoenixy1 amazing! Thank you.
We're in the same boat fwiw. On OpenAI, it would be nice to pass in some parameters like `seed` which are important for our use case. Thank you!
Any updates here? We're in the same situation.
+1 to include a pool option.