You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix ImportError when litellm optional dependency is not installed
UiPathLiteLLM was imported at the top level of __init__.py, causing an
ImportError for users who don't have the litellm extra installed.
Removed the eager import so the core package works without litellm.
Bumps core version to 1.8.1 to sync with langchain 1.8.1.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments