refactor(deps): Improve PyPI dependency resolution and add custom resolver support

This commit is contained in:
Sahilb315
2025-05-27 22:19:48 +05:30
parent 216657afef
commit dd6c4f1213
4 changed files with 355 additions and 43 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ func (r *npmDependencyResolver) ResolveDependencies(ctx context.Context,
MaxConcurrency: r.config.MaxConcurrency,
}, func(packageName, version string) string {
return npmCleanVersion(version)
})
}, nil)
return resolver.resolveDependencies(ctx, packageVersion)
}