Setu Shah

Results 45 comments of Setu Shah

@tiangolo : If possible for you, would be great to incorporate PR https://github.com/tiangolo/poetry-version-plugin/pull/20. I'd love to use this plugin but because I use the `src` structure, the current release version...

Interestingly, I just hit this when trying to load a collection from a locally running Swagger (FastAPI) server but for a remote instance it loads fine. I'm using the desktop...

@rattrayalex : +1 on this request... Would you be open to a contribution to pass along `event_hooks` from the `OpenAI` client initialization to the constructor for the client? We're really...

I really like the idea of having a `DefaultHttpxClient` that users can use without needing to redo setting the default properties, with other configurable options that are currently available on...

Great to hear that there's potential for both of those approaches to be supported natively. Thanks for adding this to the roadmap and proactively engaging here!

@lmcinnes : Also hitting the same issue with `numpy.float64` as @argonaut76. If possible for you, would love a v0.8.33 release soon instead of later in the week!

Was just digging through the client code and see there's a new `DefaultAsyncHttpxClient` (introduced in https://github.com/openai/openai-python/pull/1302), which would allow us to do exactly what we need. I think this issue...

I'll have a PR for this in the next couple of days.

I'm seeing the same issue on my OpenAPI v3.1.0 spec that was created with FastAPI.

I was running into the same issue. Turns out, I was attempting to delete a record that didn't exist anyway, i.e. the result of: ```python stmt = select(PeriodicTask).where(PeriodicTask.name == task_name)...