Skip to content

Commit 77b39b3

Browse files
authored
Merge branch 'master' into fix-ssh-policy
2 parents dac79c7 + 53f8800 commit 77b39b3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/overview.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2565,6 +2565,9 @@ set default values for. For the full schema, see `sagemaker.config.config_schema
25652565
      KmsKeyId: 'kmskeyid10'
25662566
    TransformResources:
25672567
      VolumeKmsKeyId: 'volumekmskeyid4'
2568+
Tags:
2569+
    - Key: 'tag_key'
2570+
      Value: 'tag_value
25682571
  CompilationJob:
25692572
  # https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateCompilationJob.html
25702573
    OutputConfig:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"importlib-metadata>=1.4.0,<7.0",
4141
"jsonschema",
4242
"numpy>=1.9.0,<2.0",
43-
"omegaconf>=2.2,<2.3",
43+
"omegaconf>=2.2,<=2.3",
4444
"packaging>=20.0",
4545
"pandas",
4646
"pathos",

0 commit comments

Comments
 (0)