File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
deploy/charts/observability-app Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : dataops-observability-app
3
3
type : application
4
4
appVersion : " 2.x.x"
5
- version : " 2.2.3 "
5
+ version : " 2.2.4 "
6
6
7
7
description : DataOps Observability
8
8
home : https://datakitchen.io
Original file line number Diff line number Diff line change @@ -34,14 +34,15 @@ dependencies = [
34
34
" marshmallow~=3.19.0" ,
35
35
" marshmallow-union==0.1.15.post1" ,
36
36
" msgpack==1.0.4" ,
37
+ " oauthlib~=3.2" ,
37
38
" peewee~=3.16.0" ,
38
39
" PyJWT~=2.4" ,
39
40
" PyMySQL==1.1.1" ,
40
41
" pybars3~=0.9.7" ,
41
42
" requests_extensions~=1.1.3" ,
42
43
" tomli==2.0.1" ,
43
- " Werkzeug ==3.1.3 " ,
44
- " yoyo-migrations~=8.2 .0" ,
44
+ " WTForms ==3.0.1 " ,
45
+ " yoyo-migrations==9.0 .0" ,
45
46
]
46
47
47
48
[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments