# Version 9.1.219.6 (Support Release - 9 April 2026)

#### **Imports**

##### Make grading types anonymous when running Payspace connector on a schedule (#146311)

**Problem**

- When pulling grading types during the payspace import that runs on a schedule, an unauthenticated request is received

**Solution**

- This pull request introduces a minor change to the JobProfilerServiceV1 gRPC service by allowing anonymous access to the ListGradingTypes method. This update makes the endpoint accessible without authentication.

---