Skip to content

Commit 9347886

Browse files
authored
Merge branch 'main' into fix-enginetracer-memoryleak
2 parents b8b1972 + 8656a06 commit 9347886

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
lines changed

.github/workflows/generate_workflows_lib/src/generate_workflows_lib/misc.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
run: git checkout ${% raw %}{{ github.event.pull_request.head.sha }}{% endraw %}
5252
{%- endif %}
5353

54-
- name: Set up Python 3.10
54+
- name: Set up Python 3.11
5555
uses: actions/setup-python@v5
5656
with:
57-
python-version: "3.10"
57+
python-version: "3.11"
5858

5959
- name: Install tox
6060
run: pip install tox

.github/workflows/misc_0.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- name: Checkout repo @ SHA - ${{ github.sha }}
2424
uses: actions/checkout@v4
2525

26-
- name: Set up Python 3.10
26+
- name: Set up Python 3.11
2727
uses: actions/setup-python@v5
2828
with:
29-
python-version: "3.10"
29+
python-version: "3.11"
3030

3131
- name: Install tox
3232
run: pip install tox
@@ -41,10 +41,10 @@ jobs:
4141
- name: Checkout repo @ SHA - ${{ github.sha }}
4242
uses: actions/checkout@v4
4343

44-
- name: Set up Python 3.10
44+
- name: Set up Python 3.11
4545
uses: actions/setup-python@v5
4646
with:
47-
python-version: "3.10"
47+
python-version: "3.11"
4848

4949
- name: Install tox
5050
run: pip install tox
@@ -61,10 +61,10 @@ jobs:
6161
- name: Checkout repo @ SHA - ${{ github.sha }}
6262
uses: actions/checkout@v4
6363

64-
- name: Set up Python 3.10
64+
- name: Set up Python 3.11
6565
uses: actions/setup-python@v5
6666
with:
67-
python-version: "3.10"
67+
python-version: "3.11"
6868

6969
- name: Install tox
7070
run: pip install tox
@@ -79,10 +79,10 @@ jobs:
7979
- name: Checkout repo @ SHA - ${{ github.sha }}
8080
uses: actions/checkout@v4
8181

82-
- name: Set up Python 3.10
82+
- name: Set up Python 3.11
8383
uses: actions/setup-python@v5
8484
with:
85-
python-version: "3.10"
85+
python-version: "3.11"
8686

8787
- name: Install tox
8888
run: pip install tox
@@ -103,10 +103,10 @@ jobs:
103103
- name: Checkout repo @ SHA - ${{ github.sha }}
104104
uses: actions/checkout@v4
105105

106-
- name: Set up Python 3.10
106+
- name: Set up Python 3.11
107107
uses: actions/setup-python@v5
108108
with:
109-
python-version: "3.10"
109+
python-version: "3.11"
110110

111111
- name: Install tox
112112
run: pip install tox
@@ -124,10 +124,10 @@ jobs:
124124
- name: Checkout repo @ SHA - ${{ github.sha }}
125125
uses: actions/checkout@v4
126126

127-
- name: Set up Python 3.10
127+
- name: Set up Python 3.11
128128
uses: actions/setup-python@v5
129129
with:
130-
python-version: "3.10"
130+
python-version: "3.11"
131131

132132
- name: Install tox
133133
run: pip install tox
@@ -142,10 +142,10 @@ jobs:
142142
- name: Checkout repo @ SHA - ${{ github.sha }}
143143
uses: actions/checkout@v4
144144

145-
- name: Set up Python 3.10
145+
- name: Set up Python 3.11
146146
uses: actions/setup-python@v5
147147
with:
148-
python-version: "3.10"
148+
python-version: "3.11"
149149

150150
- name: Install tox
151151
run: pip install tox

instrumentation-genai/opentelemetry-instrumentation-openai-v2/test-requirements-0.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
openai==1.26.0
22
pydantic==2.8.2
3+
httpx==0.27.2
34
Deprecated==1.2.14
45
importlib-metadata==6.11.0
56
packaging==24.0

instrumentation-genai/opentelemetry-instrumentation-openai-v2/test-requirements-1.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
openai==1.26.0
22
pydantic==2.8.2
3+
httpx==0.27.2
34
Deprecated==1.2.14
45
importlib-metadata==6.11.0
56
packaging==24.0

0 commit comments

Comments
 (0)