Conversation
Source commit: 4afb2fb19d4cd80304d155848366f3e3b5075f79 Source ref: refs/heads/master Co-Authored-By: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Code Review SummaryThis auto-generated PR syncs 455 model files from atlanhq/models. After analysis: Issues Requiring Attention1. Test Failures (2)
These should be investigated before merging. 2. requirements.txt Cleared 3. Type Annotation Change Security ReviewNo security concerns - model code only, no API keys/secrets, TLS config, or URL validation changes. Key Changes
Review by Claude Code |
| policies: Union[list[AuthPolicy], None, UnsetType] = UNSET | ||
| """TBC""" | ||
|
|
||
| deny_asset_filters: Union[List[str], None, UnsetType] = UNSET |
There was a problem hiding this comment.
Note: Type annotations for collection fields have changed from Set[str] to List[str] throughout the models. This is a potential breaking change if consumers rely on set semantics (automatic deduplication, O(1) membership testing).
Summary
This PR syncs the generated Python SDK models from the atlanhq/models repository.
masterbranchChanges
Auto-generated Python model files from Pkl type definitions.
Test Plan
🤖 This PR was automatically created by the sync-python-sdk workflow.