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
When running import opik I get the following warning:
/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_config.py:345: UserWarning: Valid config keys have changed in V2:
* 'fields' has been removed
warnings.warn(message, UserWarning)
Reproduction steps
In Collab run:
%pip install opik --quiet
import opik
The text was updated successfully, but these errors were encountered:
What component(s) are affected?
Opik version
Describe the problem
When running
import opik
I get the following warning:Reproduction steps
In Collab run:
The text was updated successfully, but these errors were encountered: