Conversation
Source commit: e69a2162086db388deca7e0e524506ad6a254935 Source ref: refs/heads/master Co-Authored-By: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
| @@ -1,274 +0,0 @@ | |||
| # This file was autogenerated by uv via the following command: | |||
There was a problem hiding this comment.
Critical: This file is being entirely deleted (274 lines removed). The requirements.txt was a uv-generated lock file used for reproducible installs.
This deletion appears unintentional for a model sync PR. Please verify whether this was intentional or if the sync workflow accidentally emptied this file.
If intentional, add a note to the PR description explaining why.
|
|
||
| from __future__ import annotations | ||
|
|
||
| from typing import Dict, List, Set, Union |
There was a problem hiding this comment.
Linting Error (F401): Dict, List, and Set are imported but unused. This causes CI to fail.
This needs to be fixed in the upstream code generator (atlanhq/models PythonMsgspecRenderer.pkl).
|
|
||
| from typing import Dict, List, Set, Union | ||
|
|
||
| import msgspec |
There was a problem hiding this comment.
Linting Error (F401): The msgspec module is imported but unused. Only specific members (UNSET, UnsetType) should be imported from it.
|
|
||
| from __future__ import annotations | ||
|
|
||
| from typing import Dict, List, Set, Union |
There was a problem hiding this comment.
Linting Error (F401): All imports from typing (Dict, List, Set, Union) are unused in this file.
The code generator is emitting a standard import block even when types aren't needed.
|
|
||
| from typing import Dict, List, Set, Union | ||
|
|
||
| import msgspec |
There was a problem hiding this comment.
Linting Error (F401): Both msgspec (line 16) and UNSET, UnsetType (line 17) are imported but unused.
The *_related.py files that have no custom attributes don't need these imports.
Code Review SummaryOverviewAuto-generated model sync from atlanhq/models@e69a216 introducing new Agentic, Artifact, Context, and Skill asset types.
CI Status: ❌ Failing
Issues Found🔴 Critical: Linting Failures (Blocks Merge)The code generator produces unused imports in
Fix: Update 🔴 Critical: Unintended
|
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.