File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ class CustomAnalyzer(BaseAnalyzer):
354354** Core:**
355355- fastapi==0.116.1
356356- uvicorn==0.35.0
357- - motor==3.7.1 (async MongoDB)
357+ - PyMongo==4.15.4 (async MongoDB)
358358- neo4j==5.28.1
359359- redis==5.2.1
360360- z3-solver==4.15.3.0
@@ -413,7 +413,7 @@ docker compose -f dev/docker-compose.yml up --build
413413
414414** Async Architecture:**
415415- All I/O operations are async (DB, HTTP, file operations)
416- - Motor for MongoDB, aiohttp for HTTP, Neo4j async driver
416+ - PyMongo async driver for MongoDB, aiohttp for HTTP, Neo4j async driver
417417- Neo4j query optimization: Build response structures in Cypher
418418
419419** Security:**
@@ -479,7 +479,7 @@ docker compose -f dev/docker-compose.yml up --build
479479- FastAPI: https://fastapi.tiangolo.com/
480480- uv: https://docs.astral.sh/uv/
481481- Neo4j Python: https://neo4j.com/docs/python-manual/current/
482- - Motor : https://motor .readthedocs.io/
482+ - PyMongo : https://pymongo .readthedocs.io/en/stable/api/pymongo/asynchronous/index.html
483483- Secure Chain: https://securechaindev.github.io/
484484- Repository: https://github.com/securechaindev/securechain-depex
485485- Data Dumps: https://doi.org/10.5281/zenodo.16739081
You can’t perform that action at this time.
0 commit comments