Alex Rattray

Results 414 comments of Alex Rattray

Thank you for the report @gabrielfu, we'll look into this soon!

@kristapratico do you still plan to take a crack at this as outlined in https://github.com/openai/openai-python/issues/1397#issuecomment-2108683568 ?

Personally I had better luck using the [install-types](https://github.com/ClearTax/install-types/) package to add `@types` packages for everything listed in my `package.json`, eg `npx install-types` or automated with `"postinstall": "install-types"`. (You have to...

For that matter, a homebrew tap would also be great.

Excited to see this land in 2.10! As you can see in the linked issues, this has been causing problems for folks using the [popular](https://www.pepy.tech/projects/openai?versions=1.*) openai and anthropic libraries. Is...

Note this is a gentle deprecation, but you may want a more dramatic one that removes the rest of the README. Up to you!

@charles-dyfis-net to clarify, are the builds _on PyPI_ missing the `README.md` or are builds run with your scripts failing to include it? Can you provide repro steps for the former...

> Attempting to instantiate a `pydantic.TypeAdapter(anthropic.types.MessageParam)` Can you share more about your use-case? What are you trying to do? cc @RobertCraigie

@charles-dyfis-net can you share a full example of the code you'd like to be able to write, and what you have to do today?

Have you looked at our `.to_json()` helpers? Do they help at all?