From 6fe82cbefd5ecb6eb45f38a9765c5d18f79e6372 Mon Sep 17 00:00:00 2001 From: Damien Garros Date: Tue, 15 Jul 2025 18:51:11 +0200 Subject: [PATCH 1/2] Update typer to 0.16.0 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index a1b4c065..9487f382 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1942,15 +1942,15 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0, [[package]] name = "typer" -version = "0.12.5" +version = "0.16.0" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = true python-versions = ">=3.7" groups = ["main"] markers = "extra == \"ctl\" or extra == \"all\"" files = [ - {file = "typer-0.12.5-py3-none-any.whl", hash = "sha256:62fe4e471711b147e3365034133904df3e235698399bc4de2b36c8579298d52b"}, - {file = "typer-0.12.5.tar.gz", hash = "sha256:f592f089bedcc8ec1b974125d64851029c3b1af145f04aca64d69410f0c9b722"}, + {file = "typer-0.16.0-py3-none-any.whl", hash = "sha256:1f79bed11d4d02d4310e3c1b7ba594183bcedb0ac73b27a9e5f28f6fb5b98855"}, + {file = "typer-0.16.0.tar.gz", hash = "sha256:af377ffaee1dbe37ae9440cb4e8f11686ea5ce4e9bae01b84ae7c63b87f1dd3b"}, ] [package.dependencies] @@ -2394,4 +2394,4 @@ tests = ["Jinja2", "pytest", "pyyaml", "rich"] [metadata] lock-version = "2.1" python-versions = "^3.9, <3.14" -content-hash = "978a8ed3c6f4f4e46d39b8c33affb767a91275ee2bee532a48a7abc3d224deb8" +content-hash = "e11985c34c0a9c3d6c6c74205be96aad51e8f1bbc6dc408349cda9ae4919595a" diff --git a/pyproject.toml b/pyproject.toml index 8f98d2d2..73764e20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ numpy = [ pyarrow = { version = ">=14", optional = true } rich = { version = ">=12, <14", optional = true } toml = { version = "^0.10", optional = true } -typer = { version = "^0.12.3", optional = true } +typer = { version = "^0.16.0", optional = true } pytest = { version = "*", optional = true } pyyaml = { version = "^6", optional = true } eval-type-backport = { version = "^0.2.2", python = "~3.9" } From 29b10a741948ff4b22f522d53e87410d288e139f Mon Sep 17 00:00:00 2001 From: Damien Garros Date: Tue, 15 Jul 2025 19:05:51 +0200 Subject: [PATCH 2/2] Add range for typer --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9487f382..2965df07 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2394,4 +2394,4 @@ tests = ["Jinja2", "pytest", "pyyaml", "rich"] [metadata] lock-version = "2.1" python-versions = "^3.9, <3.14" -content-hash = "e11985c34c0a9c3d6c6c74205be96aad51e8f1bbc6dc408349cda9ae4919595a" +content-hash = "336e07f077cccb22836962a3fd294790d5321490a57459c517b02f0d3d340234" diff --git a/pyproject.toml b/pyproject.toml index 73764e20..e7c8ba1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ numpy = [ pyarrow = { version = ">=14", optional = true } rich = { version = ">=12, <14", optional = true } toml = { version = "^0.10", optional = true } -typer = { version = "^0.16.0", optional = true } +typer = { version = ">=0.12.3, <0.17", optional = true } pytest = { version = "*", optional = true } pyyaml = { version = "^6", optional = true } eval-type-backport = { version = "^0.2.2", python = "~3.9" }