diff --git a/python-examples/auth-with-email-otp/pyproject.toml b/python-examples/auth-with-email-otp/pyproject.toml index ca60988..143cb08 100644 --- a/python-examples/auth-with-email-otp/pyproject.toml +++ b/python-examples/auth-with-email-otp/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ "intuned-auth-sessions-credentials" ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", "pydantic[email]==2.10.6", diff --git a/python-examples/auth-with-secret-otp/pyproject.toml b/python-examples/auth-with-secret-otp/pyproject.toml index dfab766..4bf93f5 100644 --- a/python-examples/auth-with-secret-otp/pyproject.toml +++ b/python-examples/auth-with-secret-otp/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", "pydantic[email]==2.10.6", diff --git a/python-examples/browser-sdk-showcase/pyproject.toml b/python-examples/browser-sdk-showcase/pyproject.toml index 26b7090..0ef6274 100644 --- a/python-examples/browser-sdk-showcase/pyproject.toml +++ b/python-examples/browser-sdk-showcase/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", ] diff --git a/python-examples/browser-use/pyproject.toml b/python-examples/browser-use/pyproject.toml index 11ac8c1..40b0118 100644 --- a/python-examples/browser-use/pyproject.toml +++ b/python-examples/browser-use/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ "intuned-runtime-sdk-setup-context-hook", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "browser-use==0.11.2", "intuned-browser==0.1.13", diff --git a/python-examples/bs4/pyproject.toml b/python-examples/bs4/pyproject.toml index 477bce4..7ec18af 100644 --- a/python-examples/bs4/pyproject.toml +++ b/python-examples/bs4/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", "beautifulsoup4==4.14.3", diff --git a/python-examples/captcha-solving-auth/pyproject.toml b/python-examples/captcha-solving-auth/pyproject.toml index 55f25f3..706905b 100644 --- a/python-examples/captcha-solving-auth/pyproject.toml +++ b/python-examples/captcha-solving-auth/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "captcha-solving", ] dependencies = [ - "playwright==1.56.0", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", ] diff --git a/python-examples/captcha-solving-basic/pyproject.toml b/python-examples/captcha-solving-basic/pyproject.toml index 8f1a151..f669fb7 100644 --- a/python-examples/captcha-solving-basic/pyproject.toml +++ b/python-examples/captcha-solving-basic/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "captcha-solving", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17" ] diff --git a/python-examples/cdp-connection/pyproject.toml b/python-examples/cdp-connection/pyproject.toml index 55f30e1..3bab06e 100644 --- a/python-examples/cdp-connection/pyproject.toml +++ b/python-examples/cdp-connection/pyproject.toml @@ -13,7 +13,7 @@ keywords = [ "Python", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", "httpx==0.28.1", diff --git a/python-examples/computer-use/pyproject.toml b/python-examples/computer-use/pyproject.toml index dec391b..caa748f 100644 --- a/python-examples/computer-use/pyproject.toml +++ b/python-examples/computer-use/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", "anthropic~=0.75.0", diff --git a/python-examples/crawl4ai/pyproject.toml b/python-examples/crawl4ai/pyproject.toml index 6ec27b3..8f8f7f8 100644 --- a/python-examples/crawl4ai/pyproject.toml +++ b/python-examples/crawl4ai/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", "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 5febb4c..8b06ee1 100644 --- a/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml +++ b/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", "pydantic==2.10.6", diff --git a/python-examples/e-commerce-nested/pyproject.toml b/python-examples/e-commerce-nested/pyproject.toml index db38445..6ecc471 100644 --- a/python-examples/e-commerce-nested/pyproject.toml +++ b/python-examples/e-commerce-nested/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", "pydantic>=2.12.5", diff --git a/python-examples/e-commerce-scrapingcourse/pyproject.toml b/python-examples/e-commerce-scrapingcourse/pyproject.toml index e712d52..59b42f1 100644 --- a/python-examples/e-commerce-scrapingcourse/pyproject.toml +++ b/python-examples/e-commerce-scrapingcourse/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", "pydantic==2.10.6", diff --git a/python-examples/e-commerce-shopify/pyproject.toml b/python-examples/e-commerce-shopify/pyproject.toml index 229278d..06faca6 100644 --- a/python-examples/e-commerce-shopify/pyproject.toml +++ b/python-examples/e-commerce-shopify/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", ] diff --git a/python-examples/ehr-integration/pyproject.toml b/python-examples/ehr-integration/pyproject.toml index 5b0bc46..5692827 100644 --- a/python-examples/ehr-integration/pyproject.toml +++ b/python-examples/ehr-integration/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", ] diff --git a/python-examples/firecrawl/pyproject.toml b/python-examples/firecrawl/pyproject.toml index 4ece08f..24cc164 100644 --- a/python-examples/firecrawl/pyproject.toml +++ b/python-examples/firecrawl/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ "crawl4ai", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", "crawl4ai @ git+https://github.com/izzat5233/crawl4ai.git", diff --git a/python-examples/hybrid-automation/pyproject.toml b/python-examples/hybrid-automation/pyproject.toml index 3653aff..1eb14fd 100644 --- a/python-examples/hybrid-automation/pyproject.toml +++ b/python-examples/hybrid-automation/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ "intuned-runtime-sdk-setup-context-hook", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", "anthropic~=0.75.0", diff --git a/python-examples/native-crawler/pyproject.toml b/python-examples/native-crawler/pyproject.toml index 46fd5bf..c72da9a 100644 --- a/python-examples/native-crawler/pyproject.toml +++ b/python-examples/native-crawler/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", ] diff --git a/python-examples/network-interception/pyproject.toml b/python-examples/network-interception/pyproject.toml index 47e1710..3b3d9f6 100644 --- a/python-examples/network-interception/pyproject.toml +++ b/python-examples/network-interception/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", "pydantic>=2.12.5", diff --git a/python-examples/playwright-basics/pyproject.toml b/python-examples/playwright-basics/pyproject.toml index 5b0bc46..5692827 100644 --- a/python-examples/playwright-basics/pyproject.toml +++ b/python-examples/playwright-basics/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", ] diff --git a/python-examples/quick-recipes/pyproject.toml b/python-examples/quick-recipes/pyproject.toml index 5b0bc46..5692827 100644 --- a/python-examples/quick-recipes/pyproject.toml +++ b/python-examples/quick-recipes/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", ] diff --git a/python-examples/rpa-auth-example/pyproject.toml b/python-examples/rpa-auth-example/pyproject.toml index f426fc8..c3e44d6 100644 --- a/python-examples/rpa-auth-example/pyproject.toml +++ b/python-examples/rpa-auth-example/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", "pydantic[email]==2.10.6", diff --git a/python-examples/rpa-example/pyproject.toml b/python-examples/rpa-example/pyproject.toml index 6192596..835fdc7 100644 --- a/python-examples/rpa-example/pyproject.toml +++ b/python-examples/rpa-example/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", "pydantic[email]==2.10.6", diff --git a/python-examples/rpa-forms-example/pyproject.toml b/python-examples/rpa-forms-example/pyproject.toml index fea9ada..66d77ec 100644 --- a/python-examples/rpa-forms-example/pyproject.toml +++ b/python-examples/rpa-forms-example/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ "intuned-runtime-sdk-setup-context-hook", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "stagehand==0.5.3", "intuned-browser==0.1.13", diff --git a/python-examples/scrapy/pyproject.toml b/python-examples/scrapy/pyproject.toml index 1d7c350..37ac416 100644 --- a/python-examples/scrapy/pyproject.toml +++ b/python-examples/scrapy/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", "pydantic>=2.10.6", diff --git a/python-examples/setup-hooks/pyproject.toml b/python-examples/setup-hooks/pyproject.toml index 978c063..00cddbe 100644 --- a/python-examples/setup-hooks/pyproject.toml +++ b/python-examples/setup-hooks/pyproject.toml @@ -13,7 +13,7 @@ keywords = [ "Python", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", "pydantic>=2.0.0", diff --git a/python-examples/stagehand/pyproject.toml b/python-examples/stagehand/pyproject.toml index 68ff77e..fde0111 100644 --- a/python-examples/stagehand/pyproject.toml +++ b/python-examples/stagehand/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ "intuned-runtime-sdk-setup-context-hook", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", "anthropic~=0.75.0", diff --git a/python-examples/starter-auth/pyproject.toml b/python-examples/starter-auth/pyproject.toml index f426fc8..c3e44d6 100644 --- a/python-examples/starter-auth/pyproject.toml +++ b/python-examples/starter-auth/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", "pydantic[email]==2.10.6", diff --git a/python-examples/starter/pyproject.toml b/python-examples/starter/pyproject.toml index 5b0bc46..5692827 100644 --- a/python-examples/starter/pyproject.toml +++ b/python-examples/starter/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.58.0", "intuned-runtime==1.3.17", "intuned-browser==0.1.13", ]