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
Passed all tests in CI built, including unit, integration and end to end.
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