cadwyn 2.3.0__py3-none-any.whl → 2.3.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.

Potentially problematic release.


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

cadwyn/exceptions.py CHANGED
@@ -1,17 +1,4 @@
1
1
  from fastapi.routing import APIRoute
2
- from verselect.exceptions import AppCreationError
3
-
4
- __all__ = [
5
- "AppCreationError",
6
- "CadwynError",
7
- "LintingError",
8
- "CodeGenerationError",
9
- "InvalidGenerationInstructionError",
10
- "RouterGenerationError",
11
- "RouteAlreadyExistsError",
12
- "CadwynStructureError",
13
- "ModuleIsNotVersionedError",
14
- ]
15
2
 
16
3
 
17
4
  class CadwynError(Exception):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cadwyn
3
- Version: 2.3.0
3
+ Version: 2.3.1
4
4
  Summary: Modern Stripe-like API versioning in FastAPI
5
5
  Home-page: https://github.com/zmievsa/cadwyn
6
6
  License: MIT
@@ -35,7 +35,7 @@ Requires-Dist: fastapi (>=0.96.1)
35
35
  Requires-Dist: pydantic (>=1.10.0,<2.0.0)
36
36
  Requires-Dist: typer (>=0.7.0); extra == "cli"
37
37
  Requires-Dist: typing-extensions
38
- Requires-Dist: verselect-zmievsa (>=0.0.5)
38
+ Requires-Dist: verselect (>=0.0.6)
39
39
  Project-URL: Repository, https://github.com/zmievsa/cadwyn
40
40
  Description-Content-Type: text/markdown
41
41
 
@@ -2,7 +2,7 @@ cadwyn/__init__.py,sha256=95dxX1XyN-i4pPn1Ji1E5TMnWe6olqm1MYutMiWTtWw,492
2
2
  cadwyn/__main__.py,sha256=aKAwxVnhqi3ATd1UsifoLA1t3udTzz56t0BRTlktX1A,2845
3
3
  cadwyn/_utils.py,sha256=Uh6No0FNY1AR2Z2E19fMPIU9_J4lbuG8XOQU2AlDIZw,3600
4
4
  cadwyn/codegen.py,sha256=oSivxLD_DmWbO179a9n4gHIoxuBJqDhP1OapjXv9DmE,38212
5
- cadwyn/exceptions.py,sha256=eTIOXt8uxH7diIFKzu-jhbuu155i_EWjDyFbEPgGAY8,941
5
+ cadwyn/exceptions.py,sha256=Utb6anOzrh97nOUgqCMmZHkQg8SFafLKSKO0EUPQ0yU,624
6
6
  cadwyn/main.py,sha256=ofTKT8LvOkFh5M19UgPNWLxf-3_yVOGNTVPnoADc3Q4,4894
7
7
  cadwyn/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  cadwyn/routing.py,sha256=wk60HazI0CPEjNQ1cd0D0le1nzb1tkT4eKkuIP3ImeA,33083
@@ -13,8 +13,8 @@ cadwyn/structure/endpoints.py,sha256=VngfAydGBwekhV2tBOtNDPVgl3X1IgYxUCw--VZ5cQY
13
13
  cadwyn/structure/enums.py,sha256=iMokxA2QYJ61SzyB-Pmuq3y7KL7-e6TsnjLVUaVZQnw,954
14
14
  cadwyn/structure/schemas.py,sha256=wpGFXzoq6qrOulEk7I_69UslapG5iD5crFLQp-kXEFQ,5241
15
15
  cadwyn/structure/versions.py,sha256=8HNKFVoYXgHgWmvuFVBNkk5gghxWbWlLNC40e00Ba2k,24174
16
- cadwyn-2.3.0.dist-info/entry_points.txt,sha256=eO05hLn9GoRzzpwT9GONPmXKsonjuMNssM2D2WHWKGk,46
17
- cadwyn-2.3.0.dist-info/LICENSE,sha256=KeCWewiDQYpmSnzF-p_0YpoWiyDcUPaCuG8OWQs4ig4,1072
18
- cadwyn-2.3.0.dist-info/WHEEL,sha256=vxFmldFsRN_Hx10GDvsdv1wroKq8r5Lzvjp6GZ4OO8c,88
19
- cadwyn-2.3.0.dist-info/METADATA,sha256=uBZfJf64IvWhP37sJsIIAl7NTQbw7RvawsHPQFMTo9o,3853
20
- cadwyn-2.3.0.dist-info/RECORD,,
16
+ cadwyn-2.3.1.dist-info/entry_points.txt,sha256=eO05hLn9GoRzzpwT9GONPmXKsonjuMNssM2D2WHWKGk,46
17
+ cadwyn-2.3.1.dist-info/LICENSE,sha256=KeCWewiDQYpmSnzF-p_0YpoWiyDcUPaCuG8OWQs4ig4,1072
18
+ cadwyn-2.3.1.dist-info/WHEEL,sha256=vxFmldFsRN_Hx10GDvsdv1wroKq8r5Lzvjp6GZ4OO8c,88
19
+ cadwyn-2.3.1.dist-info/METADATA,sha256=ggtZVFietBQ_X3eLREzDgRNav3RBrYaCPZY6-gLLVqE,3845
20
+ cadwyn-2.3.1.dist-info/RECORD,,
File without changes