Skip to content

chore(deps): update fastapi requirement from >=0.100.0 to >=0.136.1#8

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/fastapi-gte-0.136.1
Closed

chore(deps): update fastapi requirement from >=0.100.0 to >=0.136.1#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/fastapi-gte-0.136.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Updates the requirements on fastapi to permit the latest version.

Release notes

Sourced from fastapi's releases.

0.136.1

Upgrades

Internal

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.100.0...0.136.1)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.136.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 28, 2026

Labels

The following labels could not be found: dependencies, security. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@chrlesur
Copy link
Copy Markdown
Contributor

Fermeture de cette PR — Découverte d'une dépendance morte

Lors de l'analyse de cette PR (dans le cadre d'une revue manuelle des PR dependabot du repo), il a été découvert que fastapi n'est utilisée nulle part dans le code :

Vérifications effectuées

# 1. Imports directs dans src/ et scripts/
$ grep -rE "^(from|import) (fastapi|starlette)" --include="*.py" src/ scripts/
# → Aucun résultat

# 2. Required-by selon pip
$ pip show fastapi | grep Required-by
Required-by:    # vide

# 3. Dépendance transitive du SDK mcp ?
$ pip show mcp | grep Requires
Requires: anyio, httpx, httpx-sse, jsonschema, pydantic, pydantic-settings, pyjwt, python-multipart, sse-starlette, starlette, typing-extensions, typing-inspection, uvicorn
# → Pas de fastapi dans les requires

Architecture réelle

  • Le serveur MCP utilise FastMCP du SDK mcp officiel, qui dépend de Starlette directement (pas FastAPI)
  • L'API REST simple (/api/memories, /api/graph/<id>, /api/ask, /api/query) est implémentée comme middleware ASGI custom dans src/mcp_memory/auth/middleware.py, sans FastAPI

Décision

Plutôt que de bumper une dépendance morte de 0.100.0 → 0.136.1, la dépendance sera supprimée dans le cadre de l'issue #9 (audit des dépendances inutilisées).

DESIGN/SPECIFICATION.md ligne 199 mentionne encore FastAPI dans la stack — à corriger également.

@chrlesur chrlesur closed this May 11, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 11, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/pip/fastapi-gte-0.136.1 branch May 11, 2026 17:57
chrlesur added a commit that referenced this pull request May 11, 2026
Release patch consolidant les 4 mises à jour de dépendances Dependabot
mergées en main :

- boto3 >=1.42.97 (#6)
- pydantic-settings >=2.14.0 (#7)
- python-multipart >=0.0.27 (#5)
- rich >=15.0.0 (#4)

Aucun changement applicatif, aucune modification d'API. Recette à
150/150 tests verts. 30 outils MCP inchangés.

PR Dependabot fermées sans merge :
- #8 (fastapi <0.110.0) : version cible morte → issue #9 ouverte
- #3 (Python 3.14) : prématuré (wheels manquantes) → issue #10 ouverte

Bump VERSION 2.1.1 → 2.1.2 + entrée CHANGELOG + références dans README.md,
README.en.md et DESIGN/SPECIFICATION.md.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant