Skip to content

v2.2.1

Latest

Choose a tag to compare

@piroyoung piroyoung released this 13 Apr 15:25
0631cff

Bug Fixes

  • fabric: Use import notebookutils instead of getattr(builtins, 'notebookutils') for Fabric environment detection (#157)
    • notebookutils is a regular site-package on the Fabric runtime, not a builtins attribute
    • Previous approach caused is_fabric_environment() to always return False
  • provider: Treat OPENAI_API_KEY=place_holder_for_fabric_internal as absent so the library correctly falls through to Azure / Entra ID authentication