fastapi 0.116.0__py3-none-any.whl → 0.116.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fastapi might be problematic. Click here for more details.

fastapi/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
1
  """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
2
2
 
3
- __version__ = "0.116.0"
3
+ __version__ = "0.116.2"
4
4
 
5
5
  from starlette import status as status
6
6
 
@@ -5,7 +5,7 @@ from fastapi.websockets import WebSocket
5
5
  from starlette.exceptions import HTTPException
6
6
  from starlette.requests import Request
7
7
  from starlette.responses import JSONResponse, Response
8
- from starlette.status import HTTP_422_UNPROCESSABLE_ENTITY, WS_1008_POLICY_VIOLATION
8
+ from starlette.status import WS_1008_POLICY_VIOLATION
9
9
 
10
10
 
11
11
  async def http_exception_handler(request: Request, exc: HTTPException) -> Response:
@@ -21,7 +21,7 @@ async def request_validation_exception_handler(
21
21
  request: Request, exc: RequestValidationError
22
22
  ) -> JSONResponse:
23
23
  return JSONResponse(
24
- status_code=HTTP_422_UNPROCESSABLE_ENTITY,
24
+ status_code=422,
25
25
  content={"detail": jsonable_encoder(exc.errors())},
26
26
  )
27
27
 
fastapi/openapi/utils.py CHANGED
@@ -35,7 +35,6 @@ from fastapi.utils import (
35
35
  from pydantic import BaseModel
36
36
  from starlette.responses import JSONResponse
37
37
  from starlette.routing import BaseRoute
38
- from starlette.status import HTTP_422_UNPROCESSABLE_ENTITY
39
38
  from typing_extensions import Literal
40
39
 
41
40
  validation_error_definition = {
@@ -416,7 +415,7 @@ def get_openapi_path(
416
415
  )
417
416
  deep_dict_update(openapi_response, process_response)
418
417
  openapi_response["description"] = description
419
- http422 = str(HTTP_422_UNPROCESSABLE_ENTITY)
418
+ http422 = "422"
420
419
  all_route_params = get_flat_params(route.dependant)
421
420
  if (all_route_params or route.body_field) and not any(
422
421
  status in operation["responses"]
fastapi/routing.py CHANGED
@@ -9,6 +9,7 @@ from typing import (
9
9
  Any,
10
10
  AsyncIterator,
11
11
  Callable,
12
+ Collection,
12
13
  Coroutine,
13
14
  Dict,
14
15
  List,
@@ -862,7 +863,7 @@ class APIRouter(routing.Router):
862
863
  def route(
863
864
  self,
864
865
  path: str,
865
- methods: Optional[List[str]] = None,
866
+ methods: Optional[Collection[str]] = None,
866
867
  name: Optional[str] = None,
867
868
  include_in_schema: bool = True,
868
869
  ) -> Callable[[DecoratedCallable], DecoratedCallable]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fastapi
3
- Version: 0.116.0
3
+ Version: 0.116.2
4
4
  Summary: FastAPI framework, high performance, easy to learn, fast to code, ready for production
5
5
  Author-Email: =?utf-8?q?Sebasti=C3=A1n_Ram=C3=ADrez?= <tiangolo@gmail.com>
6
6
  Classifier: Intended Audience :: Information Technology
@@ -38,7 +38,7 @@ Project-URL: Repository, https://github.com/fastapi/fastapi
38
38
  Project-URL: Issues, https://github.com/fastapi/fastapi/issues
39
39
  Project-URL: Changelog, https://fastapi.tiangolo.com/release-notes/
40
40
  Requires-Python: >=3.8
41
- Requires-Dist: starlette<0.47.0,>=0.40.0
41
+ Requires-Dist: starlette<0.49.0,>=0.40.0
42
42
  Requires-Dist: pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4
43
43
  Requires-Dist: typing-extensions>=4.8.0
44
44
  Provides-Extra: standard
@@ -114,12 +114,11 @@ The key features are:
114
114
 
115
115
  <small>* estimation based on tests on an internal development team, building production applications.</small>
116
116
 
117
- ## Sponsors
117
+ ## Sponsors { #sponsors }
118
118
 
119
119
  <!-- sponsors -->
120
120
 
121
121
  <a href="https://blockbee.io?ref=fastapi" target="_blank" title="BlockBee Cryptocurrency Payment Gateway"><img src="https://fastapi.tiangolo.com/img/sponsors/blockbee.png"></a>
122
- <a href="https://platform.sh/try-it-now/?utm_source=fastapi-signup&utm_medium=banner&utm_campaign=FastAPI-signup-June-2023" target="_blank" title="Build, run and scale your apps on a modern, reliable, and secure PaaS."><img src="https://fastapi.tiangolo.com/img/sponsors/platform-sh.png"></a>
123
122
  <a href="https://github.com/scalar/scalar/?utm_source=fastapi&utm_medium=website&utm_campaign=main-badge" target="_blank" title="Scalar: Beautiful Open-Source API References from Swagger/OpenAPI files"><img src="https://fastapi.tiangolo.com/img/sponsors/scalar.svg"></a>
124
123
  <a href="https://www.propelauth.com/?utm_source=fastapi&utm_campaign=1223&utm_medium=mainbadge" target="_blank" title="Auth, user management and more for your B2B product"><img src="https://fastapi.tiangolo.com/img/sponsors/propelauth.png"></a>
125
124
  <a href="https://zuplo.link/fastapi-gh" target="_blank" title="Zuplo: Deploy, Secure, Document, and Monetize your FastAPI"><img src="https://fastapi.tiangolo.com/img/sponsors/zuplo.png"></a>
@@ -127,7 +126,8 @@ The key features are:
127
126
  <a href="https://docs.render.com/deploy-fastapi?utm_source=deploydoc&utm_medium=referral&utm_campaign=fastapi" target="_blank" title="Deploy & scale any full-stack web app on Render. Focus on building apps, not infra."><img src="https://fastapi.tiangolo.com/img/sponsors/render.svg"></a>
128
127
  <a href="https://www.coderabbit.ai/?utm_source=fastapi&utm_medium=badge&utm_campaign=fastapi" target="_blank" title="Cut Code Review Time & Bugs in Half with CodeRabbit"><img src="https://fastapi.tiangolo.com/img/sponsors/coderabbit.png"></a>
129
128
  <a href="https://subtotal.com/?utm_source=fastapi&utm_medium=sponsorship&utm_campaign=open-source" target="_blank" title="The Gold Standard in Retail Account Linking"><img src="https://fastapi.tiangolo.com/img/sponsors/subtotal.svg"></a>
130
- <a href="https://databento.com/" target="_blank" title="Pay as you go for market data"><img src="https://fastapi.tiangolo.com/img/sponsors/databento.svg"></a>
129
+ <a href="https://docs.railway.com/guides/fastapi?utm_medium=integration&utm_source=docs&utm_campaign=fastapi" target="_blank" title="Deploy enterprise applications at startup speed"><img src="https://fastapi.tiangolo.com/img/sponsors/railway.png"></a>
130
+ <a href="https://databento.com/?utm_source=fastapi&utm_medium=sponsor&utm_content=display" target="_blank" title="Pay as you go for market data"><img src="https://fastapi.tiangolo.com/img/sponsors/databento.svg"></a>
131
131
  <a href="https://speakeasy.com/editor?utm_source=fastapi+repo&utm_medium=github+sponsorship" target="_blank" title="SDKs for your API | Speakeasy"><img src="https://fastapi.tiangolo.com/img/sponsors/speakeasy.png"></a>
132
132
  <a href="https://www.svix.com/" target="_blank" title="Svix - Webhooks as a service"><img src="https://fastapi.tiangolo.com/img/sponsors/svix.svg"></a>
133
133
  <a href="https://www.stainlessapi.com/?utm_source=fastapi&utm_medium=referral" target="_blank" title="Stainless | Generate best-in-class SDKs"><img src="https://fastapi.tiangolo.com/img/sponsors/stainless.png"></a>
@@ -139,7 +139,7 @@ The key features are:
139
139
 
140
140
  <a href="https://fastapi.tiangolo.com/fastapi-people/#sponsors" class="external-link" target="_blank">Other sponsors</a>
141
141
 
142
- ## Opinions
142
+ ## Opinions { #opinions }
143
143
 
144
144
  "_[...] I'm using **FastAPI** a ton these days. [...] I'm actually planning to use it for all of my team's **ML services at Microsoft**. Some of them are getting integrated into the core **Windows** product and some **Office** products._"
145
145
 
@@ -161,7 +161,7 @@ The key features are:
161
161
 
162
162
  "_I’m over the moon excited about **FastAPI**. It’s so fun!_"
163
163
 
164
- <div style="text-align: right; margin-right: 10%;">Brian Okken - <strong><a href="https://pythonbytes.fm/episodes/show/123/time-to-right-the-py-wrongs?time_in_sec=855" target="_blank">Python Bytes</a> podcast host</strong> <a href="https://twitter.com/brianokken/status/1112220079972728832" target="_blank"><small>(ref)</small></a></div>
164
+ <div style="text-align: right; margin-right: 10%;">Brian Okken - <strong><a href="https://pythonbytes.fm/episodes/show/123/time-to-right-the-py-wrongs?time_in_sec=855" target="_blank">Python Bytes</a> podcast host</strong> <a href="https://x.com/brianokken/status/1112220079972728832" target="_blank"><small>(ref)</small></a></div>
165
165
 
166
166
  ---
167
167
 
@@ -175,7 +175,7 @@ The key features are:
175
175
 
176
176
  "_We've switched over to **FastAPI** for our **APIs** [...] I think you'll like it [...]_"
177
177
 
178
- <div style="text-align: right; margin-right: 10%;">Ines Montani - Matthew Honnibal - <strong><a href="https://explosion.ai" target="_blank">Explosion AI</a> founders - <a href="https://spacy.io" target="_blank">spaCy</a> creators</strong> <a href="https://twitter.com/_inesmontani/status/1144173225322143744" target="_blank"><small>(ref)</small></a> - <a href="https://twitter.com/honnibal/status/1144031421859655680" target="_blank"><small>(ref)</small></a></div>
178
+ <div style="text-align: right; margin-right: 10%;">Ines Montani - Matthew Honnibal - <strong><a href="https://explosion.ai" target="_blank">Explosion AI</a> founders - <a href="https://spacy.io" target="_blank">spaCy</a> creators</strong> <a href="https://x.com/_inesmontani/status/1144173225322143744" target="_blank"><small>(ref)</small></a> - <a href="https://x.com/honnibal/status/1144031421859655680" target="_blank"><small>(ref)</small></a></div>
179
179
 
180
180
  ---
181
181
 
@@ -185,7 +185,7 @@ The key features are:
185
185
 
186
186
  ---
187
187
 
188
- ## **Typer**, the FastAPI of CLIs
188
+ ## **Typer**, the FastAPI of CLIs { #typer-the-fastapi-of-clis }
189
189
 
190
190
  <a href="https://typer.tiangolo.com" target="_blank"><img src="https://typer.tiangolo.com/img/logo-margin/logo-margin-vector.svg" style="width: 20%;"></a>
191
191
 
@@ -193,14 +193,14 @@ If you are building a <abbr title="Command Line Interface">CLI</abbr> app to be
193
193
 
194
194
  **Typer** is FastAPI's little sibling. And it's intended to be the **FastAPI of CLIs**. ⌨️ 🚀
195
195
 
196
- ## Requirements
196
+ ## Requirements { #requirements }
197
197
 
198
198
  FastAPI stands on the shoulders of giants:
199
199
 
200
200
  * <a href="https://www.starlette.io/" class="external-link" target="_blank">Starlette</a> for the web parts.
201
201
  * <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a> for the data parts.
202
202
 
203
- ## Installation
203
+ ## Installation { #installation }
204
204
 
205
205
  Create and activate a <a href="https://fastapi.tiangolo.com/virtual-environments/" class="external-link" target="_blank">virtual environment</a> and then install FastAPI:
206
206
 
@@ -216,9 +216,9 @@ $ pip install "fastapi[standard]"
216
216
 
217
217
  **Note**: Make sure you put `"fastapi[standard]"` in quotes to ensure it works in all terminals.
218
218
 
219
- ## Example
219
+ ## Example { #example }
220
220
 
221
- ### Create it
221
+ ### Create it { #create-it }
222
222
 
223
223
  Create a file `main.py` with:
224
224
 
@@ -269,7 +269,7 @@ If you don't know, check the _"In a hurry?"_ section about <a href="https://fast
269
269
 
270
270
  </details>
271
271
 
272
- ### Run it
272
+ ### Run it { #run-it }
273
273
 
274
274
  Run the server with:
275
275
 
@@ -311,7 +311,7 @@ You can read more about it in the <a href="https://fastapi.tiangolo.com/fastapi-
311
311
 
312
312
  </details>
313
313
 
314
- ### Check it
314
+ ### Check it { #check-it }
315
315
 
316
316
  Open your browser at <a href="http://127.0.0.1:8000/items/5?q=somequery" class="external-link" target="_blank">http://127.0.0.1:8000/items/5?q=somequery</a>.
317
317
 
@@ -328,7 +328,7 @@ You already created an API that:
328
328
  * The _path_ `/items/{item_id}` has a _path parameter_ `item_id` that should be an `int`.
329
329
  * The _path_ `/items/{item_id}` has an optional `str` _query parameter_ `q`.
330
330
 
331
- ### Interactive API docs
331
+ ### Interactive API docs { #interactive-api-docs }
332
332
 
333
333
  Now go to <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>.
334
334
 
@@ -336,7 +336,7 @@ You will see the automatic interactive API documentation (provided by <a href="h
336
336
 
337
337
  ![Swagger UI](https://fastapi.tiangolo.com/img/index/index-01-swagger-ui-simple.png)
338
338
 
339
- ### Alternative API docs
339
+ ### Alternative API docs { #alternative-api-docs }
340
340
 
341
341
  And now, go to <a href="http://127.0.0.1:8000/redoc" class="external-link" target="_blank">http://127.0.0.1:8000/redoc</a>.
342
342
 
@@ -344,7 +344,7 @@ You will see the alternative automatic documentation (provided by <a href="https
344
344
 
345
345
  ![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)
346
346
 
347
- ## Example upgrade
347
+ ## Example upgrade { #example-upgrade }
348
348
 
349
349
  Now modify the file `main.py` to receive a body from a `PUT` request.
350
350
 
@@ -382,7 +382,7 @@ def update_item(item_id: int, item: Item):
382
382
 
383
383
  The `fastapi dev` server should reload automatically.
384
384
 
385
- ### Interactive API docs upgrade
385
+ ### Interactive API docs upgrade { #interactive-api-docs-upgrade }
386
386
 
387
387
  Now go to <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>.
388
388
 
@@ -398,7 +398,7 @@ Now go to <a href="http://127.0.0.1:8000/docs" class="external-link" target="_bl
398
398
 
399
399
  ![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-05-swagger-04.png)
400
400
 
401
- ### Alternative API docs upgrade
401
+ ### Alternative API docs upgrade { #alternative-api-docs-upgrade }
402
402
 
403
403
  And now, go to <a href="http://127.0.0.1:8000/redoc" class="external-link" target="_blank">http://127.0.0.1:8000/redoc</a>.
404
404
 
@@ -406,7 +406,7 @@ And now, go to <a href="http://127.0.0.1:8000/redoc" class="external-link" targe
406
406
 
407
407
  ![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png)
408
408
 
409
- ### Recap
409
+ ### Recap { #recap }
410
410
 
411
411
  In summary, you declare **once** the types of parameters, body, etc. as function parameters.
412
412
 
@@ -518,17 +518,17 @@ For a more complete example including more features, see the <a href="https://fa
518
518
  * **Cookie Sessions**
519
519
  * ...and more.
520
520
 
521
- ## Performance
521
+ ## Performance { #performance }
522
522
 
523
523
  Independent TechEmpower benchmarks show **FastAPI** applications running under Uvicorn as <a href="https://www.techempower.com/benchmarks/#section=test&runid=7464e520-0dc2-473d-bd34-dbdfd7e85911&hw=ph&test=query&l=zijzen-7" class="external-link" target="_blank">one of the fastest Python frameworks available</a>, only below Starlette and Uvicorn themselves (used internally by FastAPI). (*)
524
524
 
525
525
  To understand more about it, see the section <a href="https://fastapi.tiangolo.com/benchmarks/" class="internal-link" target="_blank">Benchmarks</a>.
526
526
 
527
- ## Dependencies
527
+ ## Dependencies { #dependencies }
528
528
 
529
529
  FastAPI depends on Pydantic and Starlette.
530
530
 
531
- ### `standard` Dependencies
531
+ ### `standard` Dependencies { #standard-dependencies }
532
532
 
533
533
  When you install FastAPI with `pip install "fastapi[standard]"` it comes with the `standard` group of optional dependencies:
534
534
 
@@ -548,15 +548,15 @@ Used by FastAPI:
548
548
  * `fastapi-cli[standard]` - to provide the `fastapi` command.
549
549
  * This includes `fastapi-cloud-cli`, which allows you to deploy your FastAPI application to <a href="https://fastapicloud.com" class="external-link" target="_blank">FastAPI Cloud</a>.
550
550
 
551
- ### Without `standard` Dependencies
551
+ ### Without `standard` Dependencies { #without-standard-dependencies }
552
552
 
553
553
  If you don't want to include the `standard` optional dependencies, you can install with `pip install fastapi` instead of `pip install "fastapi[standard]"`.
554
554
 
555
- ### Without `fastapi-cloud-cli`
555
+ ### Without `fastapi-cloud-cli` { #without-fastapi-cloud-cli }
556
556
 
557
557
  If you want to install FastAPI with the standard dependencies but without the `fastapi-cloud-cli`, you can install with `pip install "fastapi[standard-no-fastapi-cloud-cli]"`.
558
558
 
559
- ### Additional Optional Dependencies
559
+ ### Additional Optional Dependencies { #additional-optional-dependencies }
560
560
 
561
561
  There are some additional dependencies you might want to install.
562
562
 
@@ -570,6 +570,6 @@ Additional optional FastAPI dependencies:
570
570
  * <a href="https://github.com/ijl/orjson" target="_blank"><code>orjson</code></a> - Required if you want to use `ORJSONResponse`.
571
571
  * <a href="https://github.com/esnme/ultrajson" target="_blank"><code>ujson</code></a> - Required if you want to use `UJSONResponse`.
572
572
 
573
- ## License
573
+ ## License { #license }
574
574
 
575
575
  This project is licensed under the terms of the MIT license.
@@ -1,8 +1,8 @@
1
- fastapi-0.116.0.dist-info/METADATA,sha256=QoT2LHcDkeacESwHNPkSz4CqHo3qeFHdTaBt4oBrNEM,28115
2
- fastapi-0.116.0.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
3
- fastapi-0.116.0.dist-info/entry_points.txt,sha256=GCf-WbIZxyGT4MUmrPGj1cOHYZoGsNPHAvNkT6hnGeA,61
4
- fastapi-0.116.0.dist-info/licenses/LICENSE,sha256=Tsif_IFIW5f-xYSy1KlhAy7v_oNEU4lP2cEnSQbMdE4,1086
5
- fastapi/__init__.py,sha256=Mu8AE9EjVCZl40l4LTF3QShw0pA558dDM2OpMXm_2hs,1081
1
+ fastapi-0.116.2.dist-info/METADATA,sha256=HLOeAYCLjUt06o01VNScz_9l637gaAp0aFK03rXtRhU,28594
2
+ fastapi-0.116.2.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
3
+ fastapi-0.116.2.dist-info/entry_points.txt,sha256=GCf-WbIZxyGT4MUmrPGj1cOHYZoGsNPHAvNkT6hnGeA,61
4
+ fastapi-0.116.2.dist-info/licenses/LICENSE,sha256=Tsif_IFIW5f-xYSy1KlhAy7v_oNEU4lP2cEnSQbMdE4,1086
5
+ fastapi/__init__.py,sha256=7d_7TVP2koaXTW7Vjpvle63ruW5ZtcnnkoAu3KR25vM,1081
6
6
  fastapi/__main__.py,sha256=bKePXLdO4SsVSM6r9SVoLickJDcR2c0cTOxZRKq26YQ,37
7
7
  fastapi/_compat.py,sha256=PwGTZd6d-u2o6YF9M8pQahuBtD_3q3Kpj7vU5-ngChc,24228
8
8
  fastapi/applications.py,sha256=rZTr0Ix-vdMwh6MQGCI_NC-Ir9lpfIGHHBY-JnNWZ_E,176550
@@ -14,7 +14,7 @@ fastapi/dependencies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
14
14
  fastapi/dependencies/models.py,sha256=Pjl6vx-4nZ5Tta9kJa3-RfQKkXtCpS09-FhMgs9eWNs,1507
15
15
  fastapi/dependencies/utils.py,sha256=wGN-BAb0NpG-89nA_OllS0F4wYwGfhHgb8IuT3MTqck,36619
16
16
  fastapi/encoders.py,sha256=LvwYmFeOz4tVwvgBoC5rvZnbr7hZr73KGrU8O7zSptU,11068
17
- fastapi/exception_handlers.py,sha256=MBrIOA-ugjJDivIi4rSsUJBdTsjuzN76q4yh0q1COKw,1332
17
+ fastapi/exception_handlers.py,sha256=YVcT8Zy021VYYeecgdyh5YEUjEIHKcLspbkSf4OfbJI,1275
18
18
  fastapi/exceptions.py,sha256=taNixuFEXb67lI1bnX1ubq8y8TseJ4yoPlWjyP0fTzk,4969
19
19
  fastapi/logger.py,sha256=I9NNi3ov8AcqbsbC9wl1X-hdItKgYt2XTrx1f99Zpl4,54
20
20
  fastapi/middleware/__init__.py,sha256=oQDxiFVcc1fYJUOIFvphnK7pTT5kktmfL32QXpBFvvo,58
@@ -27,13 +27,13 @@ fastapi/openapi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
27
  fastapi/openapi/constants.py,sha256=adGzmis1L1HJRTE3kJ5fmHS_Noq6tIY6pWv_SFzoFDU,153
28
28
  fastapi/openapi/docs.py,sha256=zSDv4xY6XHcKsaG4zyk1HqSnrZtfZFBB0J7ZBk5YHPE,10345
29
29
  fastapi/openapi/models.py,sha256=PqkxQiqcEgjKuhfUIWPZPQcyTcubtUCB3vcObLsB7VE,15397
30
- fastapi/openapi/utils.py,sha256=e00G_p0IdpiffBUaq31BUyiloXbpld8RryKYnYKisdY,23964
30
+ fastapi/openapi/utils.py,sha256=YM98zXxmkqV5Rft6cPDhzjeCilSFfjKr65fpOK5fA7E,23876
31
31
  fastapi/param_functions.py,sha256=JHNPLIYvoAwdnZZavIVsxOat8x23fX_Kl33reh7HKl8,64019
32
32
  fastapi/params.py,sha256=g450axUBQgQJODdtM7WBxZbQj9Z64inFvadrgHikBbU,28237
33
33
  fastapi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
34
  fastapi/requests.py,sha256=zayepKFcienBllv3snmWI20Gk0oHNVLU4DDhqXBb4LU,142
35
35
  fastapi/responses.py,sha256=QNQQlwpKhQoIPZTTWkpc9d_QGeGZ_aVQPaDV3nQ8m7c,1761
36
- fastapi/routing.py,sha256=gnGRnOzM-CBOYj7hI0bZlC_5c-RQKh6BPmlsDD8IVUo,176315
36
+ fastapi/routing.py,sha256=-SaOgqaseKw5mlTCk-FliS6Wx5la_CjdV5FqSPDmW9g,176337
37
37
  fastapi/security/__init__.py,sha256=bO8pNmxqVRXUjfl2mOKiVZLn0FpBQ61VUYVjmppnbJw,881
38
38
  fastapi/security/api_key.py,sha256=cBI5Z4zWVjL1uJrsjTeLy7MafHPAO2HQPzTrpyoIYWA,9094
39
39
  fastapi/security/base.py,sha256=dl4pvbC-RxjfbWgPtCWd8MVU-7CB2SZ22rJDXVCXO6c,141
@@ -47,4 +47,4 @@ fastapi/testclient.py,sha256=nBvaAmX66YldReJNZXPOk1sfuo2Q6hs8bOvIaCep6LQ,66
47
47
  fastapi/types.py,sha256=nFb36sK3DSoqoyo7Miwy3meKK5UdFBgkAgLSzQlUVyI,383
48
48
  fastapi/utils.py,sha256=y8Bj5ttMaI9tS4D60OUgXqKnktBr99NdYUnHHV9LgoY,7948
49
49
  fastapi/websockets.py,sha256=419uncYObEKZG0YcrXscfQQYLSWoE10jqxVMetGdR98,222
50
- fastapi-0.116.0.dist-info/RECORD,,
50
+ fastapi-0.116.2.dist-info/RECORD,,