File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/fastapi-cloud-logging/#history
66
7+ ## [ 1.1.0]
8+
9+ * Upgrade dependencies
10+ * Implements error handling
11+ * Include traceback from an error
12+
713## [ 1.0.0]
814
915* Support Loguru
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cachetools==5.0.0; python_version >= "3.7" and python_version < "4.0" and (pytho
33certifi == 2021.10.8 ; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
44charset-normalizer == 2.0.12 ; python_full_version >= "3.6.0" and python_version >= "3.6"
55fastapi == 0.73.0 ; python_full_version >= "3.6.1"
6- fastapi-cloud-logging == 1.0 .0 ; python_version >= "3.7"
6+ fastapi-cloud-logging == 1.1 .0 ; python_version >= "3.7"
77google-api-core == 2.7.2 ; python_version >= "3.6"
88google-auth == 2.6.5 ; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
99google-cloud-appengine-logging == 1.1.1 ; python_version >= "3.6"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cachetools==5.0.0; python_version >= "3.7" and python_version < "4.0" and (pytho
33certifi == 2021.10.8 ; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
44charset-normalizer == 2.0.12 ; python_full_version >= "3.6.0" and python_version >= "3.6"
55fastapi == 0.73.0 ; python_full_version >= "3.6.1"
6- fastapi-cloud-logging == 1.0 .0 ; python_version >= "3.7"
6+ fastapi-cloud-logging == 1.1 .0 ; python_version >= "3.7"
77google-api-core == 2.7.2 ; python_version >= "3.6"
88google-auth == 2.6.5 ; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
99google-cloud-appengine-logging == 1.1.1 ; python_version >= "3.6"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " fastapi-cloud-logging"
3- version = " 1.0 .0"
3+ version = " 1.1 .0"
44description = " Cloud Logging For FastAPI"
55authors = [" quoth <4wordextinguisher@gmail.com>" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments