Skip to content

Commit bb8b074

Browse files
committed
Merge branch 'master' into ivana/toxgen/httpx
2 parents b0ee152 + 7a90508 commit bb8b074

File tree

3 files changed

+34
-28
lines changed

3 files changed

+34
-28
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
<!-- Describe your PR here -->
1+
### Description
2+
<!-- What changed and why? -->
23

3-
---
4+
#### Issues
5+
<!--
6+
* resolves: #1234
7+
* resolves: LIN-1234
8+
-->
49

5-
Thank you for contributing to `sentry-python`! Please add tests to validate your changes, and lint your code using `tox -e linters`.
6-
7-
Running the test suite on your PR might require maintainer approval.
10+
#### Reminders
11+
- Please add tests to validate your changes, and lint your code using `tox -e linters`.
12+
- Add GH Issue ID _&_ Linear ID (if applicable)
13+
- PR title should use [conventional commit](https://develop.sentry.dev/engineering-practices/commit-messages/#type) style (`feat:`, `fix:`, `ref:`, `meta:`)
14+
- For external contributors: [CONTRIBUTING.md](../CONTRIBUTING.md), [Sentry SDK development docs](https://develop.sentry.dev/sdk/), [Discord community](https://discord.gg/Ww9hbqr)

scripts/populate_tox/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@
177177
"deps": {
178178
"*": ["responses"],
179179
},
180+
"include": "<1.0",
180181
},
181182
"langchain-base": {
182183
"package": "langchain",

tox.ini

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The file (and all resulting CI YAMLs) then need to be regenerated via
1111
# "scripts/generate-test-files.sh".
1212
#
13-
# Last generated: 2025-09-15T15:10:46.296210+00:00
13+
# Last generated: 2025-09-16T10:55:18.954122+00:00
1414

1515
[tox]
1616
requires =
@@ -109,12 +109,12 @@ envlist =
109109
{py3.7,py3.11,py3.12}-openai-base-v1.0.1
110110
{py3.7,py3.11,py3.12}-openai-base-v1.36.1
111111
{py3.8,py3.11,py3.12}-openai-base-v1.71.0
112-
{py3.8,py3.12,py3.13}-openai-base-v1.107.2
112+
{py3.8,py3.12,py3.13}-openai-base-v1.107.3
113113

114114
{py3.7,py3.11,py3.12}-openai-notiktoken-v1.0.1
115115
{py3.7,py3.11,py3.12}-openai-notiktoken-v1.36.1
116116
{py3.8,py3.11,py3.12}-openai-notiktoken-v1.71.0
117-
{py3.8,py3.12,py3.13}-openai-notiktoken-v1.107.2
117+
{py3.8,py3.12,py3.13}-openai-notiktoken-v1.107.3
118118

119119
{py3.9,py3.12,py3.13}-langgraph-v0.6.7
120120
{py3.10,py3.12,py3.13}-langgraph-v1.0.0a3
@@ -127,15 +127,15 @@ envlist =
127127
{py3.8,py3.10,py3.11}-huggingface_hub-v0.24.7
128128
{py3.8,py3.12,py3.13}-huggingface_hub-v0.27.1
129129
{py3.8,py3.12,py3.13}-huggingface_hub-v0.30.2
130-
{py3.8,py3.12,py3.13}-huggingface_hub-v0.34.5
131-
{py3.9,py3.12,py3.13}-huggingface_hub-v1.0.0rc0
130+
{py3.8,py3.12,py3.13}-huggingface_hub-v0.34.6
131+
{py3.8,py3.12,py3.13}-huggingface_hub-v0.35.0rc1
132132

133133

134134
# ~~~ Cloud ~~~
135135
{py3.6,py3.7}-boto3-v1.12.49
136136
{py3.6,py3.9,py3.10}-boto3-v1.20.54
137137
{py3.7,py3.11,py3.12}-boto3-v1.28.85
138-
{py3.9,py3.12,py3.13}-boto3-v1.40.30
138+
{py3.9,py3.12,py3.13}-boto3-v1.40.31
139139

140140
{py3.6,py3.7,py3.8}-chalice-v1.16.0
141141
{py3.6,py3.7,py3.8}-chalice-v1.21.9
@@ -207,10 +207,9 @@ envlist =
207207

208208
# ~~~ Network ~~~
209209
{py3.6,py3.7,py3.8}-grpc-v1.32.0
210-
{py3.6,py3.9,py3.10}-grpc-v1.46.5
211-
{py3.7,py3.11,py3.12}-grpc-v1.60.2
212-
{py3.9,py3.12,py3.13}-grpc-v1.74.0
213-
{py3.9,py3.12,py3.13}-grpc-v1.75.0rc1
210+
{py3.6,py3.9,py3.10}-grpc-v1.47.5
211+
{py3.7,py3.11,py3.12}-grpc-v1.62.3
212+
{py3.9,py3.12,py3.13}-grpc-v1.75.0
214213

215214
{py3.6,py3.8,py3.9}-httpx-v0.16.1
216215
{py3.6,py3.9,py3.10}-httpx-v0.20.0
@@ -322,8 +321,8 @@ envlist =
322321
{py3.6}-trytond-v4.8.18
323322
{py3.6,py3.7,py3.8}-trytond-v5.8.16
324323
{py3.8,py3.10,py3.11}-trytond-v6.8.17
325-
{py3.8,py3.11,py3.12}-trytond-v7.0.35
326-
{py3.9,py3.12,py3.13}-trytond-v7.6.6
324+
{py3.8,py3.11,py3.12}-trytond-v7.0.36
325+
{py3.9,py3.12,py3.13}-trytond-v7.6.7
327326

328327
{py3.7,py3.12,py3.13}-typer-v0.15.4
329328
{py3.7,py3.12,py3.13}-typer-v0.16.1
@@ -469,7 +468,7 @@ deps =
469468
openai-base-v1.0.1: openai==1.0.1
470469
openai-base-v1.36.1: openai==1.36.1
471470
openai-base-v1.71.0: openai==1.71.0
472-
openai-base-v1.107.2: openai==1.107.2
471+
openai-base-v1.107.3: openai==1.107.3
473472
openai-base: pytest-asyncio
474473
openai-base: tiktoken
475474
openai-base-v1.0.1: httpx<0.28
@@ -478,7 +477,7 @@ deps =
478477
openai-notiktoken-v1.0.1: openai==1.0.1
479478
openai-notiktoken-v1.36.1: openai==1.36.1
480479
openai-notiktoken-v1.71.0: openai==1.71.0
481-
openai-notiktoken-v1.107.2: openai==1.107.2
480+
openai-notiktoken-v1.107.3: openai==1.107.3
482481
openai-notiktoken: pytest-asyncio
483482
openai-notiktoken-v1.0.1: httpx<0.28
484483
openai-notiktoken-v1.36.1: httpx<0.28
@@ -495,16 +494,16 @@ deps =
495494
huggingface_hub-v0.24.7: huggingface_hub==0.24.7
496495
huggingface_hub-v0.27.1: huggingface_hub==0.27.1
497496
huggingface_hub-v0.30.2: huggingface_hub==0.30.2
498-
huggingface_hub-v0.34.5: huggingface_hub==0.34.5
499-
huggingface_hub-v1.0.0rc0: huggingface_hub==1.0.0rc0
497+
huggingface_hub-v0.34.6: huggingface_hub==0.34.6
498+
huggingface_hub-v0.35.0rc1: huggingface_hub==0.35.0rc1
500499
huggingface_hub: responses
501500

502501

503502
# ~~~ Cloud ~~~
504503
boto3-v1.12.49: boto3==1.12.49
505504
boto3-v1.20.54: boto3==1.20.54
506505
boto3-v1.28.85: boto3==1.28.85
507-
boto3-v1.40.30: boto3==1.40.30
506+
boto3-v1.40.31: boto3==1.40.31
508507
{py3.7,py3.8}-boto3: urllib3<2.0.0
509508

510509
chalice-v1.16.0: chalice==1.16.0
@@ -593,10 +592,9 @@ deps =
593592

594593
# ~~~ Network ~~~
595594
grpc-v1.32.0: grpcio==1.32.0
596-
grpc-v1.46.5: grpcio==1.46.5
597-
grpc-v1.60.2: grpcio==1.60.2
598-
grpc-v1.74.0: grpcio==1.74.0
599-
grpc-v1.75.0rc1: grpcio==1.75.0rc1
595+
grpc-v1.47.5: grpcio==1.47.5
596+
grpc-v1.62.3: grpcio==1.62.3
597+
grpc-v1.75.0: grpcio==1.75.0
600598
grpc: protobuf
601599
grpc: mypy-protobuf
602600
grpc: types-protobuf
@@ -806,8 +804,8 @@ deps =
806804
trytond-v4.8.18: trytond==4.8.18
807805
trytond-v5.8.16: trytond==5.8.16
808806
trytond-v6.8.17: trytond==6.8.17
809-
trytond-v7.0.35: trytond==7.0.35
810-
trytond-v7.6.6: trytond==7.6.6
807+
trytond-v7.0.36: trytond==7.0.36
808+
trytond-v7.6.7: trytond==7.6.7
811809
trytond: werkzeug
812810
trytond-v4.6.22: werkzeug<1.0
813811
trytond-v4.8.18: werkzeug<1.0

0 commit comments

Comments
 (0)