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

[check builder] 3.12.4 fix #22986

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Conversation

alangenfeld
Copy link
Member

@alangenfeld alangenfeld commented Jul 12, 2024

recursive_guard got made keyword arg only in python/cpython#118009 which released in 3.12.4 (we run an older version in buildkite so we missed it)

fixes #22985

How I Tested These Changes

on a fresh 3.12.4 venv
pytest python_modules/dagster/dagster_tests/general_tests/test_record.py python_modules/dagster/dagster_tests/general_tests/check_tests/test_check.py
which was failing before fix

Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @alangenfeld and the rest of your teammates on Graphite Graphite

Copy link
Contributor

@jamiedemaria jamiedemaria left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@alangenfeld alangenfeld merged commit b3e0cd4 into master Jul 12, 2024
1 check passed
@alangenfeld alangenfeld deleted the al/07-12-_check_builder_3.12.4_fix branch July 12, 2024 16:03
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.

ForwardRef._evaluate() missing 1 required keyword-only argument: 'recursive_guard'
2 participants