Skip to content

Commit e57cf16

Browse files
committed
Fixed requirements issue and bumped versions
1 parent 55bc2d5 commit e57cf16

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

monitor/dbt_project/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
packages:
22
- package: elementary-data/elementary
3-
version: 0.3.3
3+
version: 0.3.5

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
setup(
1111
name='elementary-data',
1212
description='Data monitoring and lineage',
13-
version='0.2.3',
13+
version='0.2.4',
1414
packages=find_packages(),
1515
python_requires='>=3.6.2',
1616
entry_points='''
@@ -50,7 +50,8 @@
5050
'flask<1.1.1',
5151
'Jinja2>=2.10.1,<3',
5252
'tomli<2.0.0,>=0.2.6',
53-
'urllib3<1.26,>=1.20'
53+
'urllib3<1.26,>=1.20',
54+
'MarkupSafe==2.0.1'
5455
],
5556
long_description_content_type="text/markdown",
5657
license='',

0 commit comments

Comments
 (0)