sie-haystack 0.6.16__tar.gz → 0.6.17__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.
@@ -142,6 +142,11 @@ celerybeat.pid
142
142
 
143
143
  # Environments
144
144
  .env
145
+ # Managed-service cloud provisioning secrets (cloud-provision / deploy/cloud).
146
+ # Vendor credentials live in the env or a gitignored secrets file, never the
147
+ # repo (audit §1/§14). Belt-and-braces so a local copy can never be committed.
148
+ *.sie-cloud-secrets.env
149
+ .env.cloud
145
150
  .venv
146
151
  env/
147
152
  venv/
@@ -264,3 +269,4 @@ tmp/
264
269
  .local/
265
270
 
266
271
  .requirements-modal.txt
272
+ 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.16
3
+ Version: 0.6.17
4
4
  Summary: SIE integration for Haystack
5
5
  Author-email: Superlinked <dev@superlinked.com>
6
6
  License: Apache-2.0
@@ -15,7 +15,7 @@ Requires-Dist: haystack-ai>=2.0.0
15
15
  Requires-Dist: sie-sdk>=0.1.0
16
16
  Provides-Extra: dev
17
17
  Requires-Dist: chroma-haystack>=2.0.0; extra == 'dev'
18
- Requires-Dist: chromadb>=0.4.0; extra == 'dev'
18
+ Requires-Dist: chromadb>=1.5.9; extra == 'dev'
19
19
  Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
20
20
  Requires-Dist: pytest>=8.0.0; extra == 'dev'
21
21
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "sie-haystack"
3
- version = "0.6.16"
3
+ version = "0.6.17"
4
4
  description = "SIE integration for Haystack"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -24,7 +24,7 @@ dependencies = [
24
24
  dev = [
25
25
  "pytest>=8.0.0",
26
26
  "pytest-asyncio>=0.23.0",
27
- "chromadb>=0.4.0",
27
+ "chromadb>=1.5.9",
28
28
  "chroma-haystack>=2.0.0"
29
29
  ]
30
30
 
File without changes