Skip to content

Commit fc53b81

Browse files
bump version to 0.0.7 and remove selenium dependency and use playwright and improved the we browser automation
1 parent 78e8b4c commit fc53b81

File tree

8 files changed

+690
-481
lines changed

8 files changed

+690
-481
lines changed

build/lib/semantio/tools/web_browser.py

Lines changed: 344 additions & 238 deletions
Large diffs are not rendered by default.
43.2 KB
Binary file not shown.

dist/semantio-0.0.7.tar.gz

32.9 KB
Binary file not shown.

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ sentence-transformers
1515
fuzzywuzzy
1616
duckduckgo-search
1717
yfinance
18-
selenium
1918
beautifulsoup4
2019
webdriver-manager
2120
validators

semantio.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: semantio
3-
Version: 0.0.6
3+
Version: 0.0.7
44
Summary: A powerful SDK for building AI agents
55
Home-page: https://github.com/Syenah/semantio
66
Author: Rakesh

semantio.egg-info/requires.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ sentence-transformers
1515
fuzzywuzzy
1616
duckduckgo-search
1717
yfinance
18-
selenium
1918
beautifulsoup4
2019
webdriver-manager
2120
validators

semantio/tools/web_browser.py

Lines changed: 344 additions & 238 deletions
Large diffs are not rendered by default.

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="semantio",
5-
version="0.0.6",
5+
version="0.0.7",
66
description="A powerful SDK for building AI agents",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",
@@ -28,7 +28,6 @@
2828
"fuzzywuzzy", # For fuzzy string matching
2929
"duckduckgo-search", # For DuckDuckGo search
3030
"yfinance", # For stock/crypto prices
31-
"selenium", # For web scraping
3231
"beautifulsoup4", # For HTML parsing
3332
"webdriver-manager", # For browser automation
3433
"validators", # For URL validation

0 commit comments

Comments
 (0)