Skip to content

Commit

Permalink
Merge pull request #28 from a-luna:fix-gh-action-deploy_attempt-14
Browse files Browse the repository at this point in the history
Update UNICODE_VERSION to 15.1.0 in prod settings
  • Loading branch information
a-luna authored Jan 8, 2024
2 parents 27b70ae + cde0b15 commit e4bcd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/api_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def init_data_folders(self) -> None: # pragma: no cover
def get_prod_settings() -> UnicodeApiSettings: # pragma: no cover
settings = {
"ENV": os.environ.get("ENV", "DEV"),
"UNICODE_VERSION": os.environ.get("UNICODE_VERSION", get_latest_unicode_version()),
"UNICODE_VERSION": "15.1.0",
"PROJECT_NAME": "Unicode API",
"API_VERSION": "/v1",
"REDIS_PW": os.environ.get("REDIS_PW", ""),
Expand Down

0 comments on commit e4bcd7c

Please sign in to comment.