bedrock-models 0.1.10__tar.gz → 0.1.11__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bedrock-models
3
- Version: 0.1.10
3
+ Version: 0.1.11
4
4
  Summary: A library that provides Bedrock models id
5
5
  License: MIT-0
6
6
  License-File: LICENSE
@@ -886,21 +886,13 @@
886
886
  },
887
887
  "amazon.titan-image-generator-v1": {
888
888
  "inference_types": {
889
- "ap-south-1": [
890
- "ON_DEMAND"
891
- ],
892
889
  "eu-west-1": [
893
890
  "ON_DEMAND"
894
- ],
895
- "us-east-1": [
896
- "ON_DEMAND"
897
891
  ]
898
892
  },
899
893
  "model_lifecycle_status": "LEGACY",
900
894
  "regions": [
901
- "ap-south-1",
902
- "eu-west-1",
903
- "us-east-1"
895
+ "eu-west-1"
904
896
  ]
905
897
  },
906
898
  "amazon.titan-image-generator-v2:0": {
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "bedrock-models"
3
- version = "0.1.10"
3
+ version = "0.1.11"
4
4
  description = "A library that provides Bedrock models id"
5
5
  authors = ["Massimiliano Angelino <massi.ang@gmail.com>"]
6
6
  license = "MIT-0"
File without changes