Open vhidrogo opened 9 months ago
Progressing supported Django, Dash and other versions is important. At the moment we have Django>=3.2,<5.0.0
and dash>=2.0,<2.10
constraints in the setup file, amongst others.
@vhidrogo are there particular features that you want from newer versions or is this just a desire to use newer (and possibly better supported) versions of these packages?
Progressing supported Django, Dash and other versions is important. At the moment we have
Django>=3.2,<5.0.0
anddash>=2.0,<2.10
constraints in the setup file, amongst others.@vhidrogo are there particular features that you want from newer versions or is this just a desire to use newer (and possibly better supported) versions of these packages?
@GibbsConsulting we'd like to use django 5.0 features in other parts of our project, but are currently unable to upgrade due to this constriant.
Added #490 for this work
version 2.3.0 is now on PyPi and should permit use of Django 4.0 and higher - @vhidrogo if you can try this and report any issues that would be most helpful
version 2.3.0 is now on PyPi and should permit use of Django 4.0 and higher - @vhidrogo if you can try this and report any issues that would be most helpful
thanks for the quick turn around! worked with no issues
Are there any plans for supporting django 5.0?