Date to datetime #337
Annotations
2 errors and 1 warning
heat-stack/app/utils/pyodide.test.ts#L250
PythonError: Traceback (most recent call last):
File "<exec>", line 19, in execute
File "/lib/python3.11/site-packages/pydantic/main.py", line 164, in __init__
__pydantic_self__.__pydantic_validator__.validate_python(data, self_instance=__pydantic_self__)
pydantic_core._pydantic_core.ValidationError: 32 validation errors for TemperatureInput
dates.0
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-20', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.1
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-21', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.2
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-22', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.3
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-23', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.4
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-24', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.5
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-25', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.6
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-26', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.7
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-27', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.8
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-28', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.9
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-29', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.10
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-30', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.11
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-03-31', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.12
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-04-01', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.13
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-04-02', input_type=str]
For further information visit https://errors.pydantic.dev/2.5/v/datetime_parsing
dates.14
Input should be a valid datetime, invalid datetime separator, expected `T`, `t`, `_` or space [type=datetime_parsing, input_value='2024-04-03', input_type=str]
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading