Skip to content

Commit

Permalink
chore: Updated version contraints to support newer versions of openstef.
Browse files Browse the repository at this point in the history
Signed-off-by: Egor Dmitriev <[email protected]>
  • Loading branch information
egordm committed Apr 3, 2024
1 parent 21550c2 commit 7831df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ciso8601~=2.3.0 # To speed up influxDB queries
geopy~=2.3.0
openstef~=3.4.4
pydantic-settings~=2.1.0
pydantic-settings>=2.1.0,<3.0.0
influxdb-client~=1.36.1
mysql-connector-python~=8.3.0
PyMySQL~=1.0.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read_long_description_from_readme():

setup(
name="openstef_dbc",
version="3.7.5",
version="3.7.6",
packages=find_packages(include=["openstef_dbc", "openstef_dbc.*"]),
description="Database Connection for OpenSTEF",
long_description=read_long_description_from_readme(),
Expand Down

0 comments on commit 7831df0

Please sign in to comment.