added
Python SDK: Integrating Pydantic for Profile and Job Objects
9 months ago by Wafaa Kahoui
Our HrFlow.ai Python SDK has been updated to include Pydantic schemas for managing Profile and Job Objects.
๐ย Why itโs a big deal for HrFlow.ai users?
Key benefits of this update include:
- Effective Object Management: Enhances objects definition, data validation, serialization, and error handling.
- Accelerated Development: Speeds up the integration of HrFlow.ai Profiles and Jobs objects into your application.
๐ง How does it work?
- Install the HrFlow.ai Python SDK using the commandย
pip install -U hrflow
ย orยconda install hrflow -c conda-forge
. - Import
HrFlowProfile
andHrFlowJob
objects fromhrflow.schemas