tinybird-cli 3.3.1.dev14__py3-none-any.whl → 3.3.1.dev15__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
tinybird/__cli__.py CHANGED
@@ -4,5 +4,5 @@ __description__ = 'Tinybird Command Line Tool'
4
4
  __url__ = 'https://docs.tinybird.co/cli.html'
5
5
  __author__ = 'Tinybird'
6
6
  __author_email__ = 'support@tinybird.co'
7
- __version__ = '3.3.1.dev14'
8
- __revision__ = '5fde94c'
7
+ __version__ = '3.3.1.dev15'
8
+ __revision__ = 'daed555'
@@ -17,7 +17,6 @@ from enum import Enum
17
17
  from functools import wraps
18
18
  from os import chmod, environ, getcwd, getenv
19
19
  from pathlib import Path
20
- from sys import version_info
21
20
  from typing import TYPE_CHECKING, Any, Callable, Dict, Iterable, List, Optional, Set, Tuple, Union
22
21
  from urllib.parse import urljoin, urlparse
23
22
 
@@ -100,11 +99,7 @@ def create_connector(connector: str, options: Dict[str, Any]):
100
99
  def coro(f):
101
100
  @wraps(f)
102
101
  def wrapper(*args, **kwargs):
103
- if version_info[1] >= 7: # FIXME drop python 3.6 support
104
- return asyncio.run(f(*args, **kwargs))
105
- else:
106
- loop = asyncio.get_event_loop()
107
- return loop.run_until_complete(f(*args, **kwargs))
102
+ return asyncio.run(f(*args, **kwargs))
108
103
 
109
104
  return wrapper
110
105
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tinybird-cli
3
- Version: 3.3.1.dev14
3
+ Version: 3.3.1.dev15
4
4
  Summary: Tinybird Command Line Tool
5
5
  Home-page: https://docs.tinybird.co/cli.html
6
6
  Author: Tinybird
@@ -52,6 +52,11 @@ Changelog
52
52
 
53
53
  ---------
54
54
 
55
+ 3.3.1.dev15
56
+ ************
57
+
58
+ - `Remove` part of the code supporting python 3.6 as we stopped giving support 18 month ago
59
+
55
60
  3.3.1.dev14
56
61
  ************
57
62
 
@@ -1,4 +1,4 @@
1
- tinybird/__cli__.py,sha256=MRI1KpxSe_rofDh_2zh_cT5MtvWxbS-pKdAMOAjMUSE,238
1
+ tinybird/__cli__.py,sha256=pO3AkZ0Y0gdsk8m5P90_iQCKCLC9aCqt5Uk6xeru7hA,238
2
2
  tinybird/check_pypi.py,sha256=_4NkharLyR_ELrAdit-ftqIWvOf7jZNPt3i76frlo9g,975
3
3
  tinybird/client.py,sha256=iLQHu8tVUZ25U3DeWTxO2vAhsy-pko1XDX2r0xNoays,46468
4
4
  tinybird/config.py,sha256=E0jDwbFD1zhdijNhtF8fg6mqIyKbZ8xpNPP_3n2PFpE,2003
@@ -23,7 +23,7 @@ tinybird/tb_cli_modules/auth.py,sha256=joR1uS821o2bPTpgDyMCYed9Kw7MutR0aa-YvmIb4
23
23
  tinybird/tb_cli_modules/branch.py,sha256=5d0lDMxUOt68BK5rmcVCxPYshdUfs42oz_sxIn9NSsk,37863
24
24
  tinybird/tb_cli_modules/cicd.py,sha256=l_T2ydUBXz-Z4lemmFz1SQyCgomQ4AcLOeRRj20HtdM,13234
25
25
  tinybird/tb_cli_modules/cli.py,sha256=5iOTtMJVEsHZkGps2c6-_zJ0tGW7TIqePeELHSKxO4A,62760
26
- tinybird/tb_cli_modules/common.py,sha256=pGo9K4dmORcmjl_2Vc_aiUxF3m0_q7HI-9d38S2EzeQ,78564
26
+ tinybird/tb_cli_modules/common.py,sha256=SpwRhjrMhAWUdHDVgI3ZUbY64gf1nZWCY9H8lZPegaM,78344
27
27
  tinybird/tb_cli_modules/config.py,sha256=6NTgIdwf0X132A1j6G_YrdPep87ymZ9b5pABabKLzh4,11484
28
28
  tinybird/tb_cli_modules/connection.py,sha256=lFi2FDslMRUQTy4N-rWIEx8HJ42QGlAMHsrdXM2w0Cc,28126
29
29
  tinybird/tb_cli_modules/datasource.py,sha256=JyoiqPbfLnx37Ti2UdVJivr3rCtCVZ4lBMN_w8YelAE,31944
@@ -38,8 +38,8 @@ tinybird/tb_cli_modules/workspace.py,sha256=NDHINzW3SBo8FcWH8Bx-DCeUXQ8YUJX6FW8c
38
38
  tinybird/tb_cli_modules/workspace_members.py,sha256=6oZM7oJQPxDMycL95TPtALriL5WRI2DhNlQWD8MP8JU,8205
39
39
  tinybird/tb_cli_modules/tinyunit/tinyunit.py,sha256=0dYYmZMMJVubxSPls2e_a-fqtUYvgLfu2B0xwLfkbHw,11667
40
40
  tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py,sha256=j92za8QbXrv4eIPjKBZPn9ghR-nYQ2wZZ88MeXyMWXE,1868
41
- tinybird_cli-3.3.1.dev14.dist-info/METADATA,sha256=e6QOrUL72DNu23afm8nJOwAuIuy3VklNzuN49C8hgYU,67835
42
- tinybird_cli-3.3.1.dev14.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
43
- tinybird_cli-3.3.1.dev14.dist-info/entry_points.txt,sha256=PKPKuPmA4IfJYnCFHHUiw-aAWZuBomFvwCklv1OyCjE,43
44
- tinybird_cli-3.3.1.dev14.dist-info/top_level.txt,sha256=8TRt5snq9vZpx4rBBc9EWpj76Er6IAdfnx_Eq6cNBk8,45
45
- tinybird_cli-3.3.1.dev14.dist-info/RECORD,,
41
+ tinybird_cli-3.3.1.dev15.dist-info/METADATA,sha256=hFQ1i7UAAgsAZFXk-53K-pNu8EIuQWpJCEkJXpz8SRs,67954
42
+ tinybird_cli-3.3.1.dev15.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
43
+ tinybird_cli-3.3.1.dev15.dist-info/entry_points.txt,sha256=PKPKuPmA4IfJYnCFHHUiw-aAWZuBomFvwCklv1OyCjE,43
44
+ tinybird_cli-3.3.1.dev15.dist-info/top_level.txt,sha256=8TRt5snq9vZpx4rBBc9EWpj76Er6IAdfnx_Eq6cNBk8,45
45
+ tinybird_cli-3.3.1.dev15.dist-info/RECORD,,