Skip to content

Commit 43d01ae

Browse files
committed
Fixed some test-requirements for Python 3.13
1 parent 715cb53 commit 43d01ae

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

instrumentation/opentelemetry-instrumentation-fastapi/test-requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
annotated-types==0.6.0
1+
annotated-types==0.7.0
22
anyio==4.3.0
33
asgiref==3.7.2
44
certifi==2024.7.4
@@ -15,14 +15,14 @@ iniconfig==2.0.0
1515
packaging==24.0
1616
pluggy==1.5.0
1717
py-cpuinfo==9.0.0
18-
pydantic==2.6.2
19-
pydantic_core==2.16.3
18+
pydantic==2.8.2
19+
pydantic_core==2.20.1
2020
pytest==7.4.4
2121
requests==2.32.3
2222
sniffio==1.3.0
2323
starlette==0.36.3
2424
tomli==2.0.1
25-
typing_extensions==4.9.0
25+
typing_extensions==4.12.2
2626
urllib3==2.2.2
2727
wrapt==1.16.0
2828
zipp==3.19.2

instrumentation/opentelemetry-instrumentation-tortoiseorm/test-requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiosqlite==0.17.0
2-
annotated-types==0.6.0
2+
annotated-types==0.7.0
33
asgiref==3.7.2
44
Deprecated==1.2.14
55
importlib-metadata==6.11.0
@@ -8,14 +8,14 @@ iso8601==1.1.0
88
packaging==24.0
99
pluggy==1.5.0
1010
py-cpuinfo==9.0.0
11-
pydantic==2.6.2
12-
pydantic_core==2.16.3
11+
pydantic==2.8.2
12+
pydantic_core==2.20.1
1313
pypika-tortoise==0.1.6
1414
pytest==7.4.4
1515
pytz==2024.1
1616
tomli==2.0.1
1717
tortoise-orm==0.20.0
18-
typing_extensions==4.9.0
18+
typing_extensions==4.12.2
1919
wrapt==1.16.0
2020
zipp==3.19.2
2121
-e opentelemetry-instrumentation

0 commit comments

Comments
 (0)