Skip to content

Commit

Permalink
Bump version hdn-research-environment to 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kshalot committed Sep 1, 2023
1 parent 507fc0e commit 8a16e71
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 14 deletions.
4 changes: 1 addition & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ GCS_SIGNED_URL_LIFETIME_IN_MINUTES=1440
# GCP Research Environments
ENABLE_CLOUD_RESEARCH_ENVIRONMENTS="False"
CLOUD_RESEARCH_ENVIRONMENTS_API_URL="https://example.api"
CLOUD_RESEARCH_ENVIRONMENTS_API_JWT_SERVICE_ACCOUNT_PATH="environment/api/tests/service_account.json"
CLOUD_RESEARCH_ENVIRONMENTS_API_JWT_AUDIENCE="https://example.com"

# Site-specific content
SITE_NAME="DataShare"
Expand Down Expand Up @@ -187,7 +185,7 @@ MIN_WORDS_RESEARCH_SUMMARY_CREDENTIALING = 20
# CITISOAPService API
# This is the WebServices username and password to access the CITI SOAP Service to obtain users training report details
# The account can be created at https://webservices.citiprogram.org/login/CreateAccount.aspx
# The SOAP Service Access can be tested at https://webservices.citiprogram.org/Client/CITISOAPClient_Simple.aspx
# The SOAP Service Access can be tested at https://webservices.citiprogram.org/Client/CITISOAPClient_Simple.aspx
CITI_USERNAME=
CITI_PASSWORD=
CITI_SOAP_URL="https://webservices.citiprogram.org/SOAP/CITISOAPService.asmx"
Expand Down
5 changes: 0 additions & 5 deletions physionet-django/physionet/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,12 +576,7 @@ class StorageTypes:
ENABLE_CLOUD_RESEARCH_ENVIRONMENTS = config('ENABLE_CLOUD_RESEARCH_ENVIRONMENTS', default=False, cast=bool)

if ENABLE_CLOUD_RESEARCH_ENVIRONMENTS:
CLOUD_RESEARCH_ENVIRONMENTS_API_JWT_SERVICE_ACCOUNT_PATH = os.path.join(
BASE_DIR,
config('CLOUD_RESEARCH_ENVIRONMENTS_API_JWT_SERVICE_ACCOUNT_PATH')
)
CLOUD_RESEARCH_ENVIRONMENTS_API_URL = config('CLOUD_RESEARCH_ENVIRONMENTS_API_URL')
CLOUD_RESEARCH_ENVIRONMENTS_API_JWT_AUDIENCE = config('CLOUD_RESEARCH_ENVIRONMENTS_API_JWT_AUDIENCE')
INSTALLED_APPS.append('environment.apps.EnvironmentConfig')


Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ zxcvbn = "^4.4.28"
certifi = "^2023.7.22"
setuptools = "65.5.1"
django-js-asset = "2.0.0"
hdn-research-environment = "^1.4.0"
hdn-research-environment = "2.3.6"
django-oauth-toolkit = "^2.2.0"
django-cors-headers = "^3.14.0"

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ grpcio==1.53.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:f3e837d29f0e1b9d6e7b29d569e2e9b0da61889e41879832ea15569c251c303a \
--hash=sha256:fa8eaac75d3107e3f5465f2c9e3bbd13db21790c6e45b7de1756eba16b050aca \
--hash=sha256:fdc6191587de410a184550d4143e2b24a14df495c86ca15e59508710681690ac
hdn-research-environment==1.4.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:296a336847c1078c149baa6773654a2e2a5b16cc1b03ca25f6f19f8606980e5b
hdn-research-environment==2.3.6 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:b28d67db8ba4cf82e1362aefde47d483b549e8f7b96d1d4f56baebe0b76dfc31
html2text==2018.1.9 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:490db40fe5b2cd79c461cf56be4d39eb8ca68191ae41ba3ba79f6cb05b7dd662 \
--hash=sha256:627514fb30e7566b37be6900df26c2c78a030cc9e6211bda604d8181233bcdd4
Expand Down

0 comments on commit 8a16e71

Please sign in to comment.