Skip to content

Commit

Permalink
feat: prepare for 'inject'
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvandernoord committed Mar 11, 2024
1 parent 5c9ff13 commit bd07b9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/uvx/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import plumbum # type: ignore
import threadful
from packaging.requirements import InvalidRequirement, Requirement
from result import Err, Ok, is_err
from result import Ok

from ._maybe import Empty, Maybe
from ._symlinks import check_symlinks
Expand All @@ -34,6 +34,7 @@ class Metadata(msgspec.Struct, array_like=True):
installed_version: str
python: str = ""
python_raw: str = ""
injected: Optional[list[str]] = None

@typing.overload
def _convert_type(self, value: set[V]) -> list[V]: # type: ignore
Expand Down

0 comments on commit bd07b9a

Please sign in to comment.