Skip to content

Commit d779887

Browse files
committed
fix vertexai
Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
1 parent a560dd0 commit d779887

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

instrumentation-genai/opentelemetry-instrumentation-vertexai/tests/requirements.latest.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ docstring_parser==0.16
4646
exceptiongroup==1.2.2
4747
google-api-core[grpc, async_rest]==2.23.0
4848
google-auth[aiohttp]==2.45.0
49-
google-cloud-aiplatform==1.132.0
49+
google-cloud-aiplatform==1.79.0
5050
google-cloud-bigquery==3.27.0
5151
google-cloud-core==2.4.1
5252
google-cloud-resource-manager==1.13.1
@@ -55,7 +55,6 @@ google-crc32c==1.5.0
5555
google-resumable-media==2.7.2
5656
googleapis-common-protos==1.66.0
5757
grpc-google-iam-v1==0.13.1
58-
grpcio==1.68.1
5958
grpcio-status==1.68.1
6059
idna==3.10
6160
importlib_metadata==8.5.0
@@ -68,25 +67,26 @@ proto-plus==1.25.0
6867
protobuf==5.29.1
6968
pyasn1==0.6.1
7069
pyasn1_modules==0.4.1
71-
pydantic==2.12.15
72-
pydantic_core==2.27.1
70+
pydantic==2.12.5
7371
pytest==7.4.4
7472
pytest-asyncio==0.21.0
7573
pytest-vcr==1.0.2
7674
python-dateutil==2.9.0.post0
7775
PyYAML==6.0.2
7876
requests==2.32.3
7977
rsa==4.9
80-
shapely==2.1.2
8178
fsspec==2025.9.0
8279
six==1.17.0
8380
tomli==2.2.1
84-
typing_extensions==4.12.2
81+
typing_extensions==4.14.1
8582
urllib3==1.26.20
8683
vcrpy==6.0.2
8784
wrapt==1.17.0
8885
yarl==1.15.2
8986
zipp==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

instrumentation-genai/opentelemetry-instrumentation-vertexai/tests/requirements.oldest.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ google-crc32c==1.5.0
3333
google-resumable-media==2.7.2
3434
googleapis-common-protos==1.66.0
3535
grpc-google-iam-v1==0.13.1
36-
grpcio==1.68.1
3736
grpcio-status==1.68.1
3837
idna==3.10
3938
importlib-metadata==6.11.0
@@ -46,24 +45,25 @@ proto-plus==1.25.0
4645
protobuf==5.29.1
4746
pyasn1==0.6.1
4847
pyasn1_modules==0.4.1
49-
pydantic==2.8.2
50-
pydantic_core==2.20.1
48+
pydantic==2.12.5
5149
pytest==7.4.4
5250
pytest-asyncio==0.21.0
5351
pytest-vcr==1.0.2
5452
python-dateutil==2.9.0.post0
5553
PyYAML==6.0.2
5654
requests==2.32.3
5755
rsa==4.9
58-
shapely==2.0.6
5956
six==1.17.0
6057
tomli==2.2.1
61-
typing_extensions==4.12.2
58+
typing_extensions==4.14.1
6259
urllib3==1.26.20
6360
vcrpy==6.0.2
6461
wrapt==1.16.0
6562
yarl==1.15.2
6663
zipp==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
6868
opentelemetry-api==1.37
6969
opentelemetry-sdk==1.37

0 commit comments

Comments
 (0)