diff --git a/amber/LICENSE-binary-python b/amber/LICENSE-binary-python index 978689ffc50..4dc81044c0d 100644 --- a/amber/LICENSE-binary-python +++ b/amber/LICENSE-binary-python @@ -276,7 +276,7 @@ Python packages: - rich==14.3.4 - scramp==1.4.15 - six==1.17.0 - - sqlalchemy==2.0.51 + - sqlalchemy==2.0.52 - strictyaml==1.7.3 - typer==0.27.0 - typing-inspection==0.4.2 diff --git a/amber/requirements.txt b/amber/requirements.txt index 25c30339eaa..5f049fc6301 100644 --- a/amber/requirements.txt +++ b/amber/requirements.txt @@ -36,7 +36,7 @@ readerwriterlock==1.0.9 tenacity==9.1.4 # Not imported directly: pyiceberg's SqlCatalog needs SQLAlchemy with the # pg8000 driver (postgresql+pg8000:// connection string in iceberg_utils.py). -SQLAlchemy==2.0.51 +SQLAlchemy==2.0.52 pg8000==1.31.5 pympler==1.1 boto3==1.42.90