From b78c0d2c42266e0ff2ed155c8068e8bb4c7afcdf Mon Sep 17 00:00:00 2001 From: youssef-intuned Date: Wed, 18 Mar 2026 16:57:07 +0200 Subject: [PATCH] update cookbook --- python-examples/auth-with-email-otp/pyproject.toml | 2 +- python-examples/auth-with-secret-otp/pyproject.toml | 2 +- python-examples/browser-sdk-showcase/pyproject.toml | 2 +- python-examples/browser-use/pyproject.toml | 2 +- python-examples/bs4/pyproject.toml | 2 +- python-examples/captcha-solving-auth/pyproject.toml | 2 +- python-examples/captcha-solving-basic/pyproject.toml | 2 +- python-examples/cdp-connection/pyproject.toml | 2 +- python-examples/computer-use/pyproject.toml | 2 +- python-examples/crawl4ai/pyproject.toml | 2 +- python-examples/e-commerce-auth-scrapingcourse/pyproject.toml | 2 +- python-examples/e-commerce-nested/pyproject.toml | 2 +- python-examples/e-commerce-scrapingcourse/pyproject.toml | 2 +- python-examples/e-commerce-shopify/pyproject.toml | 2 +- python-examples/ehr-integration/pyproject.toml | 2 +- python-examples/firecrawl/pyproject.toml | 2 +- python-examples/hybrid-automation/pyproject.toml | 2 +- python-examples/native-crawler/pyproject.toml | 2 +- python-examples/network-interception/pyproject.toml | 2 +- python-examples/playwright-basics/pyproject.toml | 2 +- python-examples/quick-recipes/pyproject.toml | 2 +- python-examples/rpa-auth-example/pyproject.toml | 2 +- python-examples/rpa-example/pyproject.toml | 2 +- python-examples/rpa-forms-example/pyproject.toml | 2 +- python-examples/scrapy/pyproject.toml | 2 +- python-examples/setup-hooks/pyproject.toml | 2 +- python-examples/stagehand/pyproject.toml | 2 +- python-examples/starter-auth/pyproject.toml | 2 +- python-examples/starter/pyproject.toml | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/python-examples/auth-with-email-otp/pyproject.toml b/python-examples/auth-with-email-otp/pyproject.toml index 805cd820..ddc321e2 100644 --- a/python-examples/auth-with-email-otp/pyproject.toml +++ b/python-examples/auth-with-email-otp/pyproject.toml @@ -17,7 +17,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", "pydantic[email]==2.10.6", "resend>=2.0.0", diff --git a/python-examples/auth-with-secret-otp/pyproject.toml b/python-examples/auth-with-secret-otp/pyproject.toml index 58c99cfa..e4d18a49 100644 --- a/python-examples/auth-with-secret-otp/pyproject.toml +++ b/python-examples/auth-with-secret-otp/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", "pydantic[email]==2.10.6", "pyotp==2.9.0", diff --git a/python-examples/browser-sdk-showcase/pyproject.toml b/python-examples/browser-sdk-showcase/pyproject.toml index 158b5f0c..288814a3 100644 --- a/python-examples/browser-sdk-showcase/pyproject.toml +++ b/python-examples/browser-sdk-showcase/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", ] diff --git a/python-examples/browser-use/pyproject.toml b/python-examples/browser-use/pyproject.toml index 0dde4cad..95446558 100644 --- a/python-examples/browser-use/pyproject.toml +++ b/python-examples/browser-use/pyproject.toml @@ -19,7 +19,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "browser-use==0.11.2", "intuned-browser==0.1.14", ] diff --git a/python-examples/bs4/pyproject.toml b/python-examples/bs4/pyproject.toml index 1889836c..8dfc2a97 100644 --- a/python-examples/bs4/pyproject.toml +++ b/python-examples/bs4/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", "beautifulsoup4==4.14.3", "pydantic>=2.12.5", diff --git a/python-examples/captcha-solving-auth/pyproject.toml b/python-examples/captcha-solving-auth/pyproject.toml index dbea79fb..71558a98 100644 --- a/python-examples/captcha-solving-auth/pyproject.toml +++ b/python-examples/captcha-solving-auth/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56.0", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", ] diff --git a/python-examples/captcha-solving-basic/pyproject.toml b/python-examples/captcha-solving-basic/pyproject.toml index 00e12305..534bf091 100644 --- a/python-examples/captcha-solving-basic/pyproject.toml +++ b/python-examples/captcha-solving-basic/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", ] diff --git a/python-examples/cdp-connection/pyproject.toml b/python-examples/cdp-connection/pyproject.toml index 23e9cf85..7df4ea2e 100644 --- a/python-examples/cdp-connection/pyproject.toml +++ b/python-examples/cdp-connection/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", "httpx==0.28.1", "pydantic>=2.0.0", diff --git a/python-examples/computer-use/pyproject.toml b/python-examples/computer-use/pyproject.toml index 90772b6f..af32e31a 100644 --- a/python-examples/computer-use/pyproject.toml +++ b/python-examples/computer-use/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", "anthropic~=0.75.0", "python-dateutil~=2.9.0", diff --git a/python-examples/crawl4ai/pyproject.toml b/python-examples/crawl4ai/pyproject.toml index 33b12d4a..85cfe9de 100644 --- a/python-examples/crawl4ai/pyproject.toml +++ b/python-examples/crawl4ai/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", "crawl4ai @ git+https://github.com/izzat5233/crawl4ai.git", ] diff --git a/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml b/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml index 84d5c943..9253b88b 100644 --- a/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml +++ b/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", "pydantic==2.10.6", ] diff --git a/python-examples/e-commerce-nested/pyproject.toml b/python-examples/e-commerce-nested/pyproject.toml index 5c6a1c2e..4dc1f201 100644 --- a/python-examples/e-commerce-nested/pyproject.toml +++ b/python-examples/e-commerce-nested/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", "pydantic>=2.12.5", ] diff --git a/python-examples/e-commerce-scrapingcourse/pyproject.toml b/python-examples/e-commerce-scrapingcourse/pyproject.toml index 37e77862..5631ab55 100644 --- a/python-examples/e-commerce-scrapingcourse/pyproject.toml +++ b/python-examples/e-commerce-scrapingcourse/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", "pydantic==2.10.6", ] diff --git a/python-examples/e-commerce-shopify/pyproject.toml b/python-examples/e-commerce-shopify/pyproject.toml index b2c23f1f..25c8e285 100644 --- a/python-examples/e-commerce-shopify/pyproject.toml +++ b/python-examples/e-commerce-shopify/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", ] diff --git a/python-examples/ehr-integration/pyproject.toml b/python-examples/ehr-integration/pyproject.toml index ef175550..04d1b877 100644 --- a/python-examples/ehr-integration/pyproject.toml +++ b/python-examples/ehr-integration/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", ] diff --git a/python-examples/firecrawl/pyproject.toml b/python-examples/firecrawl/pyproject.toml index 3014cc27..2aa8300b 100644 --- a/python-examples/firecrawl/pyproject.toml +++ b/python-examples/firecrawl/pyproject.toml @@ -17,7 +17,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", "crawl4ai @ git+https://github.com/izzat5233/crawl4ai.git", "pytz>=2024.1", diff --git a/python-examples/hybrid-automation/pyproject.toml b/python-examples/hybrid-automation/pyproject.toml index c37fc8c3..e9b5588b 100644 --- a/python-examples/hybrid-automation/pyproject.toml +++ b/python-examples/hybrid-automation/pyproject.toml @@ -19,7 +19,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", "anthropic~=0.75.0", "openai~=1.0", diff --git a/python-examples/native-crawler/pyproject.toml b/python-examples/native-crawler/pyproject.toml index 5a3c1661..89bda164 100644 --- a/python-examples/native-crawler/pyproject.toml +++ b/python-examples/native-crawler/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", ] diff --git a/python-examples/network-interception/pyproject.toml b/python-examples/network-interception/pyproject.toml index 35272b29..cf555e7d 100644 --- a/python-examples/network-interception/pyproject.toml +++ b/python-examples/network-interception/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", "pydantic>=2.12.5", ] diff --git a/python-examples/playwright-basics/pyproject.toml b/python-examples/playwright-basics/pyproject.toml index ef175550..04d1b877 100644 --- a/python-examples/playwright-basics/pyproject.toml +++ b/python-examples/playwright-basics/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", ] diff --git a/python-examples/quick-recipes/pyproject.toml b/python-examples/quick-recipes/pyproject.toml index ef175550..04d1b877 100644 --- a/python-examples/quick-recipes/pyproject.toml +++ b/python-examples/quick-recipes/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", ] diff --git a/python-examples/rpa-auth-example/pyproject.toml b/python-examples/rpa-auth-example/pyproject.toml index 597bddff..0b1a1930 100644 --- a/python-examples/rpa-auth-example/pyproject.toml +++ b/python-examples/rpa-auth-example/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", "pydantic[email]==2.10.6", ] diff --git a/python-examples/rpa-example/pyproject.toml b/python-examples/rpa-example/pyproject.toml index 4815e643..dfba1ff1 100644 --- a/python-examples/rpa-example/pyproject.toml +++ b/python-examples/rpa-example/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", "pydantic[email]==2.10.6", ] diff --git a/python-examples/rpa-forms-example/pyproject.toml b/python-examples/rpa-forms-example/pyproject.toml index ee192dd2..db8d2ffb 100644 --- a/python-examples/rpa-forms-example/pyproject.toml +++ b/python-examples/rpa-forms-example/pyproject.toml @@ -19,7 +19,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "stagehand==3.5.0", "intuned-browser==0.1.14", ] diff --git a/python-examples/scrapy/pyproject.toml b/python-examples/scrapy/pyproject.toml index 9f3b1096..b5185dcf 100644 --- a/python-examples/scrapy/pyproject.toml +++ b/python-examples/scrapy/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", "pydantic>=2.10.6", "scrapy>=2.13.4", diff --git a/python-examples/setup-hooks/pyproject.toml b/python-examples/setup-hooks/pyproject.toml index b2830165..aefdd6db 100644 --- a/python-examples/setup-hooks/pyproject.toml +++ b/python-examples/setup-hooks/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", "pydantic>=2.0.0", ] diff --git a/python-examples/stagehand/pyproject.toml b/python-examples/stagehand/pyproject.toml index 4278da3d..fb2b9f2c 100644 --- a/python-examples/stagehand/pyproject.toml +++ b/python-examples/stagehand/pyproject.toml @@ -19,7 +19,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", "anthropic~=0.75.0", "python-dateutil~=2.9.0", diff --git a/python-examples/starter-auth/pyproject.toml b/python-examples/starter-auth/pyproject.toml index 597bddff..0b1a1930 100644 --- a/python-examples/starter-auth/pyproject.toml +++ b/python-examples/starter-auth/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", "pydantic[email]==2.10.6", ] diff --git a/python-examples/starter/pyproject.toml b/python-examples/starter/pyproject.toml index ef175550..04d1b877 100644 --- a/python-examples/starter/pyproject.toml +++ b/python-examples/starter/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.21", + "intuned-runtime==1.3.25", "intuned-browser==0.1.14", ]