chore: bump versioni (gateway 2.6.0, estensione 1.7.0)
This commit is contained in:
+1
-1
@@ -142,7 +142,7 @@ async def lifespan(_app: FastAPI):
|
||||
_http = None
|
||||
|
||||
|
||||
app = FastAPI(title="Memory Gateway", version="2.5.0", lifespan=lifespan)
|
||||
app = FastAPI(title="Memory Gateway", version="2.6.0", lifespan=lifespan)
|
||||
qdrant = QdrantClient(url=QDRANT_URL, api_key=QDRANT_API_KEY)
|
||||
|
||||
# Request ID: generato per richiesta, loggato nell'audit e restituito in header
|
||||
|
||||
Reference in New Issue
Block a user