opencloning 0.4.5__py3-none-any.whl → 0.4.6__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.
- opencloning/http_client.py +0 -1
- {opencloning-0.4.5.dist-info → opencloning-0.4.6.dist-info}/METADATA +1 -1
- {opencloning-0.4.5.dist-info → opencloning-0.4.6.dist-info}/RECORD +5 -5
- {opencloning-0.4.5.dist-info → opencloning-0.4.6.dist-info}/WHEEL +0 -0
- {opencloning-0.4.5.dist-info → opencloning-0.4.6.dist-info}/licenses/LICENSE +0 -0
opencloning/http_client.py
CHANGED
|
@@ -22,7 +22,6 @@ class AllowedExternalUrlsTransport(AsyncHTTPTransport):
|
|
|
22
22
|
async def handle_async_request(self, request: Request) -> Response:
|
|
23
23
|
if any(str(request.url).startswith(url) for url in allowed_external_urls):
|
|
24
24
|
return await super().handle_async_request(request)
|
|
25
|
-
print('>>>', request.url)
|
|
26
25
|
raise HTTPError(request.url, 403, f'Request to {request.url} is not allowed', None, None)
|
|
27
26
|
|
|
28
27
|
|
|
@@ -36,14 +36,14 @@ opencloning/endpoints/other.py,sha256=KvsrfaZXmZcfh3R7mCovuoe62O66EXKEb0pZaEAAYr
|
|
|
36
36
|
opencloning/endpoints/primer_design.py,sha256=3eiQ7MwgeLoAuXFUMNF-DzjzwH_eJGCjd4s32CjxIic,12717
|
|
37
37
|
opencloning/gateway.py,sha256=pFB3gsCQL715kOFOP1NQOOsQqrkWuQe5qXk4IunF5SA,8486
|
|
38
38
|
opencloning/get_router.py,sha256=l2DXaTbeL2tDqlnVMlcewutzt1sjaHlxku1X9HVUwJk,252
|
|
39
|
-
opencloning/http_client.py,sha256=
|
|
39
|
+
opencloning/http_client.py,sha256=m8LPCxT4b63XPOWGAMmecaNZ7Ho1uxzJm8z7bbhOMqY,1261
|
|
40
40
|
opencloning/main.py,sha256=l9PrPBMtGMEWxAPiPWR15Qv2oDNnRoNd8H8E3bZW6Do,3750
|
|
41
41
|
opencloning/ncbi_requests.py,sha256=b8ow9TDpXbyYk_0HeK-7RXWwwZGrhH-MylSNc3_tH0I,5557
|
|
42
42
|
opencloning/primer_design.py,sha256=nqCmYIZ7UvU4CQwVGJwX7T5LTHwt3-51_ZcTZZAgT_Y,9175
|
|
43
43
|
opencloning/pydantic_models.py,sha256=SZDFrITTELkel3jOu9YlPC27RsJHzaAXTEYOMEZvvqs,20048
|
|
44
44
|
opencloning/request_examples.py,sha256=_VvY4lNpgqhLTM6O_OUs1TujhL7RUbRFZ9ptyssbxLk,2934
|
|
45
45
|
opencloning/utils.py,sha256=0Lvw1h1AsUJTK2b9mNzYVi_DBeWmWCFA5dIPl_gERcI,1479
|
|
46
|
-
opencloning-0.4.
|
|
47
|
-
opencloning-0.4.
|
|
48
|
-
opencloning-0.4.
|
|
49
|
-
opencloning-0.4.
|
|
46
|
+
opencloning-0.4.6.dist-info/METADATA,sha256=0PsN9Ho48_stnFV5pX-qHjMqhTlrdE7dGl3pgRHZfpc,9211
|
|
47
|
+
opencloning-0.4.6.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
48
|
+
opencloning-0.4.6.dist-info/licenses/LICENSE,sha256=VSdVE1f8axjIh6gvo9ZZygJdTVkRFMcwCW_hvjOHC_w,1058
|
|
49
|
+
opencloning-0.4.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|