-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌳 Fix Null Checks for sub objects (#87)
Fix Null Checks for sub objects Co-authored-by: asim <[email protected]>
- Loading branch information
1 parent
39f29a7
commit cf9cdad
Showing
7 changed files
with
104 additions
and
32 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "harambe-core" | ||
version = "0.50.0" | ||
version = "0.50.1" | ||
description = "Core types for harambe SDK 🐒🍌" | ||
authors = [ | ||
{ name = "Adam Watkins", email = "[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
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.
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.50.0" | ||
version = "0.50.1" | ||
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.50.0", | ||
"harambe_core==0.50.1", | ||
"pydantic==2.9.2", | ||
"playwright==1.47.0", | ||
"setuptools==73.0.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.