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

updating dependencies #742

Merged
merged 7 commits into from
Feb 23, 2025
Merged

updating dependencies #742

merged 7 commits into from
Feb 23, 2025

Conversation

lkuligin
Copy link
Collaborator

@lkuligin lkuligin commented Feb 21, 2025

schema = tool.args_schema.model_json_schema()
elif issubclass(tool.args_schema, BaseModelV1):
schema = tool.args_schema.schema()
if issubclass(tool.args_schema, BaseModel): # type: ignore[arg-type]
Copy link
Contributor

Choose a reason for hiding this comment

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

You should be able to remove type ignores if you merge in changes from #743.

Copy link
Collaborator

@alx13 alx13 left a comment

Choose a reason for hiding this comment

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

LGTM

@lkuligin lkuligin merged commit fa3a45b into main Feb 23, 2025
15 checks passed
@lkuligin lkuligin deleted the deps_upgrade branch February 23, 2025 14:29
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.

3 participants