Skip to content

Commit 2b00456

Browse files
committed
Revert "Add pydantic to requirements"
This reverts commit 78a2b9f.
1 parent 78a2b9f commit 2b00456

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

openstef_dbc/services/prediction_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import json
66
from typing import List, Optional, Union
7-
from pydantic import ValidationError
7+
from pydantic.v1 import ValidationError
88
import pandas as pd
99

1010
from openstef.data_classes.prediction_job import PredictionJobDataClass

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
ciso8601~=2.3.0 # To speed up influxDB queries
66
geopy~=2.3.0
77
openstef~=3.4.4
8-
pydantic>=2.0.0,<3.0.0
98
pydantic-settings>=2.1.0,<3.0.0
109
influxdb-client~=1.36.1
1110
mysql-connector-python>=8.3.0

0 commit comments

Comments
 (0)