From ba26903225940de56baf1db77c63c99c82ffac05 Mon Sep 17 00:00:00 2001 From: Omar Bishtawi Date: Sun, 18 Jan 2026 19:00:22 +0200 Subject: [PATCH] update runtime --- 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 | 4 ++-- python-examples/starter-auth/pyproject.toml | 2 +- python-examples/starter/pyproject.toml | 2 +- 29 files changed, 30 insertions(+), 30 deletions(-) diff --git a/python-examples/auth-with-email-otp/pyproject.toml b/python-examples/auth-with-email-otp/pyproject.toml index 315f32a9..82d6a69d 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", "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 a7423467..8aaecee6 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", "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 a578c800..5f36101a 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", ] diff --git a/python-examples/browser-use/pyproject.toml b/python-examples/browser-use/pyproject.toml index 6bb526af..e658a43d 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.15", + "intuned-runtime==1.3.16", "browser-use==0.11.2", "intuned-browser==0.1.11", ] diff --git a/python-examples/bs4/pyproject.toml b/python-examples/bs4/pyproject.toml index 489833a1..2d3516c9 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", "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 c544937c..ea02bf08 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", ] diff --git a/python-examples/captcha-solving-basic/pyproject.toml b/python-examples/captcha-solving-basic/pyproject.toml index 2c1945c3..d2fa4dc6 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.15" + "intuned-runtime==1.3.16", ] [tool.uv] diff --git a/python-examples/cdp-connection/pyproject.toml b/python-examples/cdp-connection/pyproject.toml index 23aa7019..a942aeb7 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", "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 38a4d4bb..a18224d0 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", "anthropic~=0.75.0", "python-dateutil~=2.9.0", diff --git a/python-examples/crawl4ai/pyproject.toml b/python-examples/crawl4ai/pyproject.toml index c5f907d2..94e6735d 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", "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 2b8aa31d..998f95ab 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", "pydantic==2.10.6", ] diff --git a/python-examples/e-commerce-nested/pyproject.toml b/python-examples/e-commerce-nested/pyproject.toml index 6c833c70..3d7b1700 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", "pydantic>=2.12.5", ] diff --git a/python-examples/e-commerce-scrapingcourse/pyproject.toml b/python-examples/e-commerce-scrapingcourse/pyproject.toml index 003bbb5c..36982310 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", "pydantic==2.10.6", ] diff --git a/python-examples/e-commerce-shopify/pyproject.toml b/python-examples/e-commerce-shopify/pyproject.toml index ed249a1a..4cf13795 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", ] diff --git a/python-examples/ehr-integration/pyproject.toml b/python-examples/ehr-integration/pyproject.toml index 35b79b6d..20b28b21 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", ] diff --git a/python-examples/firecrawl/pyproject.toml b/python-examples/firecrawl/pyproject.toml index cdc03182..a8c8cf58 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", "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 fc03a653..fe60c77d 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", "anthropic~=0.75.0", "openai~=1.0", diff --git a/python-examples/native-crawler/pyproject.toml b/python-examples/native-crawler/pyproject.toml index 5fced023..e9fb475a 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", ] diff --git a/python-examples/network-interception/pyproject.toml b/python-examples/network-interception/pyproject.toml index 6aee24a0..717dc711 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", "pydantic>=2.12.5", ] diff --git a/python-examples/playwright-basics/pyproject.toml b/python-examples/playwright-basics/pyproject.toml index 35b79b6d..20b28b21 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", ] diff --git a/python-examples/quick-recipes/pyproject.toml b/python-examples/quick-recipes/pyproject.toml index 35b79b6d..20b28b21 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", ] diff --git a/python-examples/rpa-auth-example/pyproject.toml b/python-examples/rpa-auth-example/pyproject.toml index 436c1f67..628160b0 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", "pydantic[email]==2.10.6", ] diff --git a/python-examples/rpa-example/pyproject.toml b/python-examples/rpa-example/pyproject.toml index 670cdfba..ad5ec901 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", "pydantic[email]==2.10.6", ] diff --git a/python-examples/rpa-forms-example/pyproject.toml b/python-examples/rpa-forms-example/pyproject.toml index f09d1909..d3c9d666 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.15", + "intuned-runtime==1.3.16", "stagehand==0.5.3", "intuned-browser==0.1.11", ] diff --git a/python-examples/scrapy/pyproject.toml b/python-examples/scrapy/pyproject.toml index 4d1455e1..248759b0 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", "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 7f1e29ce..8d3e882a 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", "pydantic>=2.0.0", ] diff --git a/python-examples/stagehand/pyproject.toml b/python-examples/stagehand/pyproject.toml index e8222fa8..7160b0c6 100644 --- a/python-examples/stagehand/pyproject.toml +++ b/python-examples/stagehand/pyproject.toml @@ -19,12 +19,12 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", "anthropic~=0.75.0", "python-dateutil~=2.9.0", "httpx~=0.28.1", - "stagehand~=0.5.8" + "stagehand~=0.5.8", ] [tool.uv] diff --git a/python-examples/starter-auth/pyproject.toml b/python-examples/starter-auth/pyproject.toml index 436c1f67..628160b0 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", "pydantic[email]==2.10.6", ] diff --git a/python-examples/starter/pyproject.toml b/python-examples/starter/pyproject.toml index 35b79b6d..20b28b21 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.15", + "intuned-runtime==1.3.16", "intuned-browser==0.1.11", ]