Skip to content

Commit

Permalink
Merge pull request #73 from guardrails-ai/dependabot/pip/flask-cors-5…
Browse files Browse the repository at this point in the history
….0.0

Bump flask-cors from 4.0.1 to 5.0.0
  • Loading branch information
zsimjee authored Sep 6, 2024
2 parents d2bf8c5 + edee436 commit f20f793
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion guardrails_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.2"
__version__ = "0.0.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"Werkzeug>=3.0.3,<4",
"jsonschema>=4.22.0,<5",
"referencing>=0.35.1,<1",
"Flask-Cors>=4.0.1,<5",
"Flask-Cors>=4.0.1,<6",
"boto3>=1.34.115,<2",
"psycopg2-binary>=2.9.9,<3",
"litellm>=1.39.3,<2",
Expand Down
10 changes: 6 additions & 4 deletions requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,23 @@ colorama==0.4.6
coloredlogs==15.0.1
coverage==7.6.0
Deprecated==1.2.14
diff-match-patch==20230430
distro==1.9.0
Faker==25.9.2
filelock==3.15.4
Flask==3.0.3
Flask-Caching==2.3.0
Flask-Cors==4.0.1
Flask-Cors==5.0.0
Flask-SQLAlchemy==3.1.1
fqdn==1.5.1
frozenlist==1.4.1
fsspec==2024.6.1
googleapis-common-protos==1.63.2
griffe==0.36.9
grpcio==1.65.1
guardrails-ai==0.5.1
guardrails-api-client==0.3.9
guardrails-ai==0.5.7
guardrails-api-client==0.3.12
guardrails_hub_types==0.0.4
gunicorn==22.0.0
h11==0.14.0
httpcore==1.0.5
Expand Down Expand Up @@ -108,7 +110,7 @@ typer==0.9.4
types-python-dateutil==2.9.0.20240316
typing_extensions==4.12.2
uri-template==1.3.0
urllib3==2.2.2
urllib3==2.0.7
webcolors==24.6.0
Werkzeug==3.0.3
wrapt==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Werkzeug>=3.0.3,<4",
"jsonschema>=4.22.0,<5",
"referencing>=0.35.1,<1",
"Flask-Cors>=4.0.1,<5",
"Flask-Cors>=4.0.1,<6",
"boto3>=1.34.115,<2",
"psycopg2-binary>=2.9.9,<3",
"litellm>=1.39.3,<2",
Expand Down

0 comments on commit f20f793

Please sign in to comment.