Describe the bug
In the anthropic client file you import the BetaTextBlock from deprecated files (from anthropic.types.beta.structured_outputs.beta_text_block import BetaTextBlock
from anthropic.types.beta.structured_outputs.beta_tool_use_block import BetaToolUseBlock)
But it should be anthropic.types.beta.beta_text_block only. The structured_outputs has been deprecated.
Please look at the anthropic sdk release
Steps to reproduce
No response
Model Used
No response
Expected Behavior
No response
Screenshots and logs
No response
Additional Information
No response