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.shUpdated `env.sh` with 34 lines of environment configuration changesuv.lockRemoved `uv.lock` (687 lines) to allow fresh dependency resolutionpyproject.tomlRemoved 10 lines of dependency specifications from `pyproject.toml`
Example Reorganization
3 files changed
complex-typesMoved `examples/tf/complex-types/` (provider.tf and test.tf) to `examples/tf/disabled/complex-typ...complex-typesMoved `examples/tf/complex-types/` (provider.tf and test.tf) to `examples/tf/disabled/complex-typ...dynamic_config_testMoved `examples/tf/dynamic_config_test/` to disabled status
Module Fixes
5 files changed
__main__.pyUpdated `src/pyvider/__main__.py` with a minor import adjustmentdynamic_value.pyFixed `src/pyvider/conversion/dynamic_value.py` with a single-line correctioncomponents.pyUpdated `src/pyvider/hub/components.py` with 12 lines of component registration changesfunction_adapter.pyFixed `tfprotov6/adapters/function_adapter.py` with 23 lines of adapter adjustmentsvalidate_provider_config.pyUpdated `validate_provider_config.py` handler with 4 lines of validation fixes
- Updated
src/pyvider/__main__.pywith a minor import adjustment interface internal1 file
__main__.py
- Fixed
src/pyvider/conversion/dynamic_value.pywith a single-line correction remediate internal1 file
dynamic_value.py
- Updated
src/pyvider/hub/components.pywith 12 lines of component registration changes decouple internal1 file
components.py
- Fixed
tfprotov6/adapters/function_adapter.pywith 23 lines of adapter adjustments remediate internal1 file
function_adapter.py
- Updated
validate_provider_config.pyhandler with 4 lines of validation fixes remediate internal1 file
validate_provider_config.py