Skip to content

Commit cec4fb5

Browse files
chore(deps): update dependency pydantic to >=2.7,<2.8
1 parent b7a6693 commit cec4fb5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

requirements-integration.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ pyasn1-modules==0.3.0
222222
# via google-auth
223223
pycparser==2.21
224224
# via cffi
225-
pydantic==2.6.4
225+
pydantic==2.7.3
226226
# via -r requirements.txt
227-
pydantic-core==2.16.3
227+
pydantic-core==2.18.4
228228
# via
229229
# -r requirements.txt
230230
# pydantic

requirements-unit.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ pkgutil-resolve-name==1.3.10
105105
# jsonschema
106106
pluggy==1.4.0
107107
# via pytest
108-
pydantic==2.6.4
108+
pydantic==2.7.3
109109
# via -r requirements.txt
110-
pydantic-core==2.16.3
110+
pydantic-core==2.18.4
111111
# via
112112
# -r requirements.txt
113113
# pydantic

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ ops
1010
# To avoid build-time errors, pydantic has to be pinned to a version that can be built
1111
# with the rustc version that the OS can provide.
1212
# Remove this pin when the base OS can install rustc v1.76 or newer.
13-
pydantic>=2.6,<2.7
13+
pydantic>=2.7,<2.8

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ ordered-set==4.1.0
6060
# via deepdiff
6161
pkgutil-resolve-name==1.3.10
6262
# via jsonschema
63-
pydantic==2.6.4
63+
pydantic==2.7.3
6464
# via -r requirements.in
65-
pydantic-core==2.16.3
65+
pydantic-core==2.18.4
6666
# via pydantic
6767
pyrsistent==0.20.0
6868
# via jsonschema

0 commit comments

Comments
 (0)