From 51875fe4988f459086900ddcb62848d398d0c548 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 00:38:46 +0000 Subject: [PATCH] fix(deps): update dependency pydantic to v2.12.5 --- python-examples/auth-with-email-otp/pyproject.toml | 2 +- python-examples/auth-with-secret-otp/pyproject.toml | 2 +- python-examples/e-commerce-auth-scrapingcourse/pyproject.toml | 2 +- python-examples/e-commerce-scrapingcourse/pyproject.toml | 2 +- python-examples/rpa-auth-example/pyproject.toml | 2 +- python-examples/rpa-example/pyproject.toml | 2 +- python-examples/starter-auth/pyproject.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/python-examples/auth-with-email-otp/pyproject.toml b/python-examples/auth-with-email-otp/pyproject.toml index bfb46453..6fb59a20 100644 --- a/python-examples/auth-with-email-otp/pyproject.toml +++ b/python-examples/auth-with-email-otp/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.15", "intuned-browser==0.1.12", - "pydantic[email]==2.10.6", + "pydantic[email]==2.12.5", "resend>=2.0.0", ] diff --git a/python-examples/auth-with-secret-otp/pyproject.toml b/python-examples/auth-with-secret-otp/pyproject.toml index 63b3728f..3285f846 100644 --- a/python-examples/auth-with-secret-otp/pyproject.toml +++ b/python-examples/auth-with-secret-otp/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.15", "intuned-browser==0.1.12", - "pydantic[email]==2.10.6", + "pydantic[email]==2.12.5", "pyotp==2.9.0", ] diff --git a/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml b/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml index 7cfc26aa..15d57416 100644 --- a/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml +++ b/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.15", "intuned-browser==0.1.12", - "pydantic==2.10.6", + "pydantic==2.12.5", ] [tool.uv] diff --git a/python-examples/e-commerce-scrapingcourse/pyproject.toml b/python-examples/e-commerce-scrapingcourse/pyproject.toml index fd546e8c..d9928155 100644 --- a/python-examples/e-commerce-scrapingcourse/pyproject.toml +++ b/python-examples/e-commerce-scrapingcourse/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.15", "intuned-browser==0.1.12", - "pydantic==2.10.6", + "pydantic==2.12.5", ] [tool.uv] diff --git a/python-examples/rpa-auth-example/pyproject.toml b/python-examples/rpa-auth-example/pyproject.toml index 69050838..222db8e0 100644 --- a/python-examples/rpa-auth-example/pyproject.toml +++ b/python-examples/rpa-auth-example/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.15", "intuned-browser==0.1.12", - "pydantic[email]==2.10.6", + "pydantic[email]==2.12.5", ] [tool.uv] diff --git a/python-examples/rpa-example/pyproject.toml b/python-examples/rpa-example/pyproject.toml index a33a2020..669065fd 100644 --- a/python-examples/rpa-example/pyproject.toml +++ b/python-examples/rpa-example/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.15", "intuned-browser==0.1.12", - "pydantic[email]==2.10.6", + "pydantic[email]==2.12.5", ] [tool.uv] diff --git a/python-examples/starter-auth/pyproject.toml b/python-examples/starter-auth/pyproject.toml index 69050838..222db8e0 100644 --- a/python-examples/starter-auth/pyproject.toml +++ b/python-examples/starter-auth/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.15", "intuned-browser==0.1.12", - "pydantic[email]==2.10.6", + "pydantic[email]==2.12.5", ] [tool.uv]