-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: added a fingers-crossed handling for failed input data decoding
Signed-off-by: Jan Kowalleck <[email protected]>
- Loading branch information
1 parent
46cd517
commit 92f1e20
Showing
3 changed files
with
34 additions
and
4 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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. | ||
|
||
[[package]] | ||
name = "pyhumps" | ||
version = "3.7.1" | ||
description = "🐫 Convert strings (and dictionary keys) between snake case, camel case and pascal case in Python. Inspired by Humps for Node" | ||
optional = false | ||
python-versions = "*" | ||
files = [ | ||
{file = "pyhumps-3.7.1-py3-none-any.whl", hash = "sha256:c6f2d833f2c7afae039d71b7dc0aba5412ae5b8c8c33d4a208c1d412de17229e"}, | ||
{file = "pyhumps-3.7.1.tar.gz", hash = "sha256:5616f0afdbc73ef479fa9999f4abdcb336a0232707ff1a0b86e29fc9339e18da"}, | ||
] | ||
|
||
[metadata] | ||
lock-version = "2.0" | ||
python-versions = "^3.11" | ||
content-hash = "e9676d347231afe6a46e027d88442e90348436b55346267e68a37e340c5f8f6f" |
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