Revisions of python-fastapi

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1066272 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 13)
- Update to 0.92.0:
  * Upgrades
    - Upgrade Starlette to 0.25.0. This solves a vulnerability that
      could allow denial of service attacks by using many small 
      multipart fields/files (parts), consuming high CPU and memory.
      Only applications using forms (e.g. file uploads) could be 
      affected. For most cases, upgrading won't have any breaking 
      changes.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1064387 from David Anes's avatar David Anes (david.anes) (revision 12)
- Update to 0.91.0:
  * Upgrades
    - Upgrade Starlette version to 0.24.0 and refactor internals for
      compatibility. This can solve nuanced errors when using 
      middlewares. Before Starlette 0.24.0, a new instance of each
      middleware class would be created when a new middleware was
      added. That normally was not a problem, unless the middleware
      class expected to be created only once, with only one 
      instance, that happened in some cases. This upgrade would 
      solve those cases. Now the middleware class instances are 
      created once, right before the first request (the first time 
      the app is called). If you depended on that previous behavior,
      you might need to update your code. As always, make sure your
      tests pass before merging the upgrade.
- Update to 0.90.1:
  * Upgrades
    - Upgrade Starlette range to allow 0.23.1.
  * Docs
    - Tweak wording to clarify docs/en/docs/project-generation.md.
    - Update Pydantic GitHub URLs.
    - Add opinion from Cisco. 
  * Translations
    - Add Russian translation for docs/ru/docs/tutorial/cookie-params.md
- Update to 0.90.0:
  * Upgrades
    - Bump Starlette from 0.22.0 to 0.23.0.
  * Docs
    - Add article "Tortoise ORM / FastAPI 整合快速筆記" to External 
      Links. 
    - Update FastAPI People.
    - Micro-tweak help docs.
    - Update new issue chooser to direct to GitHub Discussions.
    - Recommend GitHub Discussions for questions.
  * Translations
    - Add Russian translation for docs/ru/docs/tutorial/body-fields.md.
    - Add Russian translation for docs/ru/docs/help-fastapi.md.
    - Add Portuguese translation for docs/pt/docs/tutorial/static-files.md.
    - Add Portuguese translation for docs/pt/docs/tutorial/encoder.md.
    - Add Russian translation for docs/ru/docs/contributing.md.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1056201 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 10)
Forwarded request #1055981 from bnavigator

- Remove flit from build requirements: The real used backend
    is hatchling
  - Clean up specfile
    * remove duplicate copyright header
    * remove catchall in files section
  - Drop python-fastapi-disable-broken-tests.patch
  - Prune the test suite when run in lettered staging projects:
    python-mocket pulls this into Ring1. Let's make it as painless as
    possible.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1001875 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 4)
- Use email-validator package instead of email_validator.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 993531 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 1)
Very popular package.
Displaying revisions 21 - 34 of 34
openSUSE Build Service is sponsored by