Skip to content

Commit ba83b98

Browse files
authored
Merge pull request #11 from ioxiocom/hotfix/typer
Fix multi-start crash for "TypeError: Secondary flag is not valid for non-boolean flag." by updating typer
2 parents eff30c7 + c06e06a commit ba83b98

3 files changed

Lines changed: 107 additions & 33 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python 🐍
1717
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
1818
with:
19-
python-version: "3.10"
19+
python-version: "3.13"
2020

2121
- name: Install Poetry and pre-commit 💈
2222
run: pip install poetry pre-commit

poetry.lock

Lines changed: 103 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "multi-start"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
description = "Run multiple services inside a docker container"
55
license = "BSD-3-Clause"
66
readme = "README.md"
@@ -12,8 +12,8 @@ packages = [
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.10"
15-
typer = "^0.9.0"
16-
httpx = "^0.24.1"
15+
typer = "^0.20.0"
16+
httpx = "^0.28.1"
1717

1818
[tool.poetry.group.dev.dependencies]
1919
flake8-pyproject = "^1.2.3"

0 commit comments

Comments
 (0)