=============================== warnings summary ===============================
<frozen importlib._bootstrap>:488
<frozen importlib._bootstrap>:488: DeprecationWarning: Type google._upb._message.MessageMapContainer uses PyType_Spec with a metaclass that has custom tp_new. This is deprecated and will no longer be allowed in Python 3.14.
<frozen importlib._bootstrap>:488
<frozen importlib._bootstrap>:488: DeprecationWarning: Type google._upb._message.ScalarMapContainer uses PyType_Spec with a metaclass that has custom tp_new. This is deprecated and will no longer be allowed in Python 3.14.
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======================== 1 passed, 2 warnings in 2.08s =========================
We get these warnings derived from
chromadb
's dependencyprotobuf
when running tests. https://github.com/gomyway1216/rag/actions/runs/11194747846/job/31121612257This pull request fixes the warning filter to suppress the messages. https://github.com/gomyway1216/rag/actions/runs/11247175098/job/31270209306?pr=34