instructor
instructor copied to clipboard
A warning will appear in version 1.4.0 but not in version 1.3.7
At 1.4.0 version, The following warning appear:
site-packages/pydantic/_internal/_config.py:341: UserWarning: Valid config keys have changed in V2:
- 'allow_population_by_field_name' has been renamed to 'populate_by_name'
- 'smart_union' has been removed warnings.warn(message, UserWarning