Revisions of python-fastapi

buildservice-autocommit accepted request 1066272 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 28)
baserev update by copy to link target
buildservice-autocommit accepted request 1064387 from David Anes's avatar David Anes (david.anes) (revision 26)
baserev update by copy to link target
buildservice-autocommit accepted request 1058067 from David Anes's avatar David Anes (david.anes) (revision 24)
baserev update by copy to link target
David Anes's avatar David Anes (david.anes) accepted request 1058066 from David Anes's avatar David Anes (david.anes) (revision 23)
- Prune the test suite when run in lettered staging projects:
  * Add a couple more tests that require extra packages.
David Anes's avatar David Anes (david.anes) accepted request 1057952 from David Anes's avatar David Anes (david.anes) (revision 22)
- Update to 0.89.1:
  * Fixes
    - Ignore Response classes on return annotation.
  * Docs
    - Update docs and examples for Response Model with Return Type 
      Annotations, and update runtime error. 
    - New docs at Response Model - Return Type: Other Return Type 
      Annotations.
    - Add External Link: FastAPI lambda container: serverless 
      simplified.
  * Translations
    - Add Turkish translation for docs/tr/docs/tutorial/first_steps.md.
- Update to 0.89.0: 
  * Features
    - Add support for function return type annotations to declare the response_model.
  * Docs
    - Add External Link: Authorization on FastAPI with Casbin.
    - Fix typo in docs/en/docs/async.md.
    - Fix typo in docs/en/docs/deployment/concepts.md.
  * Translations
    - Add Russian translation for docs/ru/docs/fastapi-people.md.
    - Fix typo in Chinese translation for docs/zh/docs/benchmarks.md.
    - Add Korean translation for docs/tutorial/cors.md.
* Internal
    - Update coverage[toml] requirement from <7.0,>=6.5.0 to >=6.5.0,<8.0.
    - Update uvicorn[standard] requirement from <0.19.0,>=0.12.0 to >=0.12.0,<0.21.0 for development.
    - Bump dawidd6/action-download-artifact from 2.24.2 to 2.24.3.
    - Update FastAPI People.
    - Bump types-ujson from 5.5.0 to 5.6.0.0.
    - Bump pypa/gh-action-pypi-publish from 1.5.2 to 1.6.4.
buildservice-autocommit accepted request 1056201 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 21)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1055981 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 20)
- 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.
buildservice-autocommit accepted request 1038833 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 19)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1038740 from David Anes's avatar David Anes (david.anes) (revision 18)
- Starlette newest version is already supported:
  * Remove fastapi-support-startlette-0.21.0.patch
- Add patch to disable a broken test:
  * Add python-fastapi-disable-broken-tests.patch
- Update to 0.88.0
  * Upgrades
    - arrow_up Bump Starlette to version 0.22.0 to fix bad encoding
      for query parameters in new TestClient.
  * Docs
    - pencil2 Fix typo in docs for docs/en/docs/advanced/middleware.md.
  * Translations
    - globe_with_meridians Add Portuguese translation for 
      docs/pt/docs/deployment/docker.md.
- Update to 0.87.0
  * Highlights of this release:
    - Upgraded Starlette
      + Now the TestClient is based on HTTPX instead of Requests.
      + There are some possible breaking changes in the TestClient 
        usage, but @Kludex built bump-testclient to help you 
        automatize migrating your tests. Make sure you are using Git
        and that you can undo any unnecessary changes (false 
        positive changes, etc) before using bump-testclient.
    - New WebSocketException (and docs), re-exported from Starlette.
    - Upgraded and relaxed dependencies for package extras all 
      (including new Uvicorn version), when you install 
      "fastapi[all]".
    - New docs about how to Help Maintain FastAPI.
  * Features:
    - arrow_up Upgrade and relax dependencies for extras "all".
    - sparkles Re-export Starlette's WebSocketException and add it
buildservice-autocommit accepted request 1033513 from David Anes's avatar David Anes (david.anes) (revision 17)
baserev update by copy to link target
buildservice-autocommit accepted request 1032842 from David Anes's avatar David Anes (david.anes) (revision 15)
baserev update by copy to link target
David Anes's avatar David Anes (david.anes) accepted request 1032841 from David Anes's avatar David Anes (david.anes) (revision 14)
- Update to 0.85.2
  * Docs:
    - Fix grammar and add helpful links to dependencies in docs/en/docs/async.md.
    - Fix broken link in alternatives.md. 
    - Fix typo in docs about contributing, for compatibility with pip in Zsh. 
    - Fix typo in docs with examples for Python 3.10 instead of 3.9.
  
  *Translations:
    - Add Portuguese translation for docs/pt/docs/tutorial/request-forms.md.
    - Add Chinese translation for docs/zh/docs/tutorial/dependencies/classes-as-dependencies.md.
    - Add French translation for deployment/deta.md.
    - Update Chinese translation for docs/zh/docs/tutorial/query-params-str-validations.md.
    - Add Chinese translation for docs/zh/docs/tutorial/sql-databases.md.
    - Add Chinese translation for docs/zh/docs/advanced/wsgi.md.
    - Add Portuguese translation for docs/pt/docs/tutorial/body-multiple-params.md.
    - Add Portuguese translation for docs/pt/docs/tutorial/path-params-numeric-validations.md.
    - Add French translation for deployment/versions.md.
    - Add French translation for docs/fr/docs/help-fastapi.md.
    - Fix typo in Chinese translation for docs/zh/docs/tutorial/security/first-steps.md.
    - Add Portuguese translation for docs/pt/docs/tutorial/response-status-code.md.
    - Add config for Tamil translations.
buildservice-autocommit accepted request 1032415 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 13)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1032399 from David Anes's avatar David Anes (david.anes) (revision 12)
- Update to 0.85.1
  * Fix support for strings in OpenAPI status codes: default, 1XX, 
    2XX, 3XX, 4XX, 5XX.
  * Docs: Add WayScript x FastAPI Tutorial to External Links section
- Add support for Starlette 0.21.0:
  * Add patch fastapi-support-startlette-0.21.0.patch
buildservice-autocommit accepted request 1004914 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 11)
baserev update by copy to link target
Displaying revisions 41 - 60 of 69
openSUSE Build Service is sponsored by