schemathesis 3.29.0__py3-none-any.whl → 3.29.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.
@@ -21,7 +21,7 @@ from ...types import NotSet
21
21
  from . import expressions
22
22
  from .constants import LOCATION_TO_CONTAINER
23
23
  from .parameters import OpenAPI20Body, OpenAPI30Body, OpenAPIParameter
24
- from .references import Unresolvable
24
+ from .references import Unresolvable, RECURSION_DEPTH_LIMIT
25
25
 
26
26
  if TYPE_CHECKING:
27
27
  from ...transports.responses import GenericResponse
@@ -254,7 +254,7 @@ def normalize_parameter(parameter: str, expression: str) -> tuple[str | None, st
254
254
 
255
255
  def get_all_links(operation: APIOperation) -> Generator[tuple[str, OpenAPILink], None, None]:
256
256
  for status_code, definition in operation.definition.raw["responses"].items():
257
- definition = operation.schema.resolver.resolve_all(definition) # type: ignore[attr-defined]
257
+ definition = operation.schema.resolver.resolve_all(definition, RECURSION_DEPTH_LIMIT - 8) # type: ignore[attr-defined]
258
258
  for name, link_definition in definition.get(operation.schema.links_field, {}).items(): # type: ignore
259
259
  yield status_code, OpenAPILink(name, status_code, link_definition, operation)
260
260
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: schemathesis
3
- Version: 3.29.0
3
+ Version: 3.29.2
4
4
  Summary: Property-based testing framework for Open API and GraphQL based apps
5
5
  Project-URL: Documentation, https://schemathesis.readthedocs.io/en/stable/
6
6
  Project-URL: Changelog, https://schemathesis.readthedocs.io/en/stable/changelog.html
@@ -105,7 +105,7 @@ schemathesis/specs/openapi/definitions.py,sha256=t5xffHLBnSgptBdDkSqYN1OfT-DaXoe
105
105
  schemathesis/specs/openapi/examples.py,sha256=igLDfMpNhRMAk7mYBqi93CtVRQTZCWjCJ2KxlQFotdA,14932
106
106
  schemathesis/specs/openapi/filters.py,sha256=Ei-QTFcGCvGSIunT-GYQrtqzB-kqvUePOcUuC7B7mT8,1436
107
107
  schemathesis/specs/openapi/formats.py,sha256=JmmkQWNAj5XreXb7Edgj4LADAf4m86YulR_Ec8evpJ4,1220
108
- schemathesis/specs/openapi/links.py,sha256=roBRqrYoXp1sNwpoW8O8l8b3bv3yN2udCzKLSbZo_e0,15152
108
+ schemathesis/specs/openapi/links.py,sha256=jbqZjYoD1yl6aMmuT7e46wyyqSyK2g07lp1gJv1BD5Q,15202
109
109
  schemathesis/specs/openapi/loaders.py,sha256=QoEFJ7fxJz5XcGTEWV_ZGXARiektmyyT_xmVtcHco6Q,24131
110
110
  schemathesis/specs/openapi/media_types.py,sha256=dNTxpRQbY3SubdVjh4Cjb38R6Bc9MF9BsRQwPD87x0g,1017
111
111
  schemathesis/specs/openapi/parameters.py,sha256=5jMZQZFsZNBFjG22Bqot-Rc65emiSA4E95rIzwImThk,13610
@@ -134,8 +134,8 @@ schemathesis/transports/auth.py,sha256=ZKFku9gjhIG6445qNC2p_64Yt9Iz_4azbvja8AMpt
134
134
  schemathesis/transports/content_types.py,sha256=PT_LzVAigYbsTOpRGb8DCMhg2o5_E2PhF0I9yd1sYdY,2189
135
135
  schemathesis/transports/headers.py,sha256=EDxpm8su0AuhyqZUkMex-OFZMAJN_5NHah7fDT2HDZE,989
136
136
  schemathesis/transports/responses.py,sha256=j_-udvWbmi6XtEYmpdX8WoFnlrQ6-i3PSBizfozRjQI,1673
137
- schemathesis-3.29.0.dist-info/METADATA,sha256=suuFIsLrNzGfH44CMN45Oei1tE40OAOEqKc4zdhn99A,17669
138
- schemathesis-3.29.0.dist-info/WHEEL,sha256=hKi7AIIx6qfnsRbr087vpeJnrVUuDokDHZacPPMW7-Y,87
139
- schemathesis-3.29.0.dist-info/entry_points.txt,sha256=VHyLcOG7co0nOeuk8WjgpRETk5P1E2iCLrn26Zkn5uk,158
140
- schemathesis-3.29.0.dist-info/licenses/LICENSE,sha256=PsPYgrDhZ7g9uwihJXNG-XVb55wj2uYhkl2DD8oAzY0,1103
141
- schemathesis-3.29.0.dist-info/RECORD,,
137
+ schemathesis-3.29.2.dist-info/METADATA,sha256=fKiv-b6Yw2nBMo1z4tNqN9nc3C7Q4VE8ZpA3zLZHuY4,17669
138
+ schemathesis-3.29.2.dist-info/WHEEL,sha256=hKi7AIIx6qfnsRbr087vpeJnrVUuDokDHZacPPMW7-Y,87
139
+ schemathesis-3.29.2.dist-info/entry_points.txt,sha256=VHyLcOG7co0nOeuk8WjgpRETk5P1E2iCLrn26Zkn5uk,158
140
+ schemathesis-3.29.2.dist-info/licenses/LICENSE,sha256=PsPYgrDhZ7g9uwihJXNG-XVb55wj2uYhkl2DD8oAzY0,1103
141
+ schemathesis-3.29.2.dist-info/RECORD,,