-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 Added ignore goto error flag (#104)
* Added goto error flag * Updated version * Added callback * Defaulted function in params * converted to str/int only * Updated callback
- Loading branch information
1 parent
4d0feb7
commit 523b436
Showing
6 changed files
with
48 additions
and
16 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "harambe-core" | ||
version = "0.57.0" | ||
version = "0.58.0" | ||
description = "Core types for harambe SDK 🐒🍌" | ||
authors = [ | ||
{ name = "Adam Watkins", email = "[email protected]" } | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,14 +1,14 @@ | ||
[project] | ||
name = "harambe-sdk" | ||
version = "0.57.0" | ||
version = "0.58.0" | ||
description = "Data extraction SDK for Playwright 🐒🍌" | ||
authors = [ | ||
{ name = "Adam Watkins", email = "[email protected]" } | ||
] | ||
requires-python = ">=3.11,<4.0" | ||
readme = "README.md" | ||
dependencies = [ | ||
"harambe_core==0.57.0", | ||
"harambe_core==0.58.0", | ||
"playwright==1.47.0", | ||
"beautifulsoup4==4.12.3", | ||
"requests==2.32.3", | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.