diff --git a/python-examples/auth-with-email-otp/pyproject.toml b/python-examples/auth-with-email-otp/pyproject.toml index bfb46453..7eb6a93f 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 63b3728f..4a0a9bc7 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 6bed9940..a8d85db2 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 d1cf556c..6b57c76f 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/pyproject.toml b/python-examples/bs4/pyproject.toml index f0db4af0..26a823b2 100644 --- a/python-examples/bs4/pyproject.toml +++ b/python-examples/bs4/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/pyproject.toml b/python-examples/captcha-solving-auth/pyproject.toml index ec81868b..fb95bf48 100644 --- a/python-examples/captcha-solving-auth/pyproject.toml +++ b/python-examples/captcha-solving-auth/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/pyproject.toml b/python-examples/captcha-solving-basic/pyproject.toml index 2c1945c3..d141703d 100644 --- a/python-examples/captcha-solving-basic/pyproject.toml +++ b/python-examples/captcha-solving-basic/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/cdp-connection/pyproject.toml b/python-examples/cdp-connection/pyproject.toml index 43e8dc78..1070180b 100644 --- a/python-examples/cdp-connection/pyproject.toml +++ b/python-examples/cdp-connection/pyproject.toml @@ -7,7 +7,7 @@ name = "cdp-connection" version = "0.0.1" description = "Basic example demonstrating CDP connection 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/computer-use/pyproject.toml b/python-examples/computer-use/pyproject.toml index 92d103b0..bddada54 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 b8255a4a..a8790f6c 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 7cfc26aa..b46797fd 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-nested/pyproject.toml b/python-examples/e-commerce-nested/pyproject.toml index 3ce7a9a5..2fadab2b 100644 --- a/python-examples/e-commerce-nested/pyproject.toml +++ b/python-examples/e-commerce-nested/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-commerce-scrapingcourse/pyproject.toml b/python-examples/e-commerce-scrapingcourse/pyproject.toml index fd546e8c..8dbf1e3e 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-commerce-shopify/pyproject.toml b/python-examples/e-commerce-shopify/pyproject.toml index 44d8f432..9c86af38 100644 --- a/python-examples/e-commerce-shopify/pyproject.toml +++ b/python-examples/e-commerce-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/pyproject.toml b/python-examples/ehr-integration/pyproject.toml index bb74d4d9..60fb705b 100644 --- a/python-examples/ehr-integration/pyproject.toml +++ b/python-examples/ehr-integration/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/firecrawl/pyproject.toml b/python-examples/firecrawl/pyproject.toml index df89e18c..0074ab2a 100644 --- a/python-examples/firecrawl/pyproject.toml +++ b/python-examples/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/hybrid-automation/pyproject.toml b/python-examples/hybrid-automation/pyproject.toml index cfeb29a2..80ee809a 100644 --- a/python-examples/hybrid-automation/pyproject.toml +++ b/python-examples/hybrid-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 caa6d305..a1d59b26 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 3ebceafd..4fcaee38 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-basics/pyproject.toml b/python-examples/playwright-basics/pyproject.toml index bb74d4d9..60fb705b 100644 --- a/python-examples/playwright-basics/pyproject.toml +++ b/python-examples/playwright-basics/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 bb74d4d9..60fb705b 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 69050838..aec267c3 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 a33a2020..b8219288 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/rpa-forms-example/pyproject.toml b/python-examples/rpa-forms-example/pyproject.toml index 9865f574..14e5cb60 100644 --- a/python-examples/rpa-forms-example/pyproject.toml +++ b/python-examples/rpa-forms-example/pyproject.toml @@ -7,7 +7,7 @@ name = "insurace-form-filler" version = "0.0.1" description = "" 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/pyproject.toml b/python-examples/scrapy/pyproject.toml index c130f23f..9d089692 100644 --- a/python-examples/scrapy/pyproject.toml +++ b/python-examples/scrapy/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/setup-hooks/pyproject.toml b/python-examples/setup-hooks/pyproject.toml index 04b945de..2d582b6c 100644 --- a/python-examples/setup-hooks/pyproject.toml +++ b/python-examples/setup-hooks/pyproject.toml @@ -7,7 +7,7 @@ name = "setup-hooks" version = "0.0.1" description = "Demonstrates setup hooks usage in 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/stagehand/pyproject.toml b/python-examples/stagehand/pyproject.toml index 63af69a9..3ff8b664 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", diff --git a/python-examples/starter-auth/pyproject.toml b/python-examples/starter-auth/pyproject.toml index 69050838..aec267c3 100644 --- a/python-examples/starter-auth/pyproject.toml +++ b/python-examples/starter-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/starter/pyproject.toml b/python-examples/starter/pyproject.toml index bb74d4d9..60fb705b 100644 --- a/python-examples/starter/pyproject.toml +++ b/python-examples/starter/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",