Skip to content

Fix verbose to avoid pydantic error #224

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 1 commit into
base: main
Choose a base branch
from
Open

Conversation

kjenney
Copy link

@kjenney kjenney commented Feb 5, 2025

When running the script I was getting an error:

pydantic_core._pydantic_core.ValidationError: 1 validation error for Crew
verbose
Input should be a valid boolean, unable to interpret input [type=bool_parsing, input_value=2, input_type=int]

Updated and verified that using a boolean resolves the error.

Copy link

@seaniannuzzi-blend360 seaniannuzzi-blend360 left a comment

Choose a reason for hiding this comment

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

Approved. The update simplifies the verbose parameter by replacing the numeric level with a boolean, improving clarity and maintaining consistency with expected behavior. Nice work!

Copy link

This PR is stale because it has been open for 45 days with no activity.

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

Successfully merging this pull request may close these issues.

2 participants