Skip to content
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

Handle Callable-like types in get_request_model (eg streaming_callback) #41

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

Conversation

mpangrazzi
Copy link
Contributor

@mpangrazzi mpangrazzi commented Nov 15, 2024

This should add to handle_unsupported_types the Callable type support (which will be converted to dict, since it's not serializable by default by Pydantic).

Probably not the neatest way, but should make deployment and docs work (ref #38 and #40)

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

Successfully merging this pull request may close these issues.

1 participant