Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python-examples/auth-with-email-otp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "auth-with-email-otp"
version = "0.0.1"
description = "Multi-step authentication with OTP (One-Time Password) verification. Demonstrates automated login flows with username/password and TOTP codes for accessing protected resources."
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/auth-with-secret-otp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "auth-with-secret-otp"
version = "0.0.1"
description = "Multi-step authentication with OTP (One-Time Password) verification. Demonstrates automated login flows with username/password and TOTP codes for accessing protected resources."
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/browser-sdk-showcase/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "browser-sdk-showcase"
version = "0.0.1"
description = "Showcase of Intuned Browser SDK helper functions for common automation tasks"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/browser-use/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "browser-use-purchase-item"
version = "0.0.1"
description = "Using Browser-Use with Intuned"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/bs4-example/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "beautifulSoup-example"
version = "0.0.1"
description = "BeautifulSoup example to scrape a website and extract data"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "captcha-solving-auth-example"
version = "0.0.1"
description = "E-commerce scraper automation to demonstrate our captcha solving and stealth mode capabilities for cloudflare with a real example"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "captcha-solving-basic-example"
version = "0.0.1"
description = "Automation project to demonstrate our captcha solving and stealth mode capabilities"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/computer-use/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "computer-use"
version = "0.0.1"
description = "AI-powered browser automation with Anthropic, OpenAI, Gemini, and Browser Use"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/crawl4ai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "default"
version = "0.0.1"
description = "Empty Intuned project"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "ecommerce-with-auth"
version = "0.0.1"
description = "Credentials based e-commerce automation that extracts product details from a list of products"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/e-commerce-scrapingcourse/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "ecommerce"
version = "0.0.1"
description = "E-commerce automation that extracts product details from a list of products"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/e-commerece-category/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "e-commerece-category"
version = "0.0.1"
description = "E-commerce automation to scrape products from an e-commerce store starting from the category page"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/e-commerece-shopify/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "e-commerece-shopify"
version = "0.0.1"
description = "E-commerce automation to scrape products from Shopify"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/ehr-integration-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "default"
version = "0.0.1"
description = "Empty Intuned project"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/empty-auth/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "book-consultations-with-auth"
version = "0.0.1"
description = "Credentials based booking automation to book a consultation with a consultant and list the consultations"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/empty/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "default"
version = "0.0.1"
description = "Empty Intuned project"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/hyprid-automation/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "hybrid-automation"
version = "0.0.1"
description = "Hybrid automation with Stagehand and Intuned"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/native-crawler/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "native-crawler"
version = "0.0.1"
description = "Native web crawler using extend_payload and attempt_store for parallel crawling with deduplication"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/network-interception/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "network-interception"
version = "0.0.1"
description = "Network interception to capture paginated API data"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/playwright-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "default"
version = "0.0.1"
description = "Empty Intuned project"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/quick-recipes/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "default"
version = "0.0.1"
description = "Empty Intuned project"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/rpa-auth-example/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "book-consultations-with-auth"
version = "0.0.1"
description = "Credentials based booking automation to book a consultation with a consultant and list the consultations"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/rpa-example/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "book-consultations"
version = "0.0.1"
description = "Booking automation to book a consultation with a consultant and list the consultations"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/scrapy-example/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "scrapy-example"
version = "0.0.1"
description = "Scrapy example to scrape quotes from the quotes.toscrape.com website"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/simple-firecrawl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "simple-firecrawl"
version = "0.0.1"
description = "Firecrawl-compatible API using crawl4ai - open-source replacement"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down
2 changes: 1 addition & 1 deletion python-examples/stagehand/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "stagehand-get-books"
version = "0.0.1"
description = "Using Stagehand with Intuned"
authors = [{ name = "Intuned", email = "service@intunedhq.com" }]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14,<3.15"
readme = "README.md"
keywords = [
"Python",
Expand Down