File tree 2 files changed +8
-5
lines changed 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.11
2
+ # This file is autogenerated by pip-compile with Python 3.12
3
3
# by the following command:
4
4
#
5
5
# pip-compile --extra=all --no-emit-index-url --output-file=requirements/pyproject.txt pyproject.toml
@@ -12,9 +12,9 @@ phonenumbers==8.13.31
12
12
# via pydantic-extra-types (pyproject.toml)
13
13
pycountry==23.12.11
14
14
# via pydantic-extra-types (pyproject.toml)
15
- pydantic==2.6.3
15
+ pydantic==2.9.1
16
16
# via pydantic-extra-types (pyproject.toml)
17
- pydantic-core==2.16 .3
17
+ pydantic-core==2.23 .3
18
18
# via pydantic
19
19
python-dateutil==2.8.2
20
20
# via
@@ -32,5 +32,8 @@ typing-extensions==4.10.0
32
32
# via
33
33
# pydantic
34
34
# pydantic-core
35
+ # pydantic-extra-types (pyproject.toml)
35
36
tzdata==2024.1
36
- # via pendulum
37
+ # via
38
+ # pendulum
39
+ # pydantic-extra-types (pyproject.toml)
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ class Model(BaseModel):
189
189
'type' : 'object' ,
190
190
}
191
191
},
192
- 'properties' : {'value' : {'allOf' : [{ ' $ref' : '#/$defs/Coordinate' }] , 'title' : 'Value' }},
192
+ 'properties' : {'value' : {'$ref' : '#/$defs/Coordinate' , 'title' : 'Value' }},
193
193
'required' : ['value' ],
194
194
'title' : 'Model' ,
195
195
'type' : 'object' ,
You can’t perform that action at this time.
0 commit comments