diff --git a/python-examples/auth-with-email-otp/pyproject.toml b/python-examples/auth-with-email-otp/pyproject.toml index 3122ecc..d0242c2 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.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "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 e649072..eee207f 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.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "pydantic[email]==2.10.6", diff --git a/python-examples/browser-sdk-showcase/pyproject.toml b/python-examples/browser-sdk-showcase/pyproject.toml index d1df39c..05045e1 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.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", ] diff --git a/python-examples/browser-use/pyproject.toml b/python-examples/browser-use/pyproject.toml index 909bf18..b31bcbb 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.57.0", "intuned-runtime==1.3.14", "browser-use==0.11.2", "intuned-browser==0.1.11", diff --git a/python-examples/bs4-example/pyproject.toml b/python-examples/bs4-example/pyproject.toml index 5ffc580..e80c646 100644 --- a/python-examples/bs4-example/pyproject.toml +++ b/python-examples/bs4-example/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "beautifulsoup4==4.14.3", diff --git a/python-examples/captcha-solving-auth-example/pyproject.toml b/python-examples/captcha-solving-auth-example/pyproject.toml index b76f616..ba63eb2 100644 --- a/python-examples/captcha-solving-auth-example/pyproject.toml +++ b/python-examples/captcha-solving-auth-example/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "captcha-solving", ] dependencies = [ - "playwright==1.56.0", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", ] diff --git a/python-examples/captcha-solving-basic-example/pyproject.toml b/python-examples/captcha-solving-basic-example/pyproject.toml index 658c422..d911053 100644 --- a/python-examples/captcha-solving-basic-example/pyproject.toml +++ b/python-examples/captcha-solving-basic-example/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "captcha-solving", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14" ] diff --git a/python-examples/computer-use/pyproject.toml b/python-examples/computer-use/pyproject.toml index f222ed7..a647279 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.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "anthropic~=0.75.0", diff --git a/python-examples/crawl4ai/pyproject.toml b/python-examples/crawl4ai/pyproject.toml index ff3e68c..9ad5e9f 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.57.0", "intuned-runtime==1.3.14", "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 f7f07a3..c5d266b 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.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "pydantic==2.10.6", diff --git a/python-examples/e-commerce-scrapingcourse/pyproject.toml b/python-examples/e-commerce-scrapingcourse/pyproject.toml index 6392b0c..d410f1a 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.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "pydantic==2.10.6", diff --git a/python-examples/e-commerece-category/pyproject.toml b/python-examples/e-commerece-category/pyproject.toml index 3f258c1..c807dfc 100644 --- a/python-examples/e-commerece-category/pyproject.toml +++ b/python-examples/e-commerece-category/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "pydantic>=2.12.5", diff --git a/python-examples/e-commerece-shopify/pyproject.toml b/python-examples/e-commerece-shopify/pyproject.toml index 663e909..6625da6 100644 --- a/python-examples/e-commerece-shopify/pyproject.toml +++ b/python-examples/e-commerece-shopify/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", ] diff --git a/python-examples/ehr-integration-python/pyproject.toml b/python-examples/ehr-integration-python/pyproject.toml index 8f9b9d1..fd25560 100644 --- a/python-examples/ehr-integration-python/pyproject.toml +++ b/python-examples/ehr-integration-python/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", ] diff --git a/python-examples/empty-auth/pyproject.toml b/python-examples/empty-auth/pyproject.toml index 69f4e38..6d08380 100644 --- a/python-examples/empty-auth/pyproject.toml +++ b/python-examples/empty-auth/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "pydantic[email]==2.10.6", diff --git a/python-examples/empty/pyproject.toml b/python-examples/empty/pyproject.toml index 8f9b9d1..fd25560 100644 --- a/python-examples/empty/pyproject.toml +++ b/python-examples/empty/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", ] diff --git a/python-examples/hyprid-automation/pyproject.toml b/python-examples/hyprid-automation/pyproject.toml index 698dcd2..93f3f02 100644 --- a/python-examples/hyprid-automation/pyproject.toml +++ b/python-examples/hyprid-automation/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ "intuned-runtime-sdk-setup-context-hook", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "anthropic~=0.75.0", diff --git a/python-examples/native-crawler/pyproject.toml b/python-examples/native-crawler/pyproject.toml index d3e5f4b..0ca63c3 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.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", ] diff --git a/python-examples/network-interception/pyproject.toml b/python-examples/network-interception/pyproject.toml index d79a1c1..ed99d86 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.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "pydantic>=2.12.5", diff --git a/python-examples/playwright-python/pyproject.toml b/python-examples/playwright-python/pyproject.toml index 8f9b9d1..fd25560 100644 --- a/python-examples/playwright-python/pyproject.toml +++ b/python-examples/playwright-python/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", ] diff --git a/python-examples/quick-recipes/pyproject.toml b/python-examples/quick-recipes/pyproject.toml index 8f9b9d1..fd25560 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.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", ] diff --git a/python-examples/rpa-auth-example/pyproject.toml b/python-examples/rpa-auth-example/pyproject.toml index 436c1f6..e12abc6 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.57.0", "intuned-runtime==1.3.15", "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 3ae1640..0f078fa 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.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "pydantic[email]==2.10.6", diff --git a/python-examples/scrapy-example/pyproject.toml b/python-examples/scrapy-example/pyproject.toml index af1759a..7591cdc 100644 --- a/python-examples/scrapy-example/pyproject.toml +++ b/python-examples/scrapy-example/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "pydantic>=2.10.6", diff --git a/python-examples/simple-firecrawl/pyproject.toml b/python-examples/simple-firecrawl/pyproject.toml index 734b2b4..efdf275 100644 --- a/python-examples/simple-firecrawl/pyproject.toml +++ b/python-examples/simple-firecrawl/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ "crawl4ai", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "crawl4ai @ git+https://github.com/izzat5233/crawl4ai.git", diff --git a/python-examples/stagehand/pyproject.toml b/python-examples/stagehand/pyproject.toml index 0be499c..edef6a1 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.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "anthropic~=0.75.0",