Skip to content

Recursively rebuild models in openai.types #967

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tconley1428
Copy link
Contributor

@tconley1428 tconley1428 commented Jul 14, 2025

What was changed

Recursively rebuild models in openai.types

Why?

In some scenarios, encoding would fail because the models had only been partially built on import

Checklist

  1. Closes [Bug] pydantic_core._pydantic_core.PydanticSerializationError: Error serializing to JSON: TypeError: 'MockValSer' object cannot be converted to 'SchemaSerializer' #965

  2. How was this tested:
    New test

  3. Any docs updates needed?

@tconley1428 tconley1428 requested a review from a team as a code owner July 14, 2025 23:23
@@ -15,6 +15,7 @@

from typing import Any, Optional, Type

import pydantic.dataclasses
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this import used?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it was part of validating a lazy version

@@ -1736,3 +1736,22 @@ async def test_workflow_method_tools(client: Client):
execution_timeout=timedelta(seconds=10),
)
await workflow_handle.result()


async def test_response_serialization():
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this test fails until openai/openai-agents-python#1131 (or equivalent) is merged?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So... it does work if we explicitly rebuild all the models, but I'm hoping they will fix their dataclasses so we don't have to do this at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants