We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55bc2d5 commit e57cf16Copy full SHA for e57cf16
monitor/dbt_project/packages.yml
@@ -1,3 +1,3 @@
1
packages:
2
- package: elementary-data/elementary
3
- version: 0.3.3
+ version: 0.3.5
setup.py
@@ -10,7 +10,7 @@
10
setup(
11
name='elementary-data',
12
description='Data monitoring and lineage',
13
- version='0.2.3',
+ version='0.2.4',
14
packages=find_packages(),
15
python_requires='>=3.6.2',
16
entry_points='''
@@ -50,7 +50,8 @@
50
'flask<1.1.1',
51
'Jinja2>=2.10.1,<3',
52
'tomli<2.0.0,>=0.2.6',
53
- 'urllib3<1.26,>=1.20'
+ 'urllib3<1.26,>=1.20',
54
+ 'MarkupSafe==2.0.1'
55
],
56
long_description_content_type="text/markdown",
57
license='',
0 commit comments