sie-haystack 0.6.17__tar.gz → 0.6.19__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.
@@ -244,6 +244,9 @@ override.tf.json
244
244
  # tfvars files may contain secrets
245
245
  *.tfvars
246
246
  *.tfvars.json
247
+ # Exception: this edge tfvars carries only a Secrets Manager ARN (a resource
248
+ # identifier, not a secret) so the staging-us edge apply needs no manual -var.
249
+ !deploy/cloud/terraform/aws-edge/staging-us.tfvars
247
250
  # Keep .terraform.lock.hcl for reproducibility (provider versions)
248
251
 
249
252
  # Node.js
@@ -269,4 +272,5 @@ tmp/
269
272
  .local/
270
273
 
271
274
  .requirements-modal.txt
275
+ b6_results.json
272
276
  packages/sie_cloud/deploy/manifests/archive/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sie-haystack
3
- Version: 0.6.17
3
+ Version: 0.6.19
4
4
  Summary: SIE integration for Haystack
5
5
  Author-email: Superlinked <dev@superlinked.com>
6
6
  License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "sie-haystack"
3
- version = "0.6.17"
3
+ version = "0.6.19"
4
4
  description = "SIE integration for Haystack"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
File without changes