==> /home/task_DEaGOylxT1C4a_0/croot/anaconda-env-log_1784222253324/_build_env/bin/git log -n1 <==
commit 7ba024e53818098d6db64661e662f5d9a74e4e6b
Author: Jose Mesa <102056573+jmesa89@users.noreply.github.com>
Date:   Mon May 18 23:23:47 2026 -0500

    fix(env-log): correct anaconda-auth pin + conda 26.x action type (#729)
    
    * fix(env-log): correct anaconda-auth version pin (drop stray 'v')
    
    The dependency was `anaconda-auth >=v0.14.0`. The leading `v` is invalid in
    a version spec: conda parses a leading-letter component as sorting below a
    numeric one, so `>=v0.14.0` imposes effectively no lower bound. The conda
    recipe copies dependencies verbatim into the package `run:` requirements, so
    released `anaconda-env-log` packages let conda downgrade `anaconda-auth`
    below 0.14.0.
    
    Use a valid spec, `anaconda-auth >=0.14.0`, restoring the intended floor
    (0.14.0 is where the env-log install prompt was introduced).
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    
    * fix(env-log): widen main() arguments type to variable-length tuple
    
    The newer conda release tightened `CondaSubcommand.action` to
    `Callable[[tuple[str, ...]], int | None]`. `cli.main.main` was annotated
    `Union[Namespace, Tuple[str]]` — a *one-element* tuple — which fails the
    contravariance check (a variable-length argv tuple is not a one-element
    tuple). conda passes the raw argv, and `parser.parse_args` already expects
    a variable-length sequence, so this is an annotation-only fix.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
==> /home/task_DEaGOylxT1C4a_0/croot/anaconda-env-log_1784222253324/_build_env/bin/git describe --tags --dirty <==
anaconda-env-log-v0.4.1
==> /home/task_DEaGOylxT1C4a_0/croot/anaconda-env-log_1784222253324/_build_env/bin/git status <==
HEAD detached at anaconda-env-log-v0.4.1
Untracked files:
  (use "git add <file>..." to include in what will be committed)
	build_env_setup.sh
	conda_build.sh
	metadata_conda_debug.yaml

nothing added to commit but untracked files present (use "git add" to track)
