mirror of
https://github.com/absadiki/whatsapp-msgstore-viewer.git
synced 2026-04-27 12:55:57 +03:00
[PR #23] [MERGED] fix: update Kivy and Pillow dependencies for Python 3.12/3.13 compatibility #25
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-msgstore-viewer#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/absadiki/whatsapp-msgstore-viewer/pull/23
Author: @nthnunes
Created: 1/1/2026
Status: ✅ Merged
Merged: 1/3/2026
Merged by: @absadiki
Base:
main← Head:fix/update-dependencies-python313📝 Commits (1)
aeca9a8Fix: Update Kivy and Pillow dependencies for Python 3.12/3.13 compatibility📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
requirements.txt(+2 -2)📄 Description
This PR updates Kivy and Pillow dependencies to resolve compatibility issues with Python 3.12 and 3.13.
Changes
~=2.2.0to>=2.3.0to fix compatibility withkivy_deps.sdl2_dev(version 0.6.0 is no longer available, only 0.7.0+)~=9.4.0to>=10.0.0to support Python 3.13Problem Solved
Resolves issue #4 where installation was failing with:
ERROR: Could not find a version that satisfies the requirement kivy_deps.sdl2_dev~=0.6.0Resolves #4
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.