svc-infra 0.1.583__py3-none-any.whl → 0.1.585__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 svc-infra might be problematic. Click here for more details.

@@ -76,9 +76,10 @@ async def get_service(session: SqlSessionDep) -> PaymentsService:
76
76
  def build_payments_routers(prefix: str = "/payments") -> list[DualAPIRouter]:
77
77
  routers: list[DualAPIRouter] = []
78
78
 
79
- user = user_router(prefix=prefix, tags=["payments"])
80
- svc = service_router(prefix=prefix, tags=["payments"])
81
- prot = protected_router(prefix=prefix, tags=["payments"])
79
+ pub = public_router(prefix=prefix)
80
+ user = user_router(prefix=prefix)
81
+ svc = service_router(prefix=prefix)
82
+ prot = protected_router(prefix=prefix)
82
83
 
83
84
  # ===== Customers =====
84
85
  @user.post(
@@ -198,9 +199,6 @@ def build_payments_routers(prefix: str = "/payments") -> list[DualAPIRouter]:
198
199
 
199
200
  routers.append(prot)
200
201
 
201
- # PUBLIC webhooks
202
- pub = public_router(prefix=prefix, tags=["payments"])
203
-
204
202
  @pub.post(
205
203
  "/webhooks/{provider}",
206
204
  name="payments_webhook",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: svc-infra
3
- Version: 0.1.583
3
+ Version: 0.1.585
4
4
  Summary: Infrastructure for building and deploying prod-ready services
5
5
  License: MIT
6
6
  Keywords: fastapi,sqlalchemy,alembic,auth,infra,async,pydantic
@@ -12,7 +12,7 @@ svc_infra/apf_payments/settings.py,sha256=VnNQbajbv843buUisqa82xOQ-f5JA8JzHD8o01
12
12
  svc_infra/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
13
  svc_infra/api/fastapi/__init__.py,sha256=VVdQjak74_wTDqmvL05_C97vIFugQxPVU-3JQEFBgR8,747
14
14
  svc_infra/api/fastapi/apf_payments/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
- svc_infra/api/fastapi/apf_payments/router.py,sha256=PczpPo3Q1MzwA5a54WmJleoa95_oSkQbQ9VBhELDhmc,34979
15
+ svc_infra/api/fastapi/apf_payments/router.py,sha256=PtG_uUSdysfj10NJx0wKMFU4W4qNMn-1ra9CTJKpafg,34880
16
16
  svc_infra/api/fastapi/apf_payments/setup.py,sha256=PX-LHDiyu2eDuaw2m98VPUkF6EmXXRkbjRqh_gL8Kls,2263
17
17
  svc_infra/api/fastapi/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
18
  svc_infra/api/fastapi/auth/_cookies.py,sha256=U4heUmMnLezHx8U6ksuUEpSZ6sNMJcIO0gdLpmZ5FXw,1367
@@ -228,7 +228,7 @@ svc_infra/obs/templates/sidecars/railway/__init__.py,sha256=47DEQpj8HBSa-_TImW-5
228
228
  svc_infra/obs/templates/sidecars/railway/agent.yaml,sha256=hYv35yG92XEP_4joMFmMcVTD-4fG_zHitmChjreUJh4,516
229
229
  svc_infra/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
230
230
  svc_infra/utils.py,sha256=VX1yjTx61-YvAymyRhGy18DhybiVdPddiYD_FlKTbJU,952
231
- svc_infra-0.1.583.dist-info/METADATA,sha256=wUj0munpxtD92jOrF7dsASp2RYGuar2361cD2YzlRl0,3487
232
- svc_infra-0.1.583.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
233
- svc_infra-0.1.583.dist-info/entry_points.txt,sha256=6x_nZOsjvn6hRZsMgZLgTasaCSKCgAjsGhACe_CiP0U,48
234
- svc_infra-0.1.583.dist-info/RECORD,,
231
+ svc_infra-0.1.585.dist-info/METADATA,sha256=eIpmIuv9ZuGXw9Wkxx-VJNFqcIzfbCREVl97JLRG7gk,3487
232
+ svc_infra-0.1.585.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
233
+ svc_infra-0.1.585.dist-info/entry_points.txt,sha256=6x_nZOsjvn6hRZsMgZLgTasaCSKCgAjsGhACe_CiP0U,48
234
+ svc_infra-0.1.585.dist-info/RECORD,,