pyvider
2025-08-31
Migrated to provide-foundation and converted all imports to absolute
209 files · 694+ · 1,244-
Core dependency migrated from pyvider-telemetry to provide-foundation
1 file changed
pyproject.tomlReplaced pyvider-telemetry with provide-foundation dependency
- Replaced pyvider-telemetry>=0.0.16 with provide-foundation in pyproject.toml dependencies
interface
architectural
1 file
pyproject.toml
- Added provide-foundation as editable local source in [tool.uv.sources]
baseline
internal
1 file
pyproject.toml
Converted all relative imports to absolute imports
3 files changed
__init__.pyConverted relative imports to absolutediscovery.pyConverted relative imports to absolutefactory.pyConverted relative imports to absolute
- Converted all relative imports (from .base import …) to absolute imports (from pyvider.capabilities.base import …) across the entire src/pyvider/ tree
decouple
internal
3 files
__init__.pyconfig.pyservice.py
- Affected all modules: capabilities, cli, common, conversion, data_sources, ephemerals, exceptions, functions, hub, protocols, providers, resources, and schema
decouple
internal
3 files
adapters.pybase.pyprovider.py
Configuration and test updates
2 files changed
wrknv.tomlWorkspace environment management configurationuv.lockUpdated lock file reflecting dependency changes