pyvider 2025-09-27
Updated foundation shutdown function to renamed API
1 files · 2+ · 2-

Shutdown function call updated to renamed API

1 file changed
  • __main__.py Changed shutdown_foundation_telemetry import and call to shutdown_foundation
  • Changed from provide.foundation import shutdown_foundation_telemetry to from provide.foundation import shutdown_foundation in cli/main.py interface internal
    1 file
    • __main__.py
  • Updated asyncio.run(shutdown_foundation_telemetry()) to asyncio.run(shutdown_foundation()) interface internal
    1 file
    • __main__.py