@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " django-typer"
7- version = " 3.1.1 "
7+ version = " 3.2.0 "
88requires-python = " >=3.9,<4.0"
99description = " Use Typer to define the CLI for your Django management commands."
1010authors = [
@@ -18,11 +18,11 @@ homepage = "https://django-typer.readthedocs.io"
1818keywords = [" django" , " CLI" , " management" , " Typer" , " commands" ]
1919dependencies = [
2020 " Django>=3.2,<6.0" ,
21- " click>=8.1.8,<8.2 " ,
21+ " click>=8.1.8,<8.3 " ,
2222 # typer's release history is full of breaking changes for minor versions
2323 # given the reliance on some of its private internals we peg the typer
2424 # version very strictly to bug fix releases for specific minor lines.
25- " typer-slim>=0.14.0,<0.16 .0" ,
25+ " typer-slim>=0.14.0,<0.17 .0" ,
2626 " shellingham>=1.5.4,<2.0" ,
2727 # we need this on 3.9 for ParamSpec
2828 " typing-extensions>=3.7.4.3; python_version < '3.10'" ,
@@ -49,6 +49,7 @@ classifiers = [
4949 " Programming Language :: Python :: 3.11" ,
5050 " Programming Language :: Python :: 3.12" ,
5151 " Programming Language :: Python :: 3.13" ,
52+ " Programming Language :: Python :: 3.14" ,
5253 " Topic :: Internet :: WWW/HTTP" ,
5354 " Topic :: Internet :: WWW/HTTP :: Site Management" ,
5455 " Topic :: Software Development :: Libraries" ,
0 commit comments