许家凯 1 tahun lalu
induk
melakukan
7a0392cc62
2 mengubah file dengan 4 tambahan dan 24 penghapusan
  1. 3 23
      poetry.lock
  2. 1 1
      pyproject.toml

+ 3 - 23
poetry.lock

@@ -225,12 +225,12 @@ reference = "douban"
 
 [[package]]
 name = "aliyun-log-python-sdk"
-version = "0.7.13"
+version = "0.8.7"
 description = "Aliyun log service Python client SDK"
 optional = false
 python-versions = "*"
 files = [
-    {file = "aliyun-log-python-sdk-0.7.13.tar.gz", hash = "sha256:d3292e25fa6eb32c0601f2888ff9610f1bca8d7a8e4fb61fff4cdc63b6679be4"},
+    {file = "aliyun-log-python-sdk-0.8.7.tar.gz", hash = "sha256:65f617605e77a0d3630e0fd765f652a454097c96f6951ebc9bc8b6421f868ba1"},
 ]
 
 [package.dependencies]
@@ -1329,26 +1329,6 @@ url = "https://mirror.baidu.com/pypi/simple"
 reference = "douban"
 
 [[package]]
-name = "sls-json-fast"
-version = "0.1.2"
-description = "aliyun sls log python for json"
-optional = false
-python-versions = ">=3.6,<4.0"
-files = [
-    {file = "sls-json-fast-0.1.2.tar.gz", hash = "sha256:b5ecf096e557ea9dd6077014f9988d127b706308997fd23083ca2f8501092510"},
-    {file = "sls_json_fast-0.1.2-py3-none-any.whl", hash = "sha256:ac3d7d3ddde594801ebbea59bda883c2fb28af695718d017e076e623908b0a40"},
-]
-
-[package.dependencies]
-aliyun-log-python-sdk = ">=0.7,<0.8"
-protobuf = ">=3.4.0,<4.0.0"
-
-[package.source]
-type = "legacy"
-url = "https://mirror.baidu.com/pypi/simple"
-reference = "douban"
-
-[[package]]
 name = "sniffio"
 version = "1.3.0"
 description = "Sniff out which async library your code is running under"
@@ -1519,4 +1499,4 @@ reference = "douban"
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.8"
-content-hash = "8858208196907b01bfc2244648124c1651cbdbec9f32bd9fdeab39a3c3584d1d"
+content-hash = "539f337cb1a462bfdb3b03b44a3923b8bc8899ebec60148f9957470975912aab"

+ 1 - 1
pyproject.toml

@@ -14,7 +14,7 @@ motor = "^3.2.0"
 pyyaml = "^6.0.1"
 environs = "^9.5.0"
 aio-pika = "^9.1.5"
-sls-json-fast = "^0.1.2"
+aliyun-log-python-sdk = "^0.8.7"
 
 
 [build-system]