-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix BaseStream cast method to handle msgpack.ext.Timestamp (#346)
* fix: timestamp handler in stream * fix: cast msgpack timestamp * fix: formatting * websocket params as base model * fix: use timestamp param on msgpack.unpackb * fix: reverted unrelated changes * fix: comments * fix: removed unused imports --------- Co-authored-by: hiohiohio <[email protected]>
- Loading branch information
1 parent
bfc6aa9
commit 0b084aa
Showing
4 changed files
with
20 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,3 +131,6 @@ dmypy.json | |
#IDE configs | ||
.idea | ||
.vscode/ | ||
|
||
# Cloudflare stuff | ||
Cloudflare_CA.pem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "alpaca-py" | ||
version = "0.11.0" | ||
version = "0.11.1" | ||
description = "The Official Python SDK for Alpaca APIs" | ||
authors = [ | ||
"Rahul Chowdhury <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters