Skip to content

Commit

Permalink
run upgrade in openapi script
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahwooders committed Dec 2, 2024
1 parent e9852f5 commit 87dc712
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions letta/server/generate_openapi_schema.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ then
fi

# generate OpenAPI schema
poetry run alembic upgrade head
poetry run python -c 'from letta.server.rest_api.app import app, generate_openapi_schema; generate_openapi_schema(app);'

0 comments on commit 87dc712

Please sign in to comment.