File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- __version__ = "1.2.0 "
1+ __version__ = "1.2.1 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pyflowcl"
3- version = " 1.2.0 "
3+ version = " 1.2.1 "
44description = " Cliente para comunicacion con flowAPI-3 de flow.cl"
55authors = [
66 " Mario Hernandez <yo@mariofix.com>"
@@ -42,11 +42,11 @@ packages = [
4242[tool .poetry .dependencies ]
4343python = " ^3.8.5"
4444certifi = " *"
45- requests = " 2.31.0 "
46- openapi3 = " 1.8.1 "
47- python-fsutil = " 0.10.0 "
48- python-slugify = " 8.0.1 "
49- pyyaml = " 6.0.1 "
45+ requests = " * "
46+ openapi3 = " ^ 1.8"
47+ python-fsutil = " * "
48+ python-slugify = " * "
49+ pyyaml = " ^ 6.0"
5050typer = {extras = [" all" ], version = " ^0.9.0" }
5151
5252[tool .poetry .scripts ]
Original file line number Diff line number Diff line change 44
55
66def test_version ():
7- assert __version__ == "1.2.0 "
7+ assert __version__ == "1.2.1 "
88
99
1010def test_FlowAPI_min_config ():
You can’t perform that action at this time.
0 commit comments