Skip to content

Commit 05fc7f8

Browse files
Update dependency playwright to v1.58.0
1 parent b6d7d65 commit 05fc7f8

File tree

29 files changed

+29
-29
lines changed

29 files changed

+29
-29
lines changed

python-examples/auth-with-email-otp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords = [
1616
"intuned-auth-sessions-credentials"
1717
]
1818
dependencies = [
19-
"playwright==1.56",
19+
"playwright==1.58.0",
2020
"intuned-runtime==1.3.21",
2121
"intuned-browser==0.1.14",
2222
"pydantic[email]==2.10.6",

python-examples/auth-with-secret-otp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = [
1414
"intuned-browser-sdk",
1515
]
1616
dependencies = [
17-
"playwright==1.56",
17+
"playwright==1.58.0",
1818
"intuned-runtime==1.3.21",
1919
"intuned-browser==0.1.14",
2020
"pydantic[email]==2.10.6",

python-examples/browser-sdk-showcase/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = [
1414
"intuned-browser-sdk",
1515
]
1616
dependencies = [
17-
"playwright==1.56",
17+
"playwright==1.58.0",
1818
"intuned-runtime==1.3.21",
1919
"intuned-browser==0.1.14",
2020
]

python-examples/browser-use/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords = [
1818
"intuned-runtime-sdk-setup-context-hook",
1919
]
2020
dependencies = [
21-
"playwright==1.56",
21+
"playwright==1.58.0",
2222
"intuned-runtime==1.3.21",
2323
"browser-use==0.11.2",
2424
"intuned-browser==0.1.14",

python-examples/bs4/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = [
1414
"intuned-browser-sdk",
1515
]
1616
dependencies = [
17-
"playwright==1.56",
17+
"playwright==1.58.0",
1818
"intuned-runtime==1.3.21",
1919
"intuned-browser==0.1.14",
2020
"beautifulsoup4==4.14.3",

python-examples/captcha-solving-auth/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = [
1414
"captcha-solving",
1515
]
1616
dependencies = [
17-
"playwright==1.56.0",
17+
"playwright==1.58.0",
1818
"intuned-runtime==1.3.21",
1919
"intuned-browser==0.1.14",
2020
]

python-examples/captcha-solving-basic/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = [
1414
"captcha-solving",
1515
]
1616
dependencies = [
17-
"playwright==1.56",
17+
"playwright==1.58.0",
1818
"intuned-runtime==1.3.21",
1919
"intuned-browser==0.1.14",
2020
]

python-examples/cdp-connection/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = [
1313
"Python",
1414
]
1515
dependencies = [
16-
"playwright==1.56",
16+
"playwright==1.58.0",
1717
"intuned-runtime==1.3.21",
1818
"intuned-browser==0.1.14",
1919
"httpx==0.28.1",

python-examples/computer-use/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = [
1414
"intuned-browser-sdk",
1515
]
1616
dependencies = [
17-
"playwright==1.56",
17+
"playwright==1.58.0",
1818
"intuned-runtime==1.3.21",
1919
"intuned-browser==0.1.14",
2020
"anthropic~=0.75.0",

python-examples/crawl4ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = [
1414
"intuned-browser-sdk",
1515
]
1616
dependencies = [
17-
"playwright==1.56",
17+
"playwright==1.58.0",
1818
"intuned-runtime==1.3.21",
1919
"intuned-browser==0.1.14",
2020
"crawl4ai @ git+https://github.com/izzat5233/crawl4ai.git",

0 commit comments

Comments
 (0)