File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "0.0.2 "
1
+ __version__ = "0.0.3 "
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies = [
17
17
" Werkzeug>=3.0.3,<4" ,
18
18
" jsonschema>=4.22.0,<5" ,
19
19
" referencing>=0.35.1,<1" ,
20
- " Flask-Cors>=4.0.1,<5 " ,
20
+ " Flask-Cors>=4.0.1,<6 " ,
21
21
" boto3>=1.34.115,<2" ,
22
22
" psycopg2-binary>=2.9.9,<3" ,
23
23
" litellm>=1.39.3,<2" ,
Original file line number Diff line number Diff line change @@ -15,21 +15,23 @@ colorama==0.4.6
15
15
coloredlogs==15.0.1
16
16
coverage==7.6.0
17
17
Deprecated==1.2.14
18
+ diff-match-patch==20230430
18
19
distro==1.9.0
19
20
Faker==25.9.2
20
21
filelock==3.15.4
21
22
Flask==3.0.3
22
23
Flask-Caching==2.3.0
23
- Flask-Cors==4 .0.1
24
+ Flask-Cors==5 .0.0
24
25
Flask-SQLAlchemy==3.1.1
25
26
fqdn==1.5.1
26
27
frozenlist==1.4.1
27
28
fsspec==2024.6.1
28
29
googleapis-common-protos==1.63.2
29
30
griffe==0.36.9
30
31
grpcio==1.65.1
31
- guardrails-ai==0.5.1
32
- guardrails-api-client==0.3.9
32
+ guardrails-ai==0.5.7
33
+ guardrails-api-client==0.3.12
34
+ guardrails_hub_types==0.0.4
33
35
gunicorn==22.0.0
34
36
h11==0.14.0
35
37
httpcore==1.0.5
@@ -108,7 +110,7 @@ typer==0.9.4
108
110
types-python-dateutil==2.9.0.20240316
109
111
typing_extensions==4.12.2
110
112
uri-template==1.3.0
111
- urllib3==2.2.2
113
+ urllib3==2.0.7
112
114
webcolors==24.6.0
113
115
Werkzeug==3.0.3
114
116
wrapt==1.16.0
Original file line number Diff line number Diff line change 22
22
"Werkzeug>=3.0.3,<4" ,
23
23
"jsonschema>=4.22.0,<5" ,
24
24
"referencing>=0.35.1,<1" ,
25
- "Flask-Cors>=4.0.1,<5 " ,
25
+ "Flask-Cors>=4.0.1,<6 " ,
26
26
"boto3>=1.34.115,<2" ,
27
27
"psycopg2-binary>=2.9.9,<3" ,
28
28
"litellm>=1.39.3,<2" ,
You can’t perform that action at this time.
0 commit comments