Skip to content

Commit 06ef70c

Browse files
committed
Merge remote-tracking branch 'origin/master' into potel-base
2 parents ca42492 + 9e1cedd commit 06ef70c

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ for your feedback. How was the migration? Is everything working as expected? Is
3939
*nothing* working as expected? Something in between? Please let us know
4040
[on GitHub](https://github.com/getsentry/sentry-python/discussions/3936) or
4141
[on Discord](https://discord.com/invite/Ww9hbqr).
42+
43+
## 2.32.0
44+
45+
### Various fixes & improvements
46+
47+
- feat(sessions): Add top-level start- and end session methods (#4474) by @szokeasaurusrex
48+
- feat(openai-agents): Set tool span to failed if an error is raised in the tool (#4527) by @antonpirker
49+
- fix(integrations/ray): Correctly pass keyword arguments to ray.remote function (#4430) by @svartalf
50+
- fix(langchain): Make `span_map` an instance variable (#4476) by @szokeasaurusrex
51+
- fix(langchain): Ensure no duplicate `SentryLangchainCallback` (#4485) by @szokeasaurusrex
52+
- fix(Litestar): Apply `failed_request_status_codes` to exceptions raised in middleware (#4074) by @vrslev
53+
4254
## 2.31.0
4355

4456
### Various fixes & improvements

scripts/populate_tox/tox.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ deps =
153153
py3.7-gevent: pytest<7.0.0
154154
{py3.8,py3.9,py3.10,py3.11,py3.12}-gevent: pytest
155155
gevent: pytest-asyncio
156+
{py3.10,py3.11}-gevent: zope.event<5.0.0
156157
157158
# === Integrations ===
158159

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ deps =
317317
py3.7-gevent: pytest<7.0.0
318318
{py3.8,py3.9,py3.10,py3.11,py3.12}-gevent: pytest
319319
gevent: pytest-asyncio
320+
{py3.10,py3.11}-gevent: zope.event<5.0.0
320321

321322
# === Integrations ===
322323

0 commit comments

Comments
 (0)