Skip to content

Commit 3915b41

Browse files
authored
Merge pull request #197 from Intuned/release-runtimes-python-1.3.25
2 parents 11ff5f6 + b78c0d2 commit 3915b41

29 files changed

Lines changed: 29 additions & 29 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords = [
1717
]
1818
dependencies = [
1919
"playwright==1.56",
20-
"intuned-runtime==1.3.21",
20+
"intuned-runtime==1.3.25",
2121
"intuned-browser==0.1.14",
2222
"pydantic[email]==2.10.6",
2323
"resend>=2.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = [
1515
]
1616
dependencies = [
1717
"playwright==1.56",
18-
"intuned-runtime==1.3.21",
18+
"intuned-runtime==1.3.25",
1919
"intuned-browser==0.1.14",
2020
"pydantic[email]==2.10.6",
2121
"pyotp==2.9.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = [
1515
]
1616
dependencies = [
1717
"playwright==1.56",
18-
"intuned-runtime==1.3.21",
18+
"intuned-runtime==1.3.25",
1919
"intuned-browser==0.1.14",
2020
]
2121

python-examples/browser-use/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = [
1919
]
2020
dependencies = [
2121
"playwright==1.56",
22-
"intuned-runtime==1.3.21",
22+
"intuned-runtime==1.3.25",
2323
"browser-use==0.11.2",
2424
"intuned-browser==0.1.14",
2525
]

python-examples/bs4/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = [
1515
]
1616
dependencies = [
1717
"playwright==1.56",
18-
"intuned-runtime==1.3.21",
18+
"intuned-runtime==1.3.25",
1919
"intuned-browser==0.1.14",
2020
"beautifulsoup4==4.14.3",
2121
"pydantic>=2.12.5",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = [
1515
]
1616
dependencies = [
1717
"playwright==1.56.0",
18-
"intuned-runtime==1.3.21",
18+
"intuned-runtime==1.3.25",
1919
"intuned-browser==0.1.14",
2020
]
2121

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = [
1515
]
1616
dependencies = [
1717
"playwright==1.56",
18-
"intuned-runtime==1.3.21",
18+
"intuned-runtime==1.3.25",
1919
"intuned-browser==0.1.14",
2020
]
2121

python-examples/cdp-connection/pyproject.toml

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

python-examples/computer-use/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = [
1515
]
1616
dependencies = [
1717
"playwright==1.56",
18-
"intuned-runtime==1.3.21",
18+
"intuned-runtime==1.3.25",
1919
"intuned-browser==0.1.14",
2020
"anthropic~=0.75.0",
2121
"python-dateutil~=2.9.0",

python-examples/crawl4ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = [
1515
]
1616
dependencies = [
1717
"playwright==1.56",
18-
"intuned-runtime==1.3.21",
18+
"intuned-runtime==1.3.25",
1919
"intuned-browser==0.1.14",
2020
"crawl4ai @ git+https://github.com/izzat5233/crawl4ai.git",
2121
]

0 commit comments

Comments
 (0)