Skip to content

Conversation

@rongxin-liu
Copy link
Contributor

@rongxin-liu rongxin-liu commented Jan 4, 2026

This PR updates Python requirements, simplifies the user model, and refreshes CI workflows.

Changes

  • Bumped minimum Python version to 3.10 and updated CI testing to Python 3.14.
  • Removed the attrs dependency.
  • Replaced attrs with built-in dataclasses for the User model.
  • Updated GitHub Actions to actions/checkout@v6 and actions/setup-python@v6.

@rongxin-liu rongxin-liu self-assigned this Jan 4, 2026
@rongxin-liu rongxin-liu added the enhancement New feature or request label Jan 4, 2026
@rongxin-liu rongxin-liu requested a review from Copilot January 4, 2026 18:25
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR modernizes the lib50 library by updating Python version requirements, removing the external attrs dependency in favor of built-in dataclasses, and updating CI workflow configurations.

  • Increased minimum Python version from 3.8 to 3.10
  • Migrated User model from attrs to dataclasses
  • Updated GitHub Actions versions and Python CI testing version

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
setup.py Removed attrs dependency and bumped minimum Python version to 3.10
lib50/authentication.py Converted User class from attrs to dataclasses with equivalent functionality
.github/workflows/main.yml Updated GitHub Actions to v6 and Python CI version to 3.14

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rongxin-liu rongxin-liu merged commit 9bc750a into main Jan 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants