Overview
USPTO API Release 2.9 (October 2025) migrated the Assignment system to a new platform with updated data attributes. The Assignment API integration was updated in Phase 1. Current models need verification.
Current Implementation
Location: src/pyUSPTO/models/patent_data.py
Models to verify: Assignment, Assignor, Assignee
Release 2.9 Changes
Breaking Changes
- Conveyance Document Link Disabled - verify if download capability still exists
- Assignment Data Attributes Updated - schema changes documented in changelog
- Supplemental File Downloads Fixed - test this functionality
Required Investigation
1. Review Assignment Data Attributes Changelog
- Locate and review changelog
- Identify all field changes
- Document schema differences
2. Test Assignment Retrieval
- Run integration tests with
get_application_assignment()
- Verify all fields parse correctly
- Check for new/removed fields
3. Test Supplemental File Downloads
- Verify supplemental file download functionality
- Ensure download methods work correctly
Deliverables
- Investigation report
- Model updates (if needed)
- Client updates (if needed)
- Test updates
- Documentation updates
API Information
- Release Version: 2.9 (2025-10-17)
- Migration: Phase 1 complete
Priority
Medium
Estimated Effort
Small-Medium (few hours to 1 day)
Overview
USPTO API Release 2.9 (October 2025) migrated the Assignment system to a new platform with updated data attributes. The Assignment API integration was updated in Phase 1. Current models need verification.
Current Implementation
Location:
src/pyUSPTO/models/patent_data.pyModels to verify:
Assignment,Assignor,AssigneeRelease 2.9 Changes
Breaking Changes
Required Investigation
1. Review Assignment Data Attributes Changelog
2. Test Assignment Retrieval
get_application_assignment()3. Test Supplemental File Downloads
Deliverables
API Information
Priority
Medium
Estimated Effort
Small-Medium (few hours to 1 day)