Commit d129b65
committed
feat(service): add conda channel retrieval to PackageService
Add get_python_dependency_channel() method to PackageService to
expose conda channel information through the service layer.
This method delegates to the version-specific accessor, enabling
clients to retrieve channel information for conda packages in
v1.2.2 schema while maintaining backward compatibility with
earlier versions that return None.1 parent bf73160 commit d129b65
1 file changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
0 commit comments