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]