diff --git a/python-examples/auth-with-email-otp/pyproject.toml b/python-examples/auth-with-email-otp/pyproject.toml index eac12ba..2072c18 100644 --- a/python-examples/auth-with-email-otp/pyproject.toml +++ b/python-examples/auth-with-email-otp/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "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 596bb1c..df49fc6 100644 --- a/python-examples/auth-with-secret-otp/pyproject.toml +++ b/python-examples/auth-with-secret-otp/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "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 b79394f..4fb6002 100644 --- a/python-examples/browser-sdk-showcase/pyproject.toml +++ b/python-examples/browser-sdk-showcase/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", ] [tool.uv] diff --git a/python-examples/browser-use/pyproject.toml b/python-examples/browser-use/pyproject.toml index fed8353..332fa68 100644 --- a/python-examples/browser-use/pyproject.toml +++ b/python-examples/browser-use/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", "browser-use==0.11.2", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", ] [tool.uv] diff --git a/python-examples/bs4/pyproject.toml b/python-examples/bs4/pyproject.toml index cc054cc..8944d81 100644 --- a/python-examples/bs4/pyproject.toml +++ b/python-examples/bs4/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "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 b44412e..f6a2f04 100644 --- a/python-examples/captcha-solving-auth/pyproject.toml +++ b/python-examples/captcha-solving-auth/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56.0", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", ] [tool.uv] diff --git a/python-examples/cdp-connection/pyproject.toml b/python-examples/cdp-connection/pyproject.toml index 9bc0a19..aa5475c 100644 --- a/python-examples/cdp-connection/pyproject.toml +++ b/python-examples/cdp-connection/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "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 4b69013..bdff20d 100644 --- a/python-examples/computer-use/pyproject.toml +++ b/python-examples/computer-use/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "anthropic~=0.75.0", "python-dateutil~=2.9.0", "httpx~=0.28.1", diff --git a/python-examples/crawl4ai/pyproject.toml b/python-examples/crawl4ai/pyproject.toml index 888e1b1..f827dc1 100644 --- a/python-examples/crawl4ai/pyproject.toml +++ b/python-examples/crawl4ai/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "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 b5ea888..6a85647 100644 --- a/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml +++ b/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "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 4881236..2c3fc7a 100644 --- a/python-examples/e-commerce-nested/pyproject.toml +++ b/python-examples/e-commerce-nested/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "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 cb270f2..84a35cc 100644 --- a/python-examples/e-commerce-scrapingcourse/pyproject.toml +++ b/python-examples/e-commerce-scrapingcourse/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "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 b23bdd2..604a24f 100644 --- a/python-examples/e-commerce-shopify/pyproject.toml +++ b/python-examples/e-commerce-shopify/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", ] [tool.uv] diff --git a/python-examples/ehr-integration/pyproject.toml b/python-examples/ehr-integration/pyproject.toml index 277cba3..6701e92 100644 --- a/python-examples/ehr-integration/pyproject.toml +++ b/python-examples/ehr-integration/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", ] [tool.uv] diff --git a/python-examples/firecrawl/pyproject.toml b/python-examples/firecrawl/pyproject.toml index 82803c7..26040f1 100644 --- a/python-examples/firecrawl/pyproject.toml +++ b/python-examples/firecrawl/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "crawl4ai @ git+https://github.com/izzat5233/crawl4ai.git", "pytz>=2024.1", "tavily-python>=0.5.0", diff --git a/python-examples/hybrid-automation/pyproject.toml b/python-examples/hybrid-automation/pyproject.toml index 35ebc64..afe5000 100644 --- a/python-examples/hybrid-automation/pyproject.toml +++ b/python-examples/hybrid-automation/pyproject.toml @@ -20,7 +20,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "anthropic~=0.75.0", "openai~=1.0", "python-dateutil~=2.9.0", diff --git a/python-examples/native-crawler/pyproject.toml b/python-examples/native-crawler/pyproject.toml index 320f6a3..5e62ef7 100644 --- a/python-examples/native-crawler/pyproject.toml +++ b/python-examples/native-crawler/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", ] [tool.uv] diff --git a/python-examples/network-interception/pyproject.toml b/python-examples/network-interception/pyproject.toml index fb09d95..21eda66 100644 --- a/python-examples/network-interception/pyproject.toml +++ b/python-examples/network-interception/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "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 277cba3..6701e92 100644 --- a/python-examples/playwright-basics/pyproject.toml +++ b/python-examples/playwright-basics/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", ] [tool.uv] diff --git a/python-examples/quick-recipes/pyproject.toml b/python-examples/quick-recipes/pyproject.toml index 277cba3..6701e92 100644 --- a/python-examples/quick-recipes/pyproject.toml +++ b/python-examples/quick-recipes/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", ] [tool.uv] diff --git a/python-examples/rpa-auth-example/pyproject.toml b/python-examples/rpa-auth-example/pyproject.toml index c5a2fa6..ae16e86 100644 --- a/python-examples/rpa-auth-example/pyproject.toml +++ b/python-examples/rpa-auth-example/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "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 2d9594d..ea89a40 100644 --- a/python-examples/rpa-example/pyproject.toml +++ b/python-examples/rpa-example/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "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 a49fb4b..dbd04f6 100644 --- a/python-examples/rpa-forms-example/pyproject.toml +++ b/python-examples/rpa-forms-example/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", "stagehand==0.5.3", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", ] [tool.uv] diff --git a/python-examples/scrapy/pyproject.toml b/python-examples/scrapy/pyproject.toml index 138a9c3..13b3a58 100644 --- a/python-examples/scrapy/pyproject.toml +++ b/python-examples/scrapy/pyproject.toml @@ -17,7 +17,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "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 0f13ea1..5d06d71 100644 --- a/python-examples/setup-hooks/pyproject.toml +++ b/python-examples/setup-hooks/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "pydantic>=2.0.0", ] diff --git a/python-examples/stagehand/pyproject.toml b/python-examples/stagehand/pyproject.toml index 5b1d1ca..64a3a62 100644 --- a/python-examples/stagehand/pyproject.toml +++ b/python-examples/stagehand/pyproject.toml @@ -20,7 +20,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "anthropic~=0.75.0", "python-dateutil~=2.9.0", "httpx~=0.28.1", diff --git a/python-examples/starter-auth/pyproject.toml b/python-examples/starter-auth/pyproject.toml index c5a2fa6..ae16e86 100644 --- a/python-examples/starter-auth/pyproject.toml +++ b/python-examples/starter-auth/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "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 277cba3..6701e92 100644 --- a/python-examples/starter/pyproject.toml +++ b/python-examples/starter/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", ] [tool.uv]