arcade-core 2.1.0__py3-none-any.whl → 2.2.0__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.
arcade_core/auth.py CHANGED
@@ -96,6 +96,15 @@ class Hubspot(OAuth2):
96
96
  super().__init__(id=id, scopes=scopes)
97
97
 
98
98
 
99
+ class Linear(OAuth2):
100
+ """Marks a tool as requiring Linear authorization."""
101
+
102
+ provider_id: str = "linear"
103
+
104
+ def __init__(self, *, id: Optional[str] = None, scopes: Optional[list[str]] = None): # noqa: A002
105
+ super().__init__(id=id, scopes=scopes)
106
+
107
+
99
108
  class LinkedIn(OAuth2):
100
109
  """Marks a tool as requiring LinkedIn authorization."""
101
110
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: arcade-core
3
- Version: 2.1.0
3
+ Version: 2.2.0
4
4
  Summary: Arcade Core - Core library for Arcade platform
5
5
  Author-email: Arcade <dev@arcade.dev>
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  arcade_core/__init__.py,sha256=1heu3AROAjpistehPzY2H-2nkj_IjQEh-vVlVOCRF1E,88
2
2
  arcade_core/annotations.py,sha256=Nst6aejLWXlpTu7GwzWETu1gQCG1XVAUR_qcFbNvyRc,198
3
- arcade_core/auth.py,sha256=vlbI_QLiFcBXL4odt56CfL4kz0sOuk_MZujaK-cxN68,5347
3
+ arcade_core/auth.py,sha256=-x7NipXciB6ASMjH_iTCdOl86s-R0JzQKeWkhDg1aDI,5613
4
4
  arcade_core/catalog.py,sha256=MH-o-NMvUoK_hg8Ibr8dKoF4Yu0z53D5pfUR--BhPCA,31432
5
5
  arcade_core/config.py,sha256=e98XQAkYySGW9T_yrJg54BB8Wuq06GPVHp7xqe2d1vU,572
6
6
  arcade_core/config_model.py,sha256=GYO37yKi7ih6EYKPpX1Kl-K1XwM2JyEJguyaJ7j9TY8,4260
@@ -14,6 +14,6 @@ arcade_core/telemetry.py,sha256=qDv8T-wO8nFi0Qh93WKaPH1b6asfoJoyyfA7ZOxPnbA,5566
14
14
  arcade_core/toolkit.py,sha256=AdDaUpNvKst1IBnaLegfQpRg9dHxmK-9cOSQqzBpS4I,8763
15
15
  arcade_core/utils.py,sha256=Gg4na-85pY21e5Ab-yxoRlzTQu3FhlP5xQ9G1BhfrI8,2980
16
16
  arcade_core/version.py,sha256=CpXi3jGlx23RvRyU7iytOMZrnspdWw4yofS8lpP1AJU,18
17
- arcade_core-2.1.0.dist-info/METADATA,sha256=PIt7VzQlG424AQVMrYLnq-ZZeDTXTCGNbV4x-16xols,2557
18
- arcade_core-2.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
19
- arcade_core-2.1.0.dist-info/RECORD,,
17
+ arcade_core-2.2.0.dist-info/METADATA,sha256=qAlQB4EcdrnebvNw6Ibifth-aREBFmcLzjgF6tTuvNg,2557
18
+ arcade_core-2.2.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
19
+ arcade_core-2.2.0.dist-info/RECORD,,