Skip to content

Commit

Permalink
fix: reverting pydantic to 2.6.* for FastAPI, see Issue 742
Browse files Browse the repository at this point in the history
- added `type: ignore` to `trace.py` where `JsonSerializer` is used.

Related Issue: #742

Co-authored-by: FelixFehse <[email protected]>
  • Loading branch information
FelixFehse and FelixFehseTNG authored Apr 18, 2024
1 parent 7236a1c commit 5371ec9
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 93 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- fix: `ExpectedSearchOutput` has only relevant fields and supports generic document-`ID` rather than just str
- fix: `SearchEvaluationLogic` explicitly compares documents by ids
- fix: In `RecusrsiveSummarize.do_run`, `num_generated_tokens` not uninitialized anymore. [See Issue 743.](https://github.com/Aleph-Alpha/intelligence-layer/issues/743).

- fix: Reverted pydantic to 2.6.* because of FastAPI incompatibility.

## 0.9.0

Expand Down
Loading

0 comments on commit 5371ec9

Please sign in to comment.