Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## v1.34.0 - 2026-02-13

### New Features

* Allow a primary key to also be a foreign key (in the metadata and also for modeling) - Issue [#2779](https://github.com/sdv-dev/SDV/issues/2779) by @gsheni

## v1.33.1 - 2026-02-06

### New Features
Expand Down
16 changes: 8 additions & 8 deletions static_code_analysis.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Run started:2026-02-06 21:10:18.899704+00:00
Run started:2026-02-13 20:43:11.713100+00:00

Test results:
>> Issue: [B110:try_except_pass] Try, Except, Pass detected.
Expand Down Expand Up @@ -100,12 +100,12 @@ Test results:
Severity: Low Confidence: High
CWE: CWE-703 (https://cwe.mitre.org/data/definitions/703.html)
More Info: https://bandit.readthedocs.io/en/1.9.2/plugins/b110_try_except_pass.html
Location: ./sdv/multi_table/hma.py:401:12
400 index.append(foreign_key_value)
401 except Exception:
402 # Skip children rows subsets that fail
403 pass
404
Location: ./sdv/multi_table/hma.py:407:12
406 index.append(foreign_key_value)
407 except Exception:
408 # Skip children rows subsets that fail
409 pass
410

--------------------------------------------------
>> Issue: [B110:try_except_pass] Try, Except, Pass detected.
Expand All @@ -121,7 +121,7 @@ Test results:
--------------------------------------------------

Code scanned:
Total lines of code: 17448
Total lines of code: 17482
Total lines skipped (#nosec): 0
Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0

Expand Down