File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44Change Log
55==========
66
7+ v3.6.2 (2026-02-16)
8+ ===================
9+
10+ * Support typer 0.24
11+
712v3.6.1 (2026-02-14)
813===================
914
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " django-typer"
7- version = " 3.6.1 "
7+ version = " 3.6.2 "
88requires-python = " >=3.10,<4.0"
99description = " Use Typer to define the CLI for your Django management commands."
1010authors = [
@@ -23,7 +23,7 @@ dependencies = [
2323 " click>=8.1.8,<8.4" ,
2424 # given the reliance on private Typer internals we peg the
2525 # version very strictly to bug fix releases for specific feature lines.
26- " typer>=0.23.1,<0.24 .0" ,
26+ " typer>=0.23.1,<0.25 .0" ,
2727]
2828classifiers = [
2929 " Environment :: Console" ,
Original file line number Diff line number Diff line change 4040and keep a tight version lock on Typer.
4141"""
4242
43- VERSION = (3 , 6 , 1 )
43+ VERSION = (3 , 6 , 2 )
4444
4545__title__ = "Django Typer"
4646__version__ = "." .join (str (i ) for i in VERSION )
You can’t perform that action at this time.
0 commit comments