File tree Expand file tree Collapse file tree
instrumentation-genai/opentelemetry-instrumentation-vertexai/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ docstring_parser==0.16
4646exceptiongroup==1.2.2
4747google-api-core[grpc, async_rest]==2.23.0
4848google-auth[aiohttp]==2.45.0
49- google-cloud-aiplatform==1.132 .0
49+ google-cloud-aiplatform==1.79 .0
5050google-cloud-bigquery==3.27.0
5151google-cloud-core==2.4.1
5252google-cloud-resource-manager==1.13.1
@@ -55,7 +55,6 @@ google-crc32c==1.5.0
5555google-resumable-media==2.7.2
5656googleapis-common-protos==1.66.0
5757grpc-google-iam-v1==0.13.1
58- grpcio==1.68.1
5958grpcio-status==1.68.1
6059idna==3.10
6160importlib_metadata==8.5.0
@@ -68,25 +67,26 @@ proto-plus==1.25.0
6867protobuf==5.29.1
6968pyasn1==0.6.1
7069pyasn1_modules==0.4.1
71- pydantic==2.12.15
72- pydantic_core==2.27.1
70+ pydantic==2.12.5
7371pytest==7.4.4
7472pytest-asyncio==0.21.0
7573pytest-vcr==1.0.2
7674python-dateutil==2.9.0.post0
7775PyYAML==6.0.2
7876requests==2.32.3
7977rsa==4.9
80- shapely==2.1.2
8178fsspec==2025.9.0
8279six==1.17.0
8380tomli==2.2.1
84- typing_extensions==4.12.2
81+ typing_extensions==4.14.1
8582urllib3==1.26.20
8683vcrpy==6.0.2
8784wrapt==1.17.0
8885yarl==1.15.2
8986zipp==3.20.2
87+ grpcio>=1.75.1 ; python_version >= "3.14"
88+ shapely==2.0.6 ; python_version < "3.10"
89+ shapely==2.1.2 ; python_version >= "3.10"
9090# test with the latest version of opentelemetry-api, sdk, and semantic conventions
9191
9292-e opentelemetry-instrumentation
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ google-crc32c==1.5.0
3333google-resumable-media==2.7.2
3434googleapis-common-protos==1.66.0
3535grpc-google-iam-v1==0.13.1
36- grpcio==1.68.1
3736grpcio-status==1.68.1
3837idna==3.10
3938importlib-metadata==6.11.0
@@ -46,24 +45,25 @@ proto-plus==1.25.0
4645protobuf==5.29.1
4746pyasn1==0.6.1
4847pyasn1_modules==0.4.1
49- pydantic==2.8.2
50- pydantic_core==2.20.1
48+ pydantic==2.12.5
5149pytest==7.4.4
5250pytest-asyncio==0.21.0
5351pytest-vcr==1.0.2
5452python-dateutil==2.9.0.post0
5553PyYAML==6.0.2
5654requests==2.32.3
5755rsa==4.9
58- shapely==2.0.6
5956six==1.17.0
6057tomli==2.2.1
61- typing_extensions==4.12.2
58+ typing_extensions==4.14.1
6259urllib3==1.26.20
6360vcrpy==6.0.2
6461wrapt==1.16.0
6562yarl==1.15.2
6663zipp==3.20.2
64+ grpcio>=1.75.1 ; python_version >= "3.14"
65+ shapely==2.0.6 ; python_version < "3.10"
66+ shapely==2.1.2 ; python_version >= "3.10"
6767# when updating, also update in pyproject.toml
6868opentelemetry-api==1.37
6969opentelemetry-sdk==1.37
You can’t perform that action at this time.
0 commit comments