File tree Expand file tree Collapse file tree
src/api/entities_api/orchestration/mixins Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ websockets==15.0.1
1414transformers>=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
Original file line number Diff line number Diff 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
1414jwt
1515
Original file line number Diff line number Diff 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 ] = []
You can’t perform that action at this time.
0 commit comments