# Copyright The OpenTelemetry Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# This variant of the requirements aims to test the system using
# the oldest supported version of external dependencies.

pytest==7.4.4
pytest-asyncio==0.21.0
pytest-vcr==1.0.2

google-auth==2.15.0
google-genai==1.32.0
opentelemetry-api==1.37.0
opentelemetry-sdk==1.37.0
opentelemetry-semantic-conventions==0.58b0
opentelemetry-instrumentation==0.58b0
opentelemetry-util-genai[upload]==0.2b0

fsspec==2025.9.0

# Install locally from the folder. This path is relative to the
# root directory, given invocation from "tox" at root level.
-e instrumentation-genai/opentelemetry-instrumentation-google-genai
