Skip to content

[Auto-generated] Update requirements.txt#188

Merged
TEAM4-0 merged 1 commit intoci/dependabot-updatesfrom
ci/update-requirements
Oct 10, 2022
Merged

[Auto-generated] Update requirements.txt#188
TEAM4-0 merged 1 commit intoci/dependabot-updatesfrom
ci/update-requirements

Conversation

@TEAM4-0
Copy link
Collaborator

@TEAM4-0 TEAM4-0 commented Oct 10, 2022

Update requirements.txt

Automatically created PR from the ci_update_requirements.yml workflow.

@TEAM4-0 TEAM4-0 added the CI/CD Continuous integration (CI) & continuous deployment (CD) label Oct 10, 2022
@TEAM4-0 TEAM4-0 enabled auto-merge (squash) October 10, 2022 07:07
@TEAM4-0 TEAM4-0 merged commit 1d90d49 into ci/dependabot-updates Oct 10, 2022
@TEAM4-0 TEAM4-0 deleted the ci/update-requirements branch October 10, 2022 07:12
CasperWA pushed a commit that referenced this pull request Oct 12, 2022
Update dependencies:

* Update safety requirement from ~=2.2 to ~=2.3 in /.dev (#187)
* Update `requirements.txt` (#188)

Update `pre-commit` hooks.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
TEAM4-0 added a commit that referenced this pull request Oct 12, 2022
Update dependencies:

* Update safety requirement from ~=2.2 to ~=2.3 in /.dev (#187)
* Update `requirements.txt` (#188)

Update `pre-commit` hooks.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
MBueschelberger added a commit that referenced this pull request Feb 3, 2023
… add auth-dependencies during app-launch (#189)

* add auth

* improve checking if auth enabled

* update generic import of authentication dependencies

* [Auto-generated] Update dependencies (#190)

Update dependencies:

* Update safety requirement from ~=2.2 to ~=2.3 in /.dev (#187)
* Update `requirements.txt` (#188)

Update `pre-commit` hooks.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update app/main.py

Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>

* Update app/main.py

Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>

* Update app/main.py

Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>

* Update app/main.py

Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>

* Update docker-compose.yml

Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>

* Update docker-compose_dev.yml

Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>

* Update app/main.py

Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>

* Update app/main.py

Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>

* resolve importing dependencies for fastapi from env-variable, add retrieval of atoken from request-header in to configs of resource, function and transformation

* resolve unknown attribute name in AppSettings

* update env-variables in docker-compose

* debug forwarding of secrets in function and transformation secrets, add pytests

* rename function for pytests

* update oteapi-core commit sha, update variable name in docker-compose, change un-call dependency when  is initiated during app-startup

* update setting of secret-attribute in pydantic models

* add option to exclude redisadmin-router on production

* update version for oteapi-core, update model-attributes, add settings-parent class

* upgrade oteapi-core

* update requirements.txt

* update DummyCache for pytests: values in cache should be strings, since models are serialized. Add http-exception to redisadmin

* Clean up conftest file

Ensure objects are JSON serializeable in DummyCache.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: TEAM 4.0[bot] <Team4.0@SINTEF.no>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>
Co-authored-by: Casper Welzel Andersen <casper.w.andersen@sintef.no>
TEAM4-0 added a commit that referenced this pull request Feb 3, 2023
… add auth-dependencies during app-launch (#189)

* add auth

* improve checking if auth enabled

* update generic import of authentication dependencies

* [Auto-generated] Update dependencies (#190)

Update dependencies:

* Update safety requirement from ~=2.2 to ~=2.3 in /.dev (#187)
* Update `requirements.txt` (#188)

Update `pre-commit` hooks.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update app/main.py

Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>

* Update app/main.py

Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>

* Update app/main.py

Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>

* Update app/main.py

Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>

* Update docker-compose.yml

Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>

* Update docker-compose_dev.yml

Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>

* Update app/main.py

Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>

* Update app/main.py

Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>

* resolve importing dependencies for fastapi from env-variable, add retrieval of atoken from request-header in to configs of resource, function and transformation

* resolve unknown attribute name in AppSettings

* update env-variables in docker-compose

* debug forwarding of secrets in function and transformation secrets, add pytests

* rename function for pytests

* update oteapi-core commit sha, update variable name in docker-compose, change un-call dependency when  is initiated during app-startup

* update setting of secret-attribute in pydantic models

* add option to exclude redisadmin-router on production

* update version for oteapi-core, update model-attributes, add settings-parent class

* upgrade oteapi-core

* update requirements.txt

* update DummyCache for pytests: values in cache should be strings, since models are serialized. Add http-exception to redisadmin

* Clean up conftest file

Ensure objects are JSON serializeable in DummyCache.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: TEAM 4.0[bot] <Team4.0@SINTEF.no>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>
Co-authored-by: Casper Welzel Andersen <casper.w.andersen@sintef.no>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI/CD Continuous integration (CI) & continuous deployment (CD)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant