schemathesis 3.19.0__py3-none-any.whl → 3.19.1__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.
Files changed (52) hide show
  1. schemathesis/auths.py +20 -20
  2. schemathesis/cli/__init__.py +20 -20
  3. schemathesis/cli/cassettes.py +18 -18
  4. schemathesis/cli/context.py +25 -25
  5. schemathesis/cli/debug.py +3 -3
  6. schemathesis/cli/junitxml.py +4 -4
  7. schemathesis/constants.py +3 -3
  8. schemathesis/exceptions.py +9 -9
  9. schemathesis/extra/pytest_plugin.py +1 -1
  10. schemathesis/failures.py +65 -66
  11. schemathesis/filters.py +13 -13
  12. schemathesis/hooks.py +11 -11
  13. schemathesis/lazy.py +16 -16
  14. schemathesis/models.py +97 -97
  15. schemathesis/parameters.py +5 -6
  16. schemathesis/runner/events.py +55 -55
  17. schemathesis/runner/impl/core.py +26 -26
  18. schemathesis/runner/impl/solo.py +6 -7
  19. schemathesis/runner/impl/threadpool.py +5 -5
  20. schemathesis/runner/serialization.py +50 -50
  21. schemathesis/schemas.py +23 -23
  22. schemathesis/serializers.py +3 -3
  23. schemathesis/service/ci.py +25 -25
  24. schemathesis/service/client.py +2 -2
  25. schemathesis/service/events.py +12 -13
  26. schemathesis/service/hosts.py +4 -4
  27. schemathesis/service/metadata.py +14 -15
  28. schemathesis/service/models.py +12 -13
  29. schemathesis/service/report.py +30 -31
  30. schemathesis/service/serialization.py +2 -4
  31. schemathesis/specs/graphql/schemas.py +8 -8
  32. schemathesis/specs/openapi/expressions/context.py +4 -4
  33. schemathesis/specs/openapi/expressions/lexer.py +11 -12
  34. schemathesis/specs/openapi/expressions/nodes.py +16 -16
  35. schemathesis/specs/openapi/expressions/parser.py +1 -1
  36. schemathesis/specs/openapi/links.py +15 -17
  37. schemathesis/specs/openapi/negative/__init__.py +5 -5
  38. schemathesis/specs/openapi/negative/mutations.py +6 -6
  39. schemathesis/specs/openapi/parameters.py +12 -13
  40. schemathesis/specs/openapi/references.py +2 -2
  41. schemathesis/specs/openapi/schemas.py +11 -15
  42. schemathesis/specs/openapi/security.py +7 -7
  43. schemathesis/specs/openapi/stateful/links.py +4 -4
  44. schemathesis/stateful.py +19 -19
  45. schemathesis/targets.py +5 -6
  46. schemathesis/types.py +11 -13
  47. schemathesis/utils.py +2 -2
  48. {schemathesis-3.19.0.dist-info → schemathesis-3.19.1.dist-info}/METADATA +2 -3
  49. {schemathesis-3.19.0.dist-info → schemathesis-3.19.1.dist-info}/RECORD +52 -52
  50. {schemathesis-3.19.0.dist-info → schemathesis-3.19.1.dist-info}/WHEEL +0 -0
  51. {schemathesis-3.19.0.dist-info → schemathesis-3.19.1.dist-info}/entry_points.txt +0 -0
  52. {schemathesis-3.19.0.dist-info → schemathesis-3.19.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: schemathesis
3
- Version: 3.19.0
3
+ Version: 3.19.1
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
@@ -28,7 +28,6 @@ Classifier: Programming Language :: Python :: 3.11
28
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
29
29
  Classifier: Topic :: Software Development :: Testing
30
30
  Requires-Python: >=3.7
31
- Requires-Dist: attrs>=22.1
32
31
  Requires-Dist: backoff<3.0,>=2.1.2
33
32
  Requires-Dist: click<9.0,>=7.0
34
33
  Requires-Dist: colorama<1.0,>=0.4
@@ -44,7 +43,7 @@ Requires-Dist: pyrate-limiter<3.0,>=2.10
44
43
  Requires-Dist: pytest-subtests<0.8.0,>=0.2.1
45
44
  Requires-Dist: pytest<8,>=4.6.4
46
45
  Requires-Dist: pyyaml<7.0,>=5.1
47
- Requires-Dist: requests<=2.28.1,>=2.22
46
+ Requires-Dist: requests<2.29,>=2.22
48
47
  Requires-Dist: starlette-testclient==0.2.0
49
48
  Requires-Dist: starlette<1,>=0.13
50
49
  Requires-Dist: tomli-w<2.0,>=1.0.0
@@ -1,34 +1,34 @@
1
1
  schemathesis/__init__.py,sha256=GtEW0EhNpXSxdtVr3wpqYjzATip2EM56FcLxNbvcXeI,1222
2
2
  schemathesis/_compat.py,sha256=F7SdeJcpenxFe0mNtpddS0yFhJuNaG_e0t6b_AB_t2E,2437
3
3
  schemathesis/_hypothesis.py,sha256=wNyKEjhs1oRtUJcckaZz0ylG6pltecQ6u6VqYIVxnrs,5914
4
- schemathesis/auths.py,sha256=zX55D-mjF7CVf4aTN7C0UtS1yK_QNFCtyIntmct2jIE,13763
4
+ schemathesis/auths.py,sha256=CKKRLp5k0qOj4XkcSdNECwgf_Xpsv4U63R8ALFof-rY,13540
5
5
  schemathesis/checks.py,sha256=-oqV4ncw53lNM81kt6j08_cx-eeSXngKYqPcVDWoEp0,1612
6
- schemathesis/constants.py,sha256=0oT2xAWIwR50wZ4hth4ehOknyORvSyLse7AhGN1lbGk,3342
7
- schemathesis/exceptions.py,sha256=sILeOeHHnGAppPJHQ8LNDVxJaKVP1h8IE86rwVfPBiM,8725
8
- schemathesis/failures.py,sha256=nw7fcy8Rj-eRpTjalxl9mmoxm_dii0QTMBmJfTta5VE,5353
9
- schemathesis/filters.py,sha256=zpeiHiRX78bLWlymShdjkg90OhQlScn5X9e4lXQZx98,9450
6
+ schemathesis/constants.py,sha256=EvMnxDhfZAmQXfO0ZWDA2deRpuL7tiebykQPuF4SuZ4,3279
7
+ schemathesis/exceptions.py,sha256=scN97sqnKvwQB4T0GaLcAlMAWqrPv-PhWLJ9Kxl-_PA,8586
8
+ schemathesis/failures.py,sha256=Nm__XeORrRYqZbY5lKeGz03JTrh7Vqsg7mSg1qR57cU,4470
9
+ schemathesis/filters.py,sha256=cuR7yJzAZ4p9pjnKcD9B061aMQAOJzutg_5HJKNEr0g,9449
10
10
  schemathesis/graphql.py,sha256=YkoKWY5K8lxp7H3ikAs-IsoDbiPwJvChG7O8p3DgwtI,229
11
- schemathesis/hooks.py,sha256=rZu5zfpoLfDxVsE3ilXbEpRy4l44hK_BqXfFrgSL6JY,10359
11
+ schemathesis/hooks.py,sha256=jBlnDMv3guUYOvVppR63CkESdZZfxOkI3CbxuTpnEbA,10145
12
12
  schemathesis/internal.py,sha256=KDFEDOkwGj5gl2yj3PiKjirTzt32kjHd2M8BezdhFHA,155
13
- schemathesis/lazy.py,sha256=I__LvwADWSI5PBB1hnH-7EQuJ1ROFZLD-JOSZPU-fOw,13169
14
- schemathesis/models.py,sha256=vsRs3hulpzsMKab1jQBpxCFqdq36GgjakzpPlTICE-M,46671
15
- schemathesis/parameters.py,sha256=ChW_xdPOVHvgUsaWQHrpGt-u6nBO3RH2yawBoEhlqWY,2647
13
+ schemathesis/lazy.py,sha256=ydUeMeUDlfzYXE1_KYU_3w2oDQfhK1IPgNFDgPJv9JU,12729
14
+ schemathesis/models.py,sha256=vSE1fnplTVkhhu2GizcqanPN0Wj34_jsy3U-QdAuhHw,44136
15
+ schemathesis/parameters.py,sha256=e1pV4R9vTKeF5UJ3cx7TIMuxhErwa8x1JgS-QP3O5fk,2591
16
16
  schemathesis/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- schemathesis/schemas.py,sha256=qswdu9xN9hfKDI1p6HvPMTkcPF3bV0fFDvbL9YC05DM,15757
18
- schemathesis/serializers.py,sha256=v4XdFNICF-B7qvyCg3CCRrlOEUaSmUhK9lBzvFiDBbI,9179
19
- schemathesis/stateful.py,sha256=aT4NKYuTMq1PV3uvJFDR5cK9g6kbZWYtFJ4FyMFRqyw,15527
20
- schemathesis/targets.py,sha256=COnpS2FkMIQCY_IrJT8mofRCtFUVX4kJeVxQWMf18GM,1226
17
+ schemathesis/schemas.py,sha256=DXvWYQB2OynOk_Swb4BCpF82Qe-MQNP8azftH7qcsD8,15206
18
+ schemathesis/serializers.py,sha256=RxLZwSU4Zvxk-J36vUtFRUY7H1vNeWC7Kv5Lj1Ru0is,9138
19
+ schemathesis/stateful.py,sha256=9z8GxwSFvF-Tf7eaN1iQRrI2HABshf8uTY16xff2Mq8,15009
20
+ schemathesis/targets.py,sha256=FnxcZ9SBWgyyD-DQKj-_CbxmkEARc_7ur5Wo8eDPju0,1118
21
21
  schemathesis/throttling.py,sha256=kDU0G75FxzxalcIOnWgeYDPNLoZZpkMjSXYG5cLALmg,942
22
- schemathesis/types.py,sha256=G4DZUwL1e6kuxJvfef-WUz5lG1zj9w5lOPVfqSJAYkI,1280
23
- schemathesis/utils.py,sha256=K_zPRwYJ79RdppXNSaCm-BDRGm4H1mSz67jALN6-O7s,16881
24
- schemathesis/cli/__init__.py,sha256=65eDqUgKFcOGMmw-obAhMqFbSinxDNwnxB9kSVV8JLw,48846
22
+ schemathesis/types.py,sha256=ZRJJKTBBucAIvI7d_Wdb4sGQzmg-I0II7rONccncV3E,1043
23
+ schemathesis/utils.py,sha256=QpwdJo3OpB4uqUsnsqM6F-5ZUMWuf0uvrohq9ujd4J8,16839
24
+ schemathesis/cli/__init__.py,sha256=w5EzD1NqV1Xp8QUCJy7mTq_TRVWy4w2VfJJaIOEUkIg,48286
25
25
  schemathesis/cli/callbacks.py,sha256=37DWEIDPX762wGB3tmqcDeYrRWmaserolCJqCGJb2oM,10717
26
- schemathesis/cli/cassettes.py,sha256=NlfmwY-lGtZjPjhS_uQ57gw75d4YFwwbgaprx2dY4nc,13151
26
+ schemathesis/cli/cassettes.py,sha256=jarSEWd_p_u1pOsL_-ZnCbciZRbQX5CRZRXUD4GqB7Q,12689
27
27
  schemathesis/cli/constants.py,sha256=OpyINEiuVqdsJ9bn3NOBoQeD-bdxKFbawLKkgahk2uw,63
28
- schemathesis/cli/context.py,sha256=ylDqFV5UI8FOG9VFdkXxAcmGSMiez8lhit8DhiMmdMg,2123
29
- schemathesis/cli/debug.py,sha256=tgZDU9aopuKh-r4ESwA45S_RNhdf4O9XDeinG0C_vyY,579
28
+ schemathesis/cli/context.py,sha256=93RfqxDPkSW2S7c3gglOm9Jb7ZMzWzYmqo49k4iKgxk,1363
29
+ schemathesis/cli/debug.py,sha256=CFGNdwGrm3GjAy5zR_MU7PWJIvio9CF5AqYpjh_cyeY,538
30
30
  schemathesis/cli/handlers.py,sha256=rnhFGGYI4z9lKGugj206btJP80isopBzFR1LihfGFuM,293
31
- schemathesis/cli/junitxml.py,sha256=P5rrfjOenjmo27vM11bNx-T12sV5GSd_E6yoOVSQ34o,1749
31
+ schemathesis/cli/junitxml.py,sha256=7yl3thxc4pvdw54CnE2ox3-VufmibIlBaIJ8HAfkG6k,1700
32
32
  schemathesis/cli/options.py,sha256=gAk_Iy4FCKNTuFKLOYX0TzVcibQSPQaQOen7D45gXmY,2589
33
33
  schemathesis/cli/output/__init__.py,sha256=AXaUzQ1nhQ-vXhW4-X-91vE2VQtEcCOrGtQXXNN55iQ,29
34
34
  schemathesis/cli/output/default.py,sha256=l23UItr0FinAWNzKJrfKVQnITkE3H3i-TF0pX6xUY7U,22984
@@ -42,35 +42,35 @@ schemathesis/extra/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
42
42
  schemathesis/extra/_aiohttp.py,sha256=CtebXNceFdovCImZMGzUel4ypIcDuSuHbYVQXzFo8eI,952
43
43
  schemathesis/extra/_flask.py,sha256=_VEnaEOngLpyyXU7tZ8L2Fpeg1j46c9AvasM8e6R4V4,285
44
44
  schemathesis/extra/_server.py,sha256=wkEe5SUdeA9dmhWR8FCevY8YFRx5vFKwD779e20P0Ek,518
45
- schemathesis/extra/pytest_plugin.py,sha256=1FZ5FHkmjHGr44PYcKnnp5DiVnS8RTU8jaZsFg2o3kY,9631
45
+ schemathesis/extra/pytest_plugin.py,sha256=nW2o-hRg3BTflpCxPcYV9z3jgO6u4E2eK5dRGY0u1_8,9610
46
46
  schemathesis/fixups/__init__.py,sha256=SWwgcvCcE7qDUOyuGl0saNYLGR1AkGdF6IbuXI0S764,795
47
47
  schemathesis/fixups/fast_api.py,sha256=Rq7EAXf0jV2No4jWcIIjkXK04bmVesZtJKIuGF8ZABk,1022
48
48
  schemathesis/fixups/utf8_bom.py,sha256=YM3HiuvItCZKMir-SVcLt3cTdb_Ek2c6H4gbYYsBI-s,549
49
49
  schemathesis/runner/__init__.py,sha256=Z_SPevx6RAoT5PTfgzQZS5H_5uzbaiwtpzy-l79nHRk,18180
50
- schemathesis/runner/events.py,sha256=RjPMTZxTH4LCHRlcWTVKyKOprxPL2QyiK5Ic9nXZGTA,9974
51
- schemathesis/runner/serialization.py,sha256=Xyr-5NlL178UNxxNBOEqY2pGekreYFHplxavPvT7U44,8457
50
+ schemathesis/runner/events.py,sha256=yP4Sur4KURTqsA521sQVMBek2-UkU-7YmMJD2rWdm3I,8440
51
+ schemathesis/runner/serialization.py,sha256=ziPWnvQppDLokdO61Bhcsx1OEUnK_0vM07vT7JMJDbc,7126
52
52
  schemathesis/runner/impl/__init__.py,sha256=1E2iME8uthYPBh9MjwVBCTFV-P3fi7AdphCCoBBspjs,199
53
- schemathesis/runner/impl/core.py,sha256=pe84cwPqn6Uvjtfd49GfXGRg3-EN4ihXHLF5pYpZs4I,33108
54
- schemathesis/runner/impl/solo.py,sha256=f77G2NOVT5vSQGznV4pA5DAx-sZa6JhzSzbcOvi8-z8,3144
55
- schemathesis/runner/impl/threadpool.py,sha256=DgWGR83RiCi-Tf2y1hFVcKoMM6_IdgkIkIqro1UVwr8,14469
53
+ schemathesis/runner/impl/core.py,sha256=jmpay7t-vQgvURkmUmoOkC-f7woBTU8Opfq-Fnj75PA,32307
54
+ schemathesis/runner/impl/solo.py,sha256=FDhZu6s34CTDHMf4nNlAcBAwzouDEZBxqkXEI_lFrHk,2999
55
+ schemathesis/runner/impl/threadpool.py,sha256=a9yAmbNhd4CIOC_3E3uoegVExD5orVrzVGnqANjL5fM,14347
56
56
  schemathesis/service/__init__.py,sha256=cJLwStsKelQDCnOjGnwL50oQJrOrCykpk4qJD84mGLU,506
57
57
  schemathesis/service/auth.py,sha256=Cy9noPdwO7lyRPTrj_Nix89eEA50vkla_xyF6DKkSE0,440
58
- schemathesis/service/ci.py,sha256=yzwqW8Wv9oazOpgkeXt0juWEAD4I6b15nhN89HQpFUM,7033
59
- schemathesis/service/client.py,sha256=MwZ34TBjGh-b94f6TW-sT_A3OTjcEhD4ij9tZEeYupo,3253
58
+ schemathesis/service/ci.py,sha256=_xwv2CyftDARF5mBGiEVE_5Q1vC0FxJHArpl68u9RX8,6827
59
+ schemathesis/service/client.py,sha256=WMxyQIjLr-RF4BgYjz0uN6rBkeElW-8_2GS4Lm-sBVU,3267
60
60
  schemathesis/service/constants.py,sha256=TwpudgOYqvDs98Asu-NmNb7OtXMkECB5g036fT6Be7Y,1397
61
- schemathesis/service/events.py,sha256=6EHAVIvCsXXeULqAI6-wmgnKSZKSLu3Qz_9pZy4PmOk,1324
62
- schemathesis/service/hosts.py,sha256=DyYIIbE9UAwN-y7McCeX3YRV4uTGg_6IvBRKhNZiw0g,3406
63
- schemathesis/service/metadata.py,sha256=MDJiwHu7wdL9Rji83Cn2YvkypVYhnqLP_zmkkoB4J1c,1220
64
- schemathesis/service/models.py,sha256=4Lde-we48Zf0sz5iB63qWJ78poIigN6dErv0oGck44c,440
65
- schemathesis/service/report.py,sha256=SuHryRQZcE54g0_2C3Nse0LpUOR1lDGAnKw4AJZB8f0,8884
66
- schemathesis/service/serialization.py,sha256=MPoaUTqH84HcFUTyUHyu0jJ3IyyAwsbOiOYz_X1AFlI,6886
61
+ schemathesis/service/events.py,sha256=pw_SLmDj-rFjH6DsvtcIkhUh8XoXDnSAG_tUkDqwmDI,1228
62
+ schemathesis/service/hosts.py,sha256=_oCbUZGnnd7-WF0J9vBbYBkYezTtjK8bjLHP6o2GGrQ,3395
63
+ schemathesis/service/metadata.py,sha256=ZFyzmdMzf-UcAtj_YMwhGn435hWmBvi0Un4vSwEmkPI,1243
64
+ schemathesis/service/models.py,sha256=xh1snR_UFeZOKMp6utoWQM3MXUQRloLJ0Ii9N9gvlCs,341
65
+ schemathesis/service/report.py,sha256=bAtv-GaUzh5huud9wuz9ESs40vkif2PBUYREEnpC5O0,8194
66
+ schemathesis/service/serialization.py,sha256=aRrnHEVzo7sNZUOsCJxRVEdABH_2TrQkQ1ZcYUF61_I,6791
67
67
  schemathesis/service/usage.py,sha256=tIsF59Pb-2IHhPnfm5IK6ABE32MwcUZPveUVlqf8PeE,2401
68
68
  schemathesis/specs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
69
69
  schemathesis/specs/graphql/__init__.py,sha256=fgyHtvWNUVWismBTOqxQtgLoTighTfvMv6v6QCD_Oyc,85
70
70
  schemathesis/specs/graphql/loaders.py,sha256=8s0VdpBuA1vYF339qshBLj7Tc17XcUcp98DUqqJ9HGk,8638
71
71
  schemathesis/specs/graphql/nodes.py,sha256=JFmmV4OXGgUnSEEcOJ5ifVlChEPefLov7PwMknQyO2A,146
72
72
  schemathesis/specs/graphql/scalars.py,sha256=L0szUzqDWAXo2F0srgit4KwIZZXHP7K_bZS2M6dNkI0,826
73
- schemathesis/specs/graphql/schemas.py,sha256=cIYRYphF_37vCwGDGdpazHXcUrZ0bdcOi153mYanZ20,8528
73
+ schemathesis/specs/graphql/schemas.py,sha256=Dborf7jc9HuUnlfC10ptqbuP7PJ9CuFi1QVh1Q_BKsE,8444
74
74
  schemathesis/specs/openapi/__init__.py,sha256=Wze9HCPpUHJzhPXO-lHox7OaFJ-lfnJs-CQtCv8231g,228
75
75
  schemathesis/specs/openapi/_hypothesis.py,sha256=r0d26dQwHmEtwGomh5kCjyvoSAZ7Yny8FeSoHqWQK7g,19648
76
76
  schemathesis/specs/openapi/checks.py,sha256=dLBZmC63-MBk9-B13dy8O_pvrlu0Z3jyyiM5RkMCXzM,5359
@@ -79,29 +79,29 @@ schemathesis/specs/openapi/converter.py,sha256=Al_x0p0rWiI6jhtLc8yTR9flYr5xt_fE6
79
79
  schemathesis/specs/openapi/definitions.py,sha256=-KzyE7e4Sa5HCce6aPXy607giVXCYC357k4-rqeb9zQ,65266
80
80
  schemathesis/specs/openapi/examples.py,sha256=LfWn2bDUzpPGg6av3w7uO5JP5_u5pJM39t5lLwXD4Co,9049
81
81
  schemathesis/specs/openapi/filters.py,sha256=n2F4tV_j1RBTBfQj_n9AbIiZKw0gpV0xHX7EJS5raF4,1335
82
- schemathesis/specs/openapi/links.py,sha256=jJn6uRXr03pKzsxvjs_Ke3Cwa5j0rERrSTzCvQREDdA,14858
82
+ schemathesis/specs/openapi/links.py,sha256=2wmP-vgO__YPLKuA18B_9S_puO2tuqlxGxzwIwyvBKk,14486
83
83
  schemathesis/specs/openapi/loaders.py,sha256=Klnztd5F4ug3RtXepxvnAnZFC90n9p7we2_PfHvcdFI,19043
84
- schemathesis/specs/openapi/parameters.py,sha256=9atJD9xZOYMo-PnfMMcp_JmxrGp4-9VEVsO3Y9U6KIk,14931
85
- schemathesis/specs/openapi/references.py,sha256=g7Tbd_X5uv3u6BT07dkoCb6O-yw9RRcMyZeNYOvN1No,8736
86
- schemathesis/specs/openapi/schemas.py,sha256=aTdgiWFA3VLmZQmytAMgnlVeIuS1JE74IIJrXQBt-mM,41956
87
- schemathesis/specs/openapi/security.py,sha256=6ZbINqA_QVS4WR9jauUmFE9tbQup4jbX8klEdDmidYQ,6423
84
+ schemathesis/specs/openapi/parameters.py,sha256=bxd1unBArPIwAJ_6Z2gvkkR5enahN_94FbA4GsjeBzo,14879
85
+ schemathesis/specs/openapi/references.py,sha256=4NrUuQFapB-bO9drgrCyteSnT5DZlfKuAWT7HIVQZtc,8694
86
+ schemathesis/specs/openapi/schemas.py,sha256=lUaRQ263h2fqBzF-wUZ07g7EfwmuaFiYNEUqdjsN6E0,41988
87
+ schemathesis/specs/openapi/security.py,sha256=vGtMitfVN1Fv4b3vIIMgAPc_2o69gOmrXZgkBj1gt9A,6452
88
88
  schemathesis/specs/openapi/serialization.py,sha256=cTt5NsF_dipmAVqoYJvxq9uuL-cn_EBL7iJGkhzx7Lo,11449
89
89
  schemathesis/specs/openapi/utils.py,sha256=Dublwaz5EXNLDlzDLQPaBF3c8VNnrkv0cPqbcu9Kqzo,731
90
90
  schemathesis/specs/openapi/validation.py,sha256=AFLSS9P8yGvhONP9QfieoAAjHqfMPl5wvtPT71TFPQk,989
91
91
  schemathesis/specs/openapi/expressions/__init__.py,sha256=7TZeRPpCPt0Bjzs5L--AkQnnIbDgTRnpkgYeJKma5Bc,660
92
- schemathesis/specs/openapi/expressions/context.py,sha256=dB4J-eEEw-tqVexmBfSfOWevxEcuMabIKWzR4jfjtiI,314
92
+ schemathesis/specs/openapi/expressions/context.py,sha256=4DJj6HUGqONuSs749PO-7GNdP7E799G1tQDFKA8x67A,240
93
93
  schemathesis/specs/openapi/expressions/errors.py,sha256=YLVhps-sYcslgVaahfcUYxUSHlIfWL-rQMeT5PZSMZ8,219
94
- schemathesis/specs/openapi/expressions/lexer.py,sha256=WYo-4-KzxJomxqHhlXBBMMlFuD8vW5iTYoLclrIL420,4046
95
- schemathesis/specs/openapi/expressions/nodes.py,sha256=iXffWPaSiRP-1AJ4Mi-HEvzyM2FwmTvYi4J2fEccYcw,3730
96
- schemathesis/specs/openapi/expressions/parser.py,sha256=JmFJXGzP2eZ2JpAHlC1b-dbWnTU2dksHXnMtHW6Mnmk,3536
97
- schemathesis/specs/openapi/negative/__init__.py,sha256=ZE77VAQP0WXZvdGlzZezOoXYFN_VHW6TNw0gq6q-veo,3552
98
- schemathesis/specs/openapi/negative/mutations.py,sha256=7NIk3unC5LepdAttm-G7srJkJVNaO87SsVyZhL8eGJk,18503
94
+ schemathesis/specs/openapi/expressions/lexer.py,sha256=pYoqIlogmw2gyAwec01OTvUb_d8fG1zLiKwlCkLK8RA,3824
95
+ schemathesis/specs/openapi/expressions/nodes.py,sha256=vrNzFvPjw2QPEdiA3G-Y-zk4U6B-Y8ggz9TveHSQwXI,3274
96
+ schemathesis/specs/openapi/expressions/parser.py,sha256=Mff_d0ZxOeU-7lnFCV0GVHlfU8eLPnUN4p81zdt730Y,3515
97
+ schemathesis/specs/openapi/negative/__init__.py,sha256=KtDM--DPOVx4tkNsexEg-8d209N2Mdcu2g2deHEEDMI,3517
98
+ schemathesis/specs/openapi/negative/mutations.py,sha256=8rhCcNw_oKwCajvP4bMLQWtxZhNDVhRN6pyFWB1PlJs,18468
99
99
  schemathesis/specs/openapi/negative/types.py,sha256=a7buCcVxNBG6ILBM3A7oNTAX0lyDseEtZndBuej8MbI,174
100
100
  schemathesis/specs/openapi/negative/utils.py,sha256=ozcOIuASufLqZSgnKUACjX-EOZrrkuNdXX0SDnLoGYA,168
101
101
  schemathesis/specs/openapi/stateful/__init__.py,sha256=CS8yxgIwvbiGkvav4xEPYkKOIhVK4-xpUAv7U45nW8M,4466
102
- schemathesis/specs/openapi/stateful/links.py,sha256=uojhNS4_7KCWexuQQHe6pKcDPaM7C4CoV7AvIq0FEAs,3498
103
- schemathesis-3.19.0.dist-info/METADATA,sha256=LmVZ2OnRiJJgqAiqUNpemOheaQ5qL1jHmzK88kddN98,13035
104
- schemathesis-3.19.0.dist-info/WHEEL,sha256=hKi7AIIx6qfnsRbr087vpeJnrVUuDokDHZacPPMW7-Y,87
105
- schemathesis-3.19.0.dist-info/entry_points.txt,sha256=VHyLcOG7co0nOeuk8WjgpRETk5P1E2iCLrn26Zkn5uk,158
106
- schemathesis-3.19.0.dist-info/licenses/LICENSE,sha256=PsPYgrDhZ7g9uwihJXNG-XVb55wj2uYhkl2DD8oAzY0,1103
107
- schemathesis-3.19.0.dist-info/RECORD,,
102
+ schemathesis/specs/openapi/stateful/links.py,sha256=yrTHH6kdPhM2WpxksyfShf98mkb8ZP6fjXFyTzUbXfo,3487
103
+ schemathesis-3.19.1.dist-info/METADATA,sha256=m9XYpX-yocQvXQf3i5tbwUVsIf_t6JkuM_FJFOKMNvY,13005
104
+ schemathesis-3.19.1.dist-info/WHEEL,sha256=hKi7AIIx6qfnsRbr087vpeJnrVUuDokDHZacPPMW7-Y,87
105
+ schemathesis-3.19.1.dist-info/entry_points.txt,sha256=VHyLcOG7co0nOeuk8WjgpRETk5P1E2iCLrn26Zkn5uk,158
106
+ schemathesis-3.19.1.dist-info/licenses/LICENSE,sha256=PsPYgrDhZ7g9uwihJXNG-XVb55wj2uYhkl2DD8oAzY0,1103
107
+ schemathesis-3.19.1.dist-info/RECORD,,