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

Pin anyio version to below 4.0.0 #916

Merged
merged 1 commit into from Sep 1, 2023
Merged

Pin anyio version to below 4.0.0 #916

merged 1 commit into from Sep 1, 2023

Conversation

lrafeei
Copy link
Contributor

@lrafeei lrafeei commented Aug 31, 2023

This PR pins framework_starlette: anyio to < v4.0.0

anyio is used for test_exception_in_middleware test in Starlette: encode/starlette#1157
However, v4.0.0 of anyio creates breaking changes to our tests (but not the instrumentation): https://github.com/agronholm/anyio/releases/tag/4.0.0

This should be kept in our tests until Starlette v0.17.0 is no longer within New Relic's support window (January 23, 2024)

@github-actions
Copy link

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@codecov-commenter
Copy link

Codecov Report

Merging #916 (56ff7c5) into main (faaccd0) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #916      +/-   ##
==========================================
- Coverage   81.46%   81.45%   -0.01%     
==========================================
  Files         186      186              
  Lines       18700    18700              
  Branches     3278     3278              
==========================================
- Hits        15234    15233       -1     
  Misses       2533     2533              
- Partials      933      934       +1     

see 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@lrafeei lrafeei marked this pull request as ready for review August 31, 2023 23:16
@lrafeei lrafeei requested a review from a team as a code owner August 31, 2023 23:16
@umaannamalai umaannamalai merged commit b1be563 into main Sep 1, 2023
47 checks passed
@umaannamalai umaannamalai deleted the pin-anyio-version branch September 1, 2023 17:33
@umaannamalai umaannamalai added this to the v9.1.0 milestone Sep 14, 2023
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.

None yet

3 participants