Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python] Fix nesting in async trace context manager #895

Merged
merged 2 commits into from
Jul 30, 2024
Merged

Conversation

hinthornw
Copy link
Collaborator

We were previously setting the context vars in a separate context and then letting it be gc'd.

Fixes #892

We were previously setting the context vars in a separate context and then
letting it be gc'd.
@hinthornw hinthornw merged commit 546a36f into main Jul 30, 2024
7 of 8 checks passed
@hinthornw hinthornw deleted the wfh/fxnest branch July 30, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: nested with trace(): are no longer displayed as nested on langsmith with async trace?
2 participants