pyvider 2025-05-20
Cleaned up environment configuration, removed the uv.lock file, moved example test configs to...
11 files · 36+ · 739-

Environment and Build Cleanup

3 files changed
  • env.sh Updated `env.sh` with 34 lines of environment configuration changes
  • uv.lock Removed `uv.lock` (687 lines) to allow fresh dependency resolution
  • pyproject.toml Removed 10 lines of dependency specifications from `pyproject.toml`
  • Updated env.sh with 34 lines of environment configuration changes baseline internal
    1 file
    • env.sh
  • Removed uv.lock (687 lines) to allow fresh dependency resolution baseline internal
    1 file
    • uv.lock
  • Removed 10 lines of dependency specifications from pyproject.toml baseline internal
    1 file
    • pyproject.toml

Example Reorganization

3 files changed
  • complex-types Moved `examples/tf/complex-types/` (provider.tf and test.tf) to `examples/tf/disabled/complex-typ...
  • complex-types Moved `examples/tf/complex-types/` (provider.tf and test.tf) to `examples/tf/disabled/complex-typ...
  • dynamic_config_test Moved `examples/tf/dynamic_config_test/` to disabled status
  • Moved examples/tf/complex-types/ (provider.tf and test.tf) to examples/tf/disabled/complex-types/ qualify internal
    2 files
    • complex-types
    • complex-types
  • Moved examples/tf/dynamic_config_test/ to disabled status decouple internal
    1 file
    • dynamic_config_test

Module Fixes

5 files changed
  • __main__.py Updated `src/pyvider/__main__.py` with a minor import adjustment
  • dynamic_value.py Fixed `src/pyvider/conversion/dynamic_value.py` with a single-line correction
  • components.py Updated `src/pyvider/hub/components.py` with 12 lines of component registration changes
  • function_adapter.py Fixed `tfprotov6/adapters/function_adapter.py` with 23 lines of adapter adjustments
  • validate_provider_config.py Updated `validate_provider_config.py` handler with 4 lines of validation fixes
  • Updated src/pyvider/__main__.py with a minor import adjustment interface internal
    1 file
    • __main__.py
  • Fixed src/pyvider/conversion/dynamic_value.py with a single-line correction remediate internal
    1 file
    • dynamic_value.py
  • Updated src/pyvider/hub/components.py with 12 lines of component registration changes decouple internal
    1 file
    • components.py
  • Fixed tfprotov6/adapters/function_adapter.py with 23 lines of adapter adjustments remediate internal
    1 file
    • function_adapter.py
  • Updated validate_provider_config.py handler with 4 lines of validation fixes remediate internal
    1 file
    • validate_provider_config.py