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" 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..0c18e6e 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -15,12 +15,13 @@ 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 @@ -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 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",