[PR #23] [MERGED] fix: update Kivy and Pillow dependencies for Python 3.12/3.13 compatibility #25

Closed
opened 2026-03-13 15:17:53 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: fix/update-dependencies-python313


📝 Commits (1)

  • aeca9a8 Fix: 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

  • Kivy: Updated from ~=2.2.0 to >=2.3.0 to fix compatibility with kivy_deps.sdl2_dev (version 0.6.0 is no longer available, only 0.7.0+)
  • Pillow: Updated from ~=9.4.0 to >=10.0.0 to support Python 3.13

Problem 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.0
  • Error building Pillow 9.4.0 on Python 3.13

Resolves #4


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/absadiki/whatsapp-msgstore-viewer/pull/23 **Author:** [@nthnunes](https://github.com/nthnunes) **Created:** 1/1/2026 **Status:** ✅ Merged **Merged:** 1/3/2026 **Merged by:** [@absadiki](https://github.com/absadiki) **Base:** `main` ← **Head:** `fix/update-dependencies-python313` --- ### 📝 Commits (1) - [`aeca9a8`](https://github.com/absadiki/whatsapp-msgstore-viewer/commit/aeca9a802ff37e5a6a8640392315084b8b89b48a) Fix: Update Kivy and Pillow dependencies for Python 3.12/3.13 compatibility ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+2 -2) </details> ### 📄 Description This PR updates Kivy and Pillow dependencies to resolve compatibility issues with Python 3.12 and 3.13. ## Changes - **Kivy**: Updated from `~=2.2.0` to `>=2.3.0` to fix compatibility with `kivy_deps.sdl2_dev` (version 0.6.0 is no longer available, only 0.7.0+) - **Pillow**: Updated from `~=9.4.0` to `>=10.0.0` to support Python 3.13 ## Problem 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.0` - Error building Pillow 9.4.0 on Python 3.13 Resolves #4 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 15:17:53 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whatsapp-msgstore-viewer#25
No description provided.