@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " django-typer"
7
- version = " 3.1.1 "
7
+ version = " 3.2.0 "
8
8
requires-python = " >=3.9,<4.0"
9
9
description = " Use Typer to define the CLI for your Django management commands."
10
10
authors = [
@@ -18,11 +18,11 @@ homepage = "https://django-typer.readthedocs.io"
18
18
keywords = [" django" , " CLI" , " management" , " Typer" , " commands" ]
19
19
dependencies = [
20
20
" Django>=3.2,<6.0" ,
21
- " click>=8.1.8,<8.2 " ,
21
+ " click>=8.1.8,<8.3 " ,
22
22
# typer's release history is full of breaking changes for minor versions
23
23
# given the reliance on some of its private internals we peg the typer
24
24
# 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" ,
26
26
" shellingham>=1.5.4,<2.0" ,
27
27
# we need this on 3.9 for ParamSpec
28
28
" typing-extensions>=3.7.4.3; python_version < '3.10'" ,
@@ -49,6 +49,7 @@ classifiers = [
49
49
" Programming Language :: Python :: 3.11" ,
50
50
" Programming Language :: Python :: 3.12" ,
51
51
" Programming Language :: Python :: 3.13" ,
52
+ " Programming Language :: Python :: 3.14" ,
52
53
" Topic :: Internet :: WWW/HTTP" ,
53
54
" Topic :: Internet :: WWW/HTTP :: Site Management" ,
54
55
" Topic :: Software Development :: Libraries" ,
0 commit comments