Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions authn-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ SecretStorage==2.3.1
six==1.12.0
urllib3==1.25.11
Werkzeug==1.0.1
django-piston==0.2.0
Copy link

Copilot AI Oct 21, 2025

Choose a reason for hiding this comment

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

The django-piston package version 0.2.0 is severely outdated (last released in 2011) and is no longer maintained. This package has known security vulnerabilities and compatibility issues with modern Django versions. Consider using django-rest-framework or django-tastypie as modern, actively maintained alternatives for building REST APIs.

Suggested change
django-piston==0.2.0
djangorestframework

Copilot uses AI. Check for mistakes.