ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
8.62k stars 793 forks source link

Incompatibility with Flask 3.0.1 and jinja2 3.1.3 #390

Open GaetanBaert opened 5 months ago

GaetanBaert commented 5 months ago

Hello,

When I try to upgrade Flask to 3.0.1 version on python 3.12.1, I got :

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. tkdesigner 1.0.7 requires Jinja2==3.0.1, but you have jinja2 3.1.3 which is incompatible.

Tkdesigner probably needs an update to support jinja2 3.1.3.