aiqtoolkit 1.1.0rc2__py3-none-any.whl → 1.1.0rc3__py3-none-any.whl
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.
Potentially problematic release.
This version of aiqtoolkit might be problematic. Click here for more details.
- aiq/observability/async_otel_listener.py +0 -7
- aiq/tool/code_execution/local_sandbox/local_sandbox_server.py +4 -0
- {aiqtoolkit-1.1.0rc2.dist-info → aiqtoolkit-1.1.0rc3.dist-info}/METADATA +1 -1
- {aiqtoolkit-1.1.0rc2.dist-info → aiqtoolkit-1.1.0rc3.dist-info}/RECORD +9 -9
- {aiqtoolkit-1.1.0rc2.dist-info → aiqtoolkit-1.1.0rc3.dist-info}/WHEEL +0 -0
- {aiqtoolkit-1.1.0rc2.dist-info → aiqtoolkit-1.1.0rc3.dist-info}/entry_points.txt +0 -0
- {aiqtoolkit-1.1.0rc2.dist-info → aiqtoolkit-1.1.0rc3.dist-info}/licenses/LICENSE-3rd-party.txt +0 -0
- {aiqtoolkit-1.1.0rc2.dist-info → aiqtoolkit-1.1.0rc3.dist-info}/licenses/LICENSE.md +0 -0
- {aiqtoolkit-1.1.0rc2.dist-info → aiqtoolkit-1.1.0rc3.dist-info}/top_level.txt +0 -0
|
@@ -191,11 +191,6 @@ class AsyncOtelSpanListener:
|
|
|
191
191
|
|
|
192
192
|
self._outstanding_spans.clear()
|
|
193
193
|
|
|
194
|
-
if len(self._span_stack) > 0:
|
|
195
|
-
logger.error(
|
|
196
|
-
"Not all spans were closed. Ensure all start events have a corresponding end event. Remaining: %s",
|
|
197
|
-
self._span_stack)
|
|
198
|
-
|
|
199
194
|
self._span_stack.clear()
|
|
200
195
|
|
|
201
196
|
# Clean up any lingering Weave calls if Weave is available and initialized
|
|
@@ -295,8 +290,6 @@ class AsyncOtelSpanListener:
|
|
|
295
290
|
logger.warning("No subspan found for step %s", step.UUID)
|
|
296
291
|
return
|
|
297
292
|
|
|
298
|
-
self._span_stack.pop(step.UUID, None)
|
|
299
|
-
|
|
300
293
|
# Optionally add more attributes from usage_info or data
|
|
301
294
|
usage_info = step.payload.usage_info
|
|
302
295
|
if usage_info:
|
|
@@ -27,6 +27,10 @@ app = Flask(__name__)
|
|
|
27
27
|
@app.after_request
|
|
28
28
|
def add_hsts_header(response):
|
|
29
29
|
response.headers['Strict-Transport-Security'] = 'max-age=31536000; includeSubDomains'
|
|
30
|
+
response.headers['X-Content-Type-Options'] = 'nosniff'
|
|
31
|
+
response.headers['X-Frame-Options'] = 'SAMEORIGIN'
|
|
32
|
+
response.headers['X-XSS-Protection'] = '1; mode=block'
|
|
33
|
+
|
|
30
34
|
return response
|
|
31
35
|
|
|
32
36
|
|
|
@@ -173,7 +173,7 @@ aiq/memory/models.py,sha256=4TZW2VSroLx0Ea11F_33_Rmx1diAk1jFpz-45jyPpnc,4026
|
|
|
173
173
|
aiq/meta/module_to_distro.json,sha256=1XV7edobFrdDKvsSoynfodXg_hczUWpDrQzGkW9qqEs,28
|
|
174
174
|
aiq/meta/pypi.md,sha256=pLZaYl3LQrSOUBET9EW_kT5WQuAU9yYgNnsjOrLZ05c,4392
|
|
175
175
|
aiq/observability/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
176
|
-
aiq/observability/async_otel_listener.py,sha256=
|
|
176
|
+
aiq/observability/async_otel_listener.py,sha256=bEml7HVVdS8JfMPH7L0d-PRsZpwlYCo-TIxT6abVhFc,17611
|
|
177
177
|
aiq/observability/register.py,sha256=ZDQOaSuy9igc7nAKG7XWP2u6JanC2T8yufMWItNpPJI,4245
|
|
178
178
|
aiq/plugins/.namespace,sha256=Gace0pOC3ETEJf-TBVuNw0TQV6J_KtOPpEiSzMH-odo,215
|
|
179
179
|
aiq/profiler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -263,7 +263,7 @@ aiq/tool/code_execution/register.py,sha256=H-4eZwu6f5jANEBnyONcDdeBrivkHjw-aZU-V
|
|
|
263
263
|
aiq/tool/code_execution/utils.py,sha256=__W-T1kaphFKYSc2AydQW8lCdvD7zAccarvs7XVFTtI,4194
|
|
264
264
|
aiq/tool/code_execution/local_sandbox/Dockerfile.sandbox,sha256=CYqZ5jbBwk3ge8pg87aLjhzWERauScwya5naYq0vb5o,2316
|
|
265
265
|
aiq/tool/code_execution/local_sandbox/__init__.py,sha256=k25Kqr_PrH4s0YCfzVzC9vaBAiu8yI428C4HX-qUcqA,615
|
|
266
|
-
aiq/tool/code_execution/local_sandbox/local_sandbox_server.py,sha256=
|
|
266
|
+
aiq/tool/code_execution/local_sandbox/local_sandbox_server.py,sha256=dLxw1Hx-2CwZXllNV8I2Sk0y1F-gVeznp4WVB4Ve_qY,2986
|
|
267
267
|
aiq/tool/code_execution/local_sandbox/sandbox.requirements.txt,sha256=bVUX2CPX-Yxne1hi25fYmd1_m1il5dPsGSuRMjSYKyE,26
|
|
268
268
|
aiq/tool/code_execution/local_sandbox/start_local_sandbox.sh,sha256=aduC0mhws1cAW47VRxEpoXtztgsSFk29LCQYy0uq9e8,956
|
|
269
269
|
aiq/tool/github_tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -306,10 +306,10 @@ aiq/utils/reactive/base/observer_base.py,sha256=UAlyAY_ky4q2t0P81RVFo2Bs_R7z5Nde
|
|
|
306
306
|
aiq/utils/reactive/base/subject_base.py,sha256=Ed-AC6P7cT3qkW1EXjzbd5M9WpVoeN_9KCe3OM3FLU4,2521
|
|
307
307
|
aiq/utils/settings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
308
308
|
aiq/utils/settings/global_settings.py,sha256=U9TCLdoZsKq5qOVGjREipGVv9e-FlStzqy5zv82_VYk,7454
|
|
309
|
-
aiqtoolkit-1.1.
|
|
310
|
-
aiqtoolkit-1.1.
|
|
311
|
-
aiqtoolkit-1.1.
|
|
312
|
-
aiqtoolkit-1.1.
|
|
313
|
-
aiqtoolkit-1.1.
|
|
314
|
-
aiqtoolkit-1.1.
|
|
315
|
-
aiqtoolkit-1.1.
|
|
309
|
+
aiqtoolkit-1.1.0rc3.dist-info/licenses/LICENSE-3rd-party.txt,sha256=8o7aySJa9CBvFshPcsRdJbczzdNyDGJ8b0J67WRUQ2k,183936
|
|
310
|
+
aiqtoolkit-1.1.0rc3.dist-info/licenses/LICENSE.md,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
311
|
+
aiqtoolkit-1.1.0rc3.dist-info/METADATA,sha256=FEMHhzlRKums0pcRKq8SaJKb31ePO2U3rP0LxQqhPKY,20132
|
|
312
|
+
aiqtoolkit-1.1.0rc3.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
|
313
|
+
aiqtoolkit-1.1.0rc3.dist-info/entry_points.txt,sha256=gRlPfR5g21t328WNEQ4CcEz80S1sJNS8A7rMDYnzl4A,452
|
|
314
|
+
aiqtoolkit-1.1.0rc3.dist-info/top_level.txt,sha256=fo7AzYcNhZ_tRWrhGumtxwnxMew4xrT1iwouDy_f0Kc,4
|
|
315
|
+
aiqtoolkit-1.1.0rc3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{aiqtoolkit-1.1.0rc2.dist-info → aiqtoolkit-1.1.0rc3.dist-info}/licenses/LICENSE-3rd-party.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|