Skip to content

Commit 6be28da

Browse files
author
Francisco
committed
fix: bump projectdavid to version 1.76.2 in requirements files
1 parent 6309353 commit 6be28da

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

api_unhashed_reqs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ websockets==15.0.1
1414
transformers>=4.33.0,<5.0.0
1515
# ------------------------------------------------------------------ #
1616
# Internal packages
17-
projectdavid[embeddings]==1.76.1
17+
projectdavid[embeddings]==1.76.2
1818

1919
# web search tools
2020

sandbox_reqs_unhashed.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ websockets==15.0.1
1010
# transformers>=4.33.0,<5.0.0
1111
# ------------------------------------------------------------------ #
1212
# Internal packages
13-
projectdavid==1.76.1
13+
projectdavid==1.76.2
1414
jwt
1515

src/api/entities_api/orchestration/mixins/context_mixin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def message_cache(self):
3838
# -----------------------------------------------------
3939
# PURE HELPERS (SYNC — unchanged)
4040
# -----------------------------------------------------
41-
4241
@staticmethod
4342
def _normalize_roles(msgs: List[Dict]) -> List[Dict]:
4443
out: List[Dict] = []

0 commit comments

Comments
 (0)