Skip to content

Commit 70ecc96

Browse files
Update python-examples-deps
1 parent c12341c commit 70ecc96

File tree

25 files changed

+58
-58
lines changed

25 files changed

+58
-58
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "auth-with-email-otp"
77
version = "0.0.1"
88
description = "Multi-step authentication with OTP (One-Time Password) verification. Demonstrates automated login flows with username/password and TOTP codes for accessing protected resources."
99
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
10-
requires-python = ">=3.12,<3.13"
10+
requires-python = ">=3.14,<3.15"
1111
readme = "README.md"
1212
keywords = [
1313
"Python",
@@ -16,10 +16,10 @@ keywords = [
1616
"intuned-auth-sessions-credentials"
1717
]
1818
dependencies = [
19-
"playwright==1.56",
19+
"playwright==1.57.0",
2020
"intuned-runtime==1.3.14",
2121
"intuned-browser==0.1.11",
22-
"pydantic[email]==2.10.6",
22+
"pydantic[email]==2.12.5",
2323
"resend>=2.0.0",
2424
]
2525

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ name = "auth-with-secret-otp"
77
version = "0.0.1"
88
description = "Multi-step authentication with OTP (One-Time Password) verification. Demonstrates automated login flows with username/password and TOTP codes for accessing protected resources."
99
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
10-
requires-python = ">=3.12,<3.13"
10+
requires-python = ">=3.14,<3.15"
1111
readme = "README.md"
1212
keywords = [
1313
"Python",
1414
"intuned-browser-sdk",
1515
]
1616
dependencies = [
17-
"playwright==1.56",
17+
"playwright==1.57.0",
1818
"intuned-runtime==1.3.14",
1919
"intuned-browser==0.1.11",
20-
"pydantic[email]==2.10.6",
20+
"pydantic[email]==2.12.5",
2121
"pyotp==2.9.0",
2222
]
2323

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ name = "default"
77
version = "0.0.1"
88
description = "Empty Intuned project"
99
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
10-
requires-python = ">=3.12,<3.13"
10+
requires-python = ">=3.14,<3.15"
1111
readme = "README.md"
1212
keywords = [
1313
"Python",
1414
"intuned-browser-sdk",
1515
]
1616
dependencies = [
17-
"playwright==1.56",
17+
"playwright==1.57.0",
1818
"intuned-runtime==1.3.14",
1919
"intuned-browser==0.1.11",
2020
]

python-examples/browser-use/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "browser-use-purchase-item"
77
version = "0.0.1"
88
description = "Using Browser-Use with Intuned"
99
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
10-
requires-python = ">=3.12,<3.13"
10+
requires-python = ">=3.14,<3.15"
1111
readme = "README.md"
1212
keywords = [
1313
"Python",
@@ -18,9 +18,9 @@ keywords = [
1818
"intuned-runtime-sdk-setup-context-hook",
1919
]
2020
dependencies = [
21-
"playwright==1.56",
21+
"playwright==1.57.0",
2222
"intuned-runtime==1.3.14",
23-
"browser-use==0.7.6",
23+
"browser-use==0.11.2",
2424
"intuned-browser==0.1.11",
2525
]
2626

python-examples/bs4-example/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ name = "beautifulSoup-example"
77
version = "0.0.1"
88
description = "BeautifulSoup example to scrape a website and extract data"
99
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
10-
requires-python = ">=3.12,<3.13"
10+
requires-python = ">=3.14,<3.15"
1111
readme = "README.md"
1212
keywords = [
1313
"Python",
1414
"intuned-browser-sdk",
1515
]
1616
dependencies = [
17-
"playwright==1.56",
17+
"playwright==1.57.0",
1818
"intuned-runtime==1.3.14",
1919
"intuned-browser==0.1.11",
2020
"beautifulsoup4==4.14.3",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ name = "captcha-solving-auth-example"
77
version = "0.0.1"
88
description = "E-commerce scraper automation to demonstrate our captcha solving and stealth mode capabilities for cloudflare with a real example"
99
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
10-
requires-python = ">=3.12,<3.13"
10+
requires-python = ">=3.14,<3.15"
1111
readme = "README.md"
1212
keywords = [
1313
"Python",
1414
"captcha-solving",
1515
]
1616
dependencies = [
17-
"playwright==1.56.0",
17+
"playwright==1.57.0",
1818
"intuned-runtime==1.3.14",
1919
"intuned-browser==0.1.11",
2020
]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ name = "captcha-solving-basic-example"
77
version = "0.0.1"
88
description = "Automation project to demonstrate our captcha solving and stealth mode capabilities"
99
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
10-
requires-python = ">=3.12,<3.13"
10+
requires-python = ">=3.14,<3.15"
1111
readme = "README.md"
1212
keywords = [
1313
"Python",
1414
"captcha-solving",
1515
]
1616
dependencies = [
17-
"playwright==1.56",
17+
"playwright==1.57.0",
1818
"intuned-runtime==1.3.14"
1919
]
2020

python-examples/computer-use/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ name = "computer-use"
77
version = "0.0.1"
88
description = "AI-powered browser automation with Anthropic, OpenAI, Gemini, and Browser Use"
99
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
10-
requires-python = ">=3.12,<3.13"
10+
requires-python = ">=3.14,<3.15"
1111
readme = "README.md"
1212
keywords = [
1313
"Python",
1414
"intuned-browser-sdk",
1515
]
1616
dependencies = [
17-
"playwright==1.56",
17+
"playwright==1.57.0",
1818
"intuned-runtime==1.3.14",
1919
"intuned-browser==0.1.11",
2020
"anthropic~=0.75.0",

python-examples/crawl4ai/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ name = "default"
77
version = "0.0.1"
88
description = "Empty Intuned project"
99
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
10-
requires-python = ">=3.12,<3.13"
10+
requires-python = ">=3.14,<3.15"
1111
readme = "README.md"
1212
keywords = [
1313
"Python",
1414
"intuned-browser-sdk",
1515
]
1616
dependencies = [
17-
"playwright==1.56",
17+
"playwright==1.57.0",
1818
"intuned-runtime==1.3.14",
1919
"intuned-browser==0.1.11",
2020
"crawl4ai @ git+https://github.com/izzat5233/crawl4ai.git",

python-examples/e-commerce-auth-scrapingcourse/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ name = "ecommerce-with-auth"
77
version = "0.0.1"
88
description = "Credentials based e-commerce automation that extracts product details from a list of products"
99
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
10-
requires-python = ">=3.12,<3.13"
10+
requires-python = ">=3.14,<3.15"
1111
readme = "README.md"
1212
keywords = [
1313
"Python",
1414
"intuned-browser-sdk",
1515
]
1616
dependencies = [
17-
"playwright==1.56",
17+
"playwright==1.57.0",
1818
"intuned-runtime==1.3.14",
1919
"intuned-browser==0.1.11",
20-
"pydantic==2.10.6",
20+
"pydantic==2.12.5",
2121
]
2222

2323
[tool.uv]

0 commit comments

Comments
 (0)