diff --git a/pyproject.toml b/pyproject.toml index 4f299c0..1713ce9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ requires-python = ">=3.10" license = { text = "Proprietary - Coastal Alpine Tech Limited" } dependencies = [ - "SQLAlchemy>=2.0.0,<3.0.0", + "SQLAlchemy>=2.0.51,<3.0.0", "psycopg2-binary>=2.9.12", "langchain-text-splitters>=1.1.2,<2.0.0", "langchain-community>=0.4.2,<1.0.0", diff --git a/requirements.txt b/requirements.txt index aaf1159..8b4bdb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -SQLAlchemy>=2.0.0,<3.0.0 +SQLAlchemy>=2.0.51,<3.0.0 psycopg2-binary>=2.9.12 langchain-text-splitters>=1.1.2,<2.0.0 langchain-community>=0.4.2,<1.0.0