diff --git a/app/requirements.txt b/app/requirements.txt index 95cd30b9098a217354e0ca46e6a2d35b43739420..9267aa87bd8a12deb07ec27d54ab709940de685a 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -4,7 +4,7 @@ elasticsearch-dsl==7.4.0 fastapi==0.95.1 pydantic==1.10.7 PyJWT==2.6.0 -requests==2.30.0 +requests>=2.28.1 responses==0.23.1 starlette==0.26.1 starlette-context==0.3.5 @@ -36,4 +36,4 @@ google-cloud-storage # osdu dependences --extra-index-url https://community.opengroup.org/api/v4/projects/148/packages/pypi/simple -osdu-api[all]~=0.20.0rc1, ==0.20.* +osdu-api[all]~=0.21.0rc1, ==0.21.* diff --git a/docs/docs/bundles.md b/docs/docs/bundles.md index e9a15c21e290cb5d85028e31f82db063e2544547..8f9b0f9586bb964b6d218eaecd83f16038615fb1 100644 --- a/docs/docs/bundles.md +++ b/docs/docs/bundles.md @@ -125,11 +125,6 @@ bundles: You will need add the following: -!!! note "Replace" - - `bundle service` can be: s3, gcs, azure_storage_account, etc. - `data partition` is the new data partition you are adding. - ``` osdu/partition/<data partition>: service: <bundle service> @@ -139,7 +134,16 @@ You will need add the following: max_delay_seconds: 12 ``` -Multiple values for [min_delay_seconds and max_delay_seconds](https://www.openpolicyagent.org/docs/latest/configuration/#bundles) are supported, but you might need to adjust [BUNDLE_PAUSE](testing.md#bundle_pause) if you are running automated integration tests. +!!! note "Replace" + + `bundle service` can be: s3, gcs, azure_storage_account, etc. + + `data partition` is the new data partition you are adding. + + +!!! warning + + All values for [min_delay_seconds and max_delay_seconds](https://www.openpolicyagent.org/docs/latest/configuration/#bundles) are supported, but you might need to adjust [BUNDLE_PAUSE](testing.md#bundle_pause) if you are running automated integration tests in this new data partition. ### Interactive update of config map (not recommended) diff --git a/requirements.txt b/requirements.txt index 7b9dba038ac6ef2961cab527c4ebafeeafee334a..f258d0ba46fb3d60b4e8701e42e53fdcde47e6fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,4 +18,4 @@ google-cloud-storage==1.40.0 # osdu dependences --extra-index-url https://community.opengroup.org/api/v4/projects/148/packages/pypi/simple -osdu-api[all]~=0.20.0rc1, ==0.20.* # it will install a rc-version if there is no release one. +osdu-api[all]~=0.21.0rc1, ==0.21.* # it will install a rc-version if there is no release one. diff --git a/requirements_dev.txt b/requirements_dev.txt index 1d666b0be736e4911b2a1480a71d1fcb33a93b1f..c0a0222e5f561589bd76e2c08fded296d5fbc5bd 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -14,4 +14,4 @@ msal # osdu dependences --extra-index-url https://community.opengroup.org/api/v4/projects/148/packages/pypi/simple -osdu-api[all]~=0.20.0rc1, ==0.20.* +osdu-api[all]~=0.21.0rc1, ==0.21.*