Skip to content

Commit f20f793

Browse files
authored
Merge pull request #73 from guardrails-ai/dependabot/pip/flask-cors-5.0.0
Bump flask-cors from 4.0.1 to 5.0.0
2 parents d2bf8c5 + edee436 commit f20f793

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

guardrails_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.2"
1+
__version__ = "0.0.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"Werkzeug>=3.0.3,<4",
1818
"jsonschema>=4.22.0,<5",
1919
"referencing>=0.35.1,<1",
20-
"Flask-Cors>=4.0.1,<5",
20+
"Flask-Cors>=4.0.1,<6",
2121
"boto3>=1.34.115,<2",
2222
"psycopg2-binary>=2.9.9,<3",
2323
"litellm>=1.39.3,<2",

requirements-lock.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,23 @@ colorama==0.4.6
1515
coloredlogs==15.0.1
1616
coverage==7.6.0
1717
Deprecated==1.2.14
18+
diff-match-patch==20230430
1819
distro==1.9.0
1920
Faker==25.9.2
2021
filelock==3.15.4
2122
Flask==3.0.3
2223
Flask-Caching==2.3.0
23-
Flask-Cors==4.0.1
24+
Flask-Cors==5.0.0
2425
Flask-SQLAlchemy==3.1.1
2526
fqdn==1.5.1
2627
frozenlist==1.4.1
2728
fsspec==2024.6.1
2829
googleapis-common-protos==1.63.2
2930
griffe==0.36.9
3031
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
3335
gunicorn==22.0.0
3436
h11==0.14.0
3537
httpcore==1.0.5
@@ -108,7 +110,7 @@ typer==0.9.4
108110
types-python-dateutil==2.9.0.20240316
109111
typing_extensions==4.12.2
110112
uri-template==1.3.0
111-
urllib3==2.2.2
113+
urllib3==2.0.7
112114
webcolors==24.6.0
113115
Werkzeug==3.0.3
114116
wrapt==1.16.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"Werkzeug>=3.0.3,<4",
2323
"jsonschema>=4.22.0,<5",
2424
"referencing>=0.35.1,<1",
25-
"Flask-Cors>=4.0.1,<5",
25+
"Flask-Cors>=4.0.1,<6",
2626
"boto3>=1.34.115,<2",
2727
"psycopg2-binary>=2.9.9,<3",
2828
"litellm>=1.39.3,<2",

0 commit comments

Comments
 (0)