Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion examples/get_url.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import asyncio

from narada import Narada
from narada_core.actions.models import parse_action_trace

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused



async def main() -> None:
Expand Down
2 changes: 1 addition & 1 deletion packages/narada/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "narada"
version = "0.1.40"
version = "0.1.41"
description = "Python client SDK for Narada"
license = "Apache-2.0"
readme = "README.md"
Expand Down
3 changes: 1 addition & 2 deletions packages/narada/src/narada/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,7 @@ async def open_and_initialize_cloud_browser_window(
config = config or BrowserConfig()
base_url = os.getenv("NARADA_API_BASE_URL", "https://api.narada.ai/fast/v2")
request_body = {
# This is currently an internal API and not ready for public use yet.
# "require_extension": require_extension,
"require_extension": require_extension,
"session_name": session_name,
"session_timeout": session_timeout,
}
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading