Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • A aurweb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 85
    • Issues 85
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Arch LinuxArch Linux
  • aurweb
  • Repository
Switch branch/tag
  • aurweb
  • poetry.lock
Find file BlameHistoryPermalink
  • Kevin Morris's avatar
    change(poetry): use kevr@upgrade-starlette-0.17.0 as fastapi source · 3517862e
    Kevin Morris authored Nov 08, 2021
    Starlette 0.16.0 has a pretty bad bug in terms of logging which
    has been fixed in the 0.17.0 release. That being said, FastAPI has
    not yet merged a request at https://github.com/tiangolo/fastapi/pull/4145
    
    
    which resolves this dependency resolution so we can use the updated
    starlette package.
    
    kevr has forked the pull request in question and we are using it
    for now in our poetry dependencies to get ahead of the game.
    
    When FastAPI upstream is updated to support 0.17.0, we'll need
    to switch this back to using upstream's source.
    
    Signed-off-by: Kevin Morris's avatarKevin Morris <kevr@0cost.org>
    3517862e