added
Python SDK: Integrating Pydantic for Profile and Job Objects
8 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
orconda install hrflow -c conda-forge
. - Import
HrFlowProfile
andHrFlowJob
objects fromhrflow.schemas