comet-ml / opik

Open-source end-to-end LLM Development Platform
Apache License 2.0
2.2k stars 135 forks source link

NO-JIRA: Upgrade Fern to latest versions #719

Closed andrescrz closed 11 hours ago

andrescrz commented 11 hours ago

Details

Upgraded to the latest version:

Run the ./scripts/generate_openapi.sh script which has updated the Open API YAML spec files, per the latest changes in the backend (in Feedback Scores endpoints).

Excluded the autogenated classes (in sdks/python/src/opik/rest_api/ directory) from the Ruff pre-commit hook, as one class was reporting a minor issue. I don't think we should lint our Fern auto-generated code.

All Python files in sdks/python/src/opik/rest_api/ are autogenerated.

Issues

N/A

Testing

Documentation