File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ # fit for python 3.9 and lower
2
+ # https://stackoverflow.com/questions/75431587/type-hinting-with-unions-and-collectables-3-9-or-greater
3
+ from __future__ import annotations
4
+
1
5
import boto3
2
6
from botocore .exceptions import NoCredentialsError , PartialCredentialsError
3
7
import requests
Original file line number Diff line number Diff line change
1
+ # fit for python 3.9 and lower
2
+ # https://stackoverflow.com/questions/75431587/type-hinting-with-unions-and-collectables-3-9-or-greater
3
+ from __future__ import annotations
4
+
1
5
from InquirerPy import inquirer , prompt
2
6
from InquirerPy .base .control import Choice
3
7
from prompt_toolkit .completion import Completer , Completion
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
3
3
build-backend = " setuptools.build_meta"
4
4
[project ]
5
5
name = " byrdocs_cli"
6
- version = " 0.5.5 "
6
+ version = " 0.5.6 "
7
7
authors = [
8
8
{
name =
" Rikka" ,
email =
" [email protected] " },
9
9
]
You can’t perform that action at this time.
0 commit comments