From ee7e1f2a7985583879b89bc98be1475dce57a337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:34:10 +0000 Subject: [PATCH 1/3] Bump flask-cors from 4.0.1 to 5.0.0 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/4.0.1...5.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-lock.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8c5ae0c..ef12ba0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/requirements-lock.txt b/requirements-lock.txt index 16b3f43..b86491d 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -20,7 +20,7 @@ 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 diff --git a/setup.py b/setup.py index 3c5696c..78528e2 100644 --- a/setup.py +++ b/setup.py @@ -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", From a98cada83bbfe492407a89df937fd8d0b358cba9 Mon Sep 17 00:00:00 2001 From: Caleb Courier Date: Thu, 5 Sep 2024 15:51:41 -0500 Subject: [PATCH 2/3] bump locked versions of guardrails core libraries --- requirements-lock.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index b86491d..0c18e6e 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -15,6 +15,7 @@ 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 @@ -28,8 +29,9 @@ 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 @@ -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 From edee43672616977bfe5d09dc7461d17883933e96 Mon Sep 17 00:00:00 2001 From: Caleb Courier Date: Fri, 6 Sep 2024 08:45:17 -0500 Subject: [PATCH 3/3] bump version --- guardrails_api/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guardrails_api/__init__.py b/guardrails_api/__init__.py index 3b93d0b..27fdca4 100644 --- a/guardrails_api/__init__.py +++ b/guardrails_api/__init__.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.0.3"