pyvider-hcl 2025-08-11
Unpinned sibling packages and removed lock file
5 files · 192+ · 703-

Unpinned sibling package dependencies

1 file changed
  • pyproject.toml Removed version pins from pyvider-cty and pyvider-telemetry dependencies
  • Changed pyvider-cty>=0.0.11 to just pyvider-cty (no version pin) baseline internal
    1 file
    • pyproject.toml
  • Changed pyvider-telemetry>=0.0.13 to just pyvider-telemetry (no version pin) baseline behavioral
    1 file
    • pyproject.toml
  • This allows using local development versions of sibling packages baseline internal
    1 file
    • pyproject.toml

Removed uv.lock file

1 file changed
  • uv.lock Deleted 659-line lock file to avoid conflicts with local workspace development
  • Deleted the 659-line uv.lock file to avoid conflicts with local workspace development baseline internal
    1 file
    • uv.lock

Added wrkenv.toml workspace configuration

3 files changed
  • wrkenv.toml New workspace environment configuration defining sibling patterns
  • env.ps1 Updated sibling installation logic for new wrkenv patterns
  • env.sh Updated sibling installation logic for new wrkenv patterns
  • New wrkenv.toml configuration file defining workspace sibling patterns baseline internal
    1 file
    • wrkenv.toml
  • Configures automatic sibling resolution for pyvider-* packages, tofusoup, flavor, and wrkenv baseline internal
    3 files
    • wrkenv.toml
    • env.ps1
    • env.sh