crypticorn 2.17.0rc2__py3-none-any.whl → 2.17.0rc3__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.
- crypticorn/common/auth.py +2 -1
- {crypticorn-2.17.0rc2.dist-info → crypticorn-2.17.0rc3.dist-info}/METADATA +1 -1
- {crypticorn-2.17.0rc2.dist-info → crypticorn-2.17.0rc3.dist-info}/RECORD +7 -7
- {crypticorn-2.17.0rc2.dist-info → crypticorn-2.17.0rc3.dist-info}/WHEEL +0 -0
- {crypticorn-2.17.0rc2.dist-info → crypticorn-2.17.0rc3.dist-info}/entry_points.txt +0 -0
- {crypticorn-2.17.0rc2.dist-info → crypticorn-2.17.0rc3.dist-info}/licenses/LICENSE +0 -0
- {crypticorn-2.17.0rc2.dist-info → crypticorn-2.17.0rc3.dist-info}/top_level.txt +0 -0
crypticorn/common/auth.py
CHANGED
@@ -250,7 +250,8 @@ class AuthHandler:
|
|
250
250
|
This function is used for WebSocket connections.
|
251
251
|
"""
|
252
252
|
try:
|
253
|
-
|
253
|
+
credentials = HTTPAuthorizationCredentials(scheme="Bearer", credentials=bearer)
|
254
|
+
return await self.bearer_auth(bearer=credentials, sec=sec)
|
254
255
|
except HTTPException as e:
|
255
256
|
raise WebSocketException.from_http_exception(e)
|
256
257
|
|
@@ -67,7 +67,7 @@ crypticorn/cli/templates/merge-env.sh,sha256=BNPrDTihII0yG2gehBkWwWj0GqHmb6xwmrA
|
|
67
67
|
crypticorn/cli/templates/ruff.yml,sha256=gWicFFTzC4nToSmRkIIGipos8CZ447YG0kebBCJhtJE,319
|
68
68
|
crypticorn/common/__init__.py,sha256=3nv8Kfuqh15s9oTIqMQtDAqKGGNVC4BVHlHQFDmfg8I,792
|
69
69
|
crypticorn/common/ansi_colors.py,sha256=-tMlUTE8NI7TPv7uj0kGRe-SI2hGaUNPKBFI_dfiZy0,1392
|
70
|
-
crypticorn/common/auth.py,sha256=
|
70
|
+
crypticorn/common/auth.py,sha256=0YC6920_iyVq9OrZT0buJXoYzmjp5O4aTWXB-AVVthI,10022
|
71
71
|
crypticorn/common/decorators.py,sha256=t5Y3vSJ-gt0n2vOYYjYN0dtzNXvZxrJs2SEItpzG8oo,1127
|
72
72
|
crypticorn/common/enums.py,sha256=x-2xe0NUI8kB6DNg9GLjqAjYOsFAGwP-jdM1YgIt9AI,1381
|
73
73
|
crypticorn/common/errors.py,sha256=qPCYpmxw0uZNmQw9RYj9vUsg-_R5aRn7fYE8qxTAnyA,30129
|
@@ -281,9 +281,9 @@ crypticorn/trade/client/models/strategy_update.py,sha256=g427iKdk-gIsQ_BfD3E0W8b
|
|
281
281
|
crypticorn/trade/client/models/tpsl.py,sha256=iuHwBxHaUdtJn7NhcTE6Skzv4nmoSF8jEnf7_bTglwk,3730
|
282
282
|
crypticorn/trade/client/models/tpsl_create.py,sha256=nX4i2BGWv5rmu3SLgRngfvEMFOWa3CIy0G3fyoxI-e4,3351
|
283
283
|
crypticorn/trade/client/models/trading_action_type.py,sha256=BysUEOl85zs79EA2zOcDN1EExcpQdABaJ4Jz08_z8VU,857
|
284
|
-
crypticorn-2.17.
|
285
|
-
crypticorn-2.17.
|
286
|
-
crypticorn-2.17.
|
287
|
-
crypticorn-2.17.
|
288
|
-
crypticorn-2.17.
|
289
|
-
crypticorn-2.17.
|
284
|
+
crypticorn-2.17.0rc3.dist-info/licenses/LICENSE,sha256=HonAVvzFXkP2C1d7D3ByIKPwjGH8NcHTAQvKH7uvOHQ,1856
|
285
|
+
crypticorn-2.17.0rc3.dist-info/METADATA,sha256=vcTZ2ugWSHmHWo-M6aFm38Ne6SMhCKMsdK1hakRRXgw,11712
|
286
|
+
crypticorn-2.17.0rc3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
287
|
+
crypticorn-2.17.0rc3.dist-info/entry_points.txt,sha256=d_xHsGvUTebPveVUK0SrpDFQ5ZRSjlI7lNCc11sn2PM,59
|
288
|
+
crypticorn-2.17.0rc3.dist-info/top_level.txt,sha256=EP3NY216qIBYfmvGl0L2Zc9ItP0DjGSkiYqd9xJwGcM,11
|
289
|
+
crypticorn-2.17.0rc3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|