fastapi-basic 0.1.5__py3-none-any.whl → 0.1.7__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 fastapi-basic might be problematic. Click here for more details.

@@ -38,7 +38,7 @@ class LineBot(metaclass=ABCMeta):
38
38
  exception = LineBotException(message)
39
39
  raise exception
40
40
 
41
- async def log_message(self, log_message: str):
41
+ def log_message(self, log_message: str):
42
42
  if self.logger:
43
43
  self.logger.info(log_message)
44
44
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fastapi_basic
3
- Version: 0.1.5
3
+ Version: 0.1.7
4
4
  Summary: A short description of your module
5
5
  Home-page: https://github.com/szx21023/fastapi-base
6
6
  Author: szx21023
@@ -10,19 +10,29 @@ Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Operating System :: OS Independent
11
11
  Requires-Python: >=3.6
12
12
  Description-Content-Type: text/markdown
13
+ Requires-Dist: aenum==3.1.16
14
+ Requires-Dist: aiohappyeyeballs==2.6.1
15
+ Requires-Dist: aiohttp==3.10.5
16
+ Requires-Dist: aiosignal==1.3.2
13
17
  Requires-Dist: annotated-types==0.7.0
14
18
  Requires-Dist: anyio==4.9.0
19
+ Requires-Dist: attrs==25.3.0
15
20
  Requires-Dist: boto3==1.37.36
16
21
  Requires-Dist: botocore==1.37.36
17
22
  Requires-Dist: certifi==2025.1.31
18
23
  Requires-Dist: charset-normalizer==3.4.1
19
24
  Requires-Dist: click==8.1.8
25
+ Requires-Dist: Deprecated==1.2.18
20
26
  Requires-Dist: dotenv==0.9.9
21
27
  Requires-Dist: fastapi==0.115.12
28
+ Requires-Dist: frozenlist==1.6.0
29
+ Requires-Dist: future==1.0.0
22
30
  Requires-Dist: h11==0.14.0
23
31
  Requires-Dist: idna==3.10
24
32
  Requires-Dist: jmespath==1.0.1
25
33
  Requires-Dist: line-bot-sdk==3.12.0
34
+ Requires-Dist: multidict==6.4.3
35
+ Requires-Dist: propcache==0.3.1
26
36
  Requires-Dist: pydantic==2.11.3
27
37
  Requires-Dist: pydantic_core==2.33.1
28
38
  Requires-Dist: python-dateutil==2.9.0.post0
@@ -38,6 +48,8 @@ Requires-Dist: typing_extensions==4.13.1
38
48
  Requires-Dist: urllib3==2.3.0
39
49
  Requires-Dist: uvicorn==0.34.0
40
50
  Requires-Dist: watchtower==3.4.0
51
+ Requires-Dist: wrapt==1.17.2
52
+ Requires-Dist: yarl==1.20.0
41
53
  Dynamic: author
42
54
  Dynamic: author-email
43
55
  Dynamic: classifier
@@ -10,8 +10,8 @@ fastapi_basic/exception/base_exception.py,sha256=VwMqn85rBeJCF6RIOYUR1eLxbP2aSDh
10
10
  fastapi_basic/ext/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  fastapi_basic/ext/aws/__init__.py,sha256=N_cwnbv1N-F1SY6NenBOTZe20zGaKFu3UXAu17hFAXY,816
12
12
  fastapi_basic/ext/aws/const.py,sha256=Mmb6lo11aZZDAVy-nK-v_JxtVPPKYUo9GB4ihH7XYuM,68
13
- fastapi_basic/ext/line/__init__.py,sha256=5MlFXrdtvKmJiTa7PzPsQdcBji4IpflB-aqJPu5j25k,2135
14
- fastapi_basic-0.1.5.dist-info/METADATA,sha256=pLGKv3fOVn__Etk7WIoFn6vdXqzR-SfcSyA1cR4hPnY,1776
15
- fastapi_basic-0.1.5.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
16
- fastapi_basic-0.1.5.dist-info/top_level.txt,sha256=Q9PdwWxaB4dy135MQHiroRYOqArdUSaIeEkzYinN6W0,14
17
- fastapi_basic-0.1.5.dist-info/RECORD,,
13
+ fastapi_basic/ext/line/__init__.py,sha256=sXxNgGHedRW1JCHrD-JVNXLkcrsZEUiDAAHelgeRKy8,2129
14
+ fastapi_basic-0.1.7.dist-info/METADATA,sha256=JWehuaUgCjcpo7FwZ2D5ZCxtuKxInXQlegJ26wu5Hn0,2153
15
+ fastapi_basic-0.1.7.dist-info/WHEEL,sha256=QZxptf4Y1BKFRCEDxD4h2V0mBFQOVFLFEpvxHmIs52A,91
16
+ fastapi_basic-0.1.7.dist-info/top_level.txt,sha256=Q9PdwWxaB4dy135MQHiroRYOqArdUSaIeEkzYinN6W0,14
17
+ fastapi_basic-0.1.7.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (80.6.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5