diff --git a/python-examples/auth-with-email-otp/pyproject.toml b/python-examples/auth-with-email-otp/pyproject.toml index 3122ecc7..c9fccb37 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.14", "intuned-browser==0.1.11", - "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 e6490723..e2abd69b 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.14", "intuned-browser==0.1.11", - "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 f7f07a3d..b59ec467 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.14", "intuned-browser==0.1.11", - "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 6392b0cc..e9ea9631 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.14", "intuned-browser==0.1.11", - "pydantic==2.10.6", + "pydantic==2.12.5", ] [tool.uv] diff --git a/python-examples/empty-auth/pyproject.toml b/python-examples/empty-auth/pyproject.toml index 69f4e381..a6ded384 100644 --- a/python-examples/empty-auth/pyproject.toml +++ b/python-examples/empty-auth/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", - "pydantic[email]==2.10.6", + "pydantic[email]==2.12.5", ] [tool.uv] diff --git a/python-examples/rpa-auth-example/pyproject.toml b/python-examples/rpa-auth-example/pyproject.toml index 436c1f67..146f1867 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.11", - "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 3ae16405..9d293542 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.14", "intuned-browser==0.1.11", - "pydantic[email]==2.10.6", + "pydantic[email]==2.12.5", ] [tool.uv]