diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2cf948a2..111e29c5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - submodules: true + submodules: 'recursive' token: ${{ secrets.SUBMODULE_PERSONAL_ACCESS_TOKEN }} - name: Test Recommendation Server diff --git a/requirements.txt b/requirements.txt index b35f457a..9e16aaca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,16 +4,16 @@ pyyaml==6.0.2 fhir.resources==7.1.0 sympy==1.13.3 pandas==2.2.3 -psycopg[binary]==3.2.3 -sqlalchemy==2.0.36 -pydantic==2.10.3 -pydantic-settings==2.7.0 +psycopg[binary]==3.2.4 +sqlalchemy==2.0.37 +pydantic==2.10.5 +pydantic-settings==2.7.1 uvicorn[standard]==0.34.0 fastapi==0.115.6 pendulum==3.0.0 networkx==3.4.2 -numpy==2.2.0 +numpy==2.2.2 pytz==2024.2 cython==3.0.11 -setuptools==75.6.0 +setuptools==75.8.0 sortedcontainers==2.4.0