diff --git a/python-examples/auth-with-email-otp/pyproject.toml b/python-examples/auth-with-email-otp/pyproject.toml index 3122ecc7..a4814d8f 100644 --- a/python-examples/auth-with-email-otp/pyproject.toml +++ b/python-examples/auth-with-email-otp/pyproject.toml @@ -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", diff --git a/python-examples/auth-with-secret-otp/pyproject.toml b/python-examples/auth-with-secret-otp/pyproject.toml index e6490723..cf4b91c2 100644 --- a/python-examples/auth-with-secret-otp/pyproject.toml +++ b/python-examples/auth-with-secret-otp/pyproject.toml @@ -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", diff --git a/python-examples/browser-sdk-showcase/pyproject.toml b/python-examples/browser-sdk-showcase/pyproject.toml index d1df39c7..8c355d57 100644 --- a/python-examples/browser-sdk-showcase/pyproject.toml +++ b/python-examples/browser-sdk-showcase/pyproject.toml @@ -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", diff --git a/python-examples/browser-use/pyproject.toml b/python-examples/browser-use/pyproject.toml index 909bf184..5c7303c7 100644 --- a/python-examples/browser-use/pyproject.toml +++ b/python-examples/browser-use/pyproject.toml @@ -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", diff --git a/python-examples/bs4-example/pyproject.toml b/python-examples/bs4-example/pyproject.toml index 5ffc5803..e866a820 100644 --- a/python-examples/bs4-example/pyproject.toml +++ b/python-examples/bs4-example/pyproject.toml @@ -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", diff --git a/python-examples/captcha-solving-auth-example/pyproject.toml b/python-examples/captcha-solving-auth-example/pyproject.toml index b76f6167..fb1f9268 100644 --- a/python-examples/captcha-solving-auth-example/pyproject.toml +++ b/python-examples/captcha-solving-auth-example/pyproject.toml @@ -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", diff --git a/python-examples/captcha-solving-basic-example/pyproject.toml b/python-examples/captcha-solving-basic-example/pyproject.toml index 658c4223..974e0faf 100644 --- a/python-examples/captcha-solving-basic-example/pyproject.toml +++ b/python-examples/captcha-solving-basic-example/pyproject.toml @@ -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", diff --git a/python-examples/computer-use/pyproject.toml b/python-examples/computer-use/pyproject.toml index f222ed75..a83d679d 100644 --- a/python-examples/computer-use/pyproject.toml +++ b/python-examples/computer-use/pyproject.toml @@ -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", diff --git a/python-examples/crawl4ai/pyproject.toml b/python-examples/crawl4ai/pyproject.toml index ff3e68ca..26878cc1 100644 --- a/python-examples/crawl4ai/pyproject.toml +++ b/python-examples/crawl4ai/pyproject.toml @@ -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", diff --git a/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml b/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml index f7f07a3d..ed70b641 100644 --- a/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml +++ b/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml @@ -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", diff --git a/python-examples/e-commerce-scrapingcourse/pyproject.toml b/python-examples/e-commerce-scrapingcourse/pyproject.toml index 6392b0cc..2c355c73 100644 --- a/python-examples/e-commerce-scrapingcourse/pyproject.toml +++ b/python-examples/e-commerce-scrapingcourse/pyproject.toml @@ -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", diff --git a/python-examples/e-commerece-category/pyproject.toml b/python-examples/e-commerece-category/pyproject.toml index 3f258c13..b5b838af 100644 --- a/python-examples/e-commerece-category/pyproject.toml +++ b/python-examples/e-commerece-category/pyproject.toml @@ -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", diff --git a/python-examples/e-commerece-shopify/pyproject.toml b/python-examples/e-commerece-shopify/pyproject.toml index 663e909f..6d1b8b27 100644 --- a/python-examples/e-commerece-shopify/pyproject.toml +++ b/python-examples/e-commerece-shopify/pyproject.toml @@ -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", diff --git a/python-examples/ehr-integration-python/pyproject.toml b/python-examples/ehr-integration-python/pyproject.toml index 8f9b9d12..7878715c 100644 --- a/python-examples/ehr-integration-python/pyproject.toml +++ b/python-examples/ehr-integration-python/pyproject.toml @@ -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", diff --git a/python-examples/empty-auth/pyproject.toml b/python-examples/empty-auth/pyproject.toml index 69f4e381..0284fc2f 100644 --- a/python-examples/empty-auth/pyproject.toml +++ b/python-examples/empty-auth/pyproject.toml @@ -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", diff --git a/python-examples/empty/pyproject.toml b/python-examples/empty/pyproject.toml index 8f9b9d12..7878715c 100644 --- a/python-examples/empty/pyproject.toml +++ b/python-examples/empty/pyproject.toml @@ -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", diff --git a/python-examples/hyprid-automation/pyproject.toml b/python-examples/hyprid-automation/pyproject.toml index 698dcd25..287ea371 100644 --- a/python-examples/hyprid-automation/pyproject.toml +++ b/python-examples/hyprid-automation/pyproject.toml @@ -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", diff --git a/python-examples/native-crawler/pyproject.toml b/python-examples/native-crawler/pyproject.toml index d3e5f4b0..735eb4cc 100644 --- a/python-examples/native-crawler/pyproject.toml +++ b/python-examples/native-crawler/pyproject.toml @@ -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", diff --git a/python-examples/network-interception/pyproject.toml b/python-examples/network-interception/pyproject.toml index d79a1c11..4da49a29 100644 --- a/python-examples/network-interception/pyproject.toml +++ b/python-examples/network-interception/pyproject.toml @@ -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", diff --git a/python-examples/playwright-python/pyproject.toml b/python-examples/playwright-python/pyproject.toml index 8f9b9d12..7878715c 100644 --- a/python-examples/playwright-python/pyproject.toml +++ b/python-examples/playwright-python/pyproject.toml @@ -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", diff --git a/python-examples/quick-recipes/pyproject.toml b/python-examples/quick-recipes/pyproject.toml index 8f9b9d12..7878715c 100644 --- a/python-examples/quick-recipes/pyproject.toml +++ b/python-examples/quick-recipes/pyproject.toml @@ -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", diff --git a/python-examples/rpa-auth-example/pyproject.toml b/python-examples/rpa-auth-example/pyproject.toml index 436c1f67..7a1f7225 100644 --- a/python-examples/rpa-auth-example/pyproject.toml +++ b/python-examples/rpa-auth-example/pyproject.toml @@ -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", diff --git a/python-examples/rpa-example/pyproject.toml b/python-examples/rpa-example/pyproject.toml index 3ae16405..cef597a5 100644 --- a/python-examples/rpa-example/pyproject.toml +++ b/python-examples/rpa-example/pyproject.toml @@ -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", diff --git a/python-examples/scrapy-example/pyproject.toml b/python-examples/scrapy-example/pyproject.toml index af1759a1..9fdc6cf4 100644 --- a/python-examples/scrapy-example/pyproject.toml +++ b/python-examples/scrapy-example/pyproject.toml @@ -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", diff --git a/python-examples/simple-firecrawl/pyproject.toml b/python-examples/simple-firecrawl/pyproject.toml index 734b2b43..58d74489 100644 --- a/python-examples/simple-firecrawl/pyproject.toml +++ b/python-examples/simple-firecrawl/pyproject.toml @@ -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", diff --git a/python-examples/stagehand/pyproject.toml b/python-examples/stagehand/pyproject.toml index 0be499c9..69bbe1a5 100644 --- a/python-examples/stagehand/pyproject.toml +++ b/python-examples/stagehand/pyproject.toml @@ -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",