This commit is contained in:
🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) 2026-05-27 22:08:28 -05:00 committed by GitHub
commit c9c47dc4f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -337,6 +337,8 @@ class _ComputedReqKindsMixin:
) -> t.Self:
req_name = collection_req.get('name', None)
req_version = collection_req.get('version', '*')
if req_version is not None:
req_version = str(req_version)
req_type = collection_req.get('type')
# TODO: decide how to deprecate the old src API behavior
req_source = collection_req.get('source', None)