Skip to content

Commit 64080ab

Browse files
feat: Test additional package versions (#155)
fastapi: 0.85.1 0.85.2 0.86.0 uvicorn: 0.19.0 pymongo: 3.13.0 !4.3.2
1 parent 6f310a6 commit 64080ab

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ The `lumigo_opentelemetry` package additionally supports the following configura
106106
| Instrumentation | Package | Supported Versions |
107107
| --- | --- | --- |
108108
| botocore | [boto3](https://pypi.org/project/boto3) | 1.17.22~1.24.35 |
109-
| fastapi | [fastapi](https://pypi.org/project/fastapi) | 0.56.1~0.85.0 |
110-
| | [uvicorn](https://pypi.org/project/uvicorn) | 0.11.3~0.18.3 |
109+
| fastapi | [fastapi](https://pypi.org/project/fastapi) | 0.56.1~0.86.0 |
110+
| | [uvicorn](https://pypi.org/project/uvicorn) | 0.11.3~0.19.0 |
111111
| flask | [flask](https://pypi.org/project/flask) | 2.0.0~2.2.2 |
112-
| pymongo | [pymongo](https://pypi.org/project/pymongo) | 3.10.0~3.12.3 |
112+
| pymongo | [pymongo](https://pypi.org/project/pymongo) | 3.10.0~3.13.0 |
113113
| pymysql | [pymysql](https://pypi.org/project/pymysql) | 0.9.0~0.10.1 |
114114
| | | 1.0.0~1.0.2 |
115115

src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/fastapi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@
4545
0.83.0
4646
0.84.0
4747
0.85.0
48+
0.85.1
49+
0.85.2
50+
0.86.0

src/lumigo_opentelemetry/instrumentations/fastapi/tested_versions/uvicorn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@
3939
0.18.1
4040
0.18.2
4141
0.18.3
42+
0.19.0

src/lumigo_opentelemetry/instrumentations/pymongo/tested_versions/pymongo

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@
3030
3.12.1
3131
3.12.2
3232
3.12.3
33+
3.13.0
3334
!4.0.1
3435
!4.0.2
3536
!4.1.0
3637
!4.1.1
3738
!4.2.0
39+
!4.3.2
3840
!2.9
3941
!3.1
4042
!3.2

0 commit comments

Comments
 (0)