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

Upgrade anyio to 3.1 for all py versions #521

Merged
merged 1 commit into from
May 19, 2021

Conversation

mwakaba2
Copy link
Member

Upgrade anyio to 3.1 for all supported python versions.

Fixes #505

@codecov-commenter
Copy link

codecov-commenter commented May 19, 2021

Codecov Report

Merging #521 (a953e3b) into master (83a49c8) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #521      +/-   ##
==========================================
- Coverage   77.01%   76.97%   -0.04%     
==========================================
  Files         107      107              
  Lines        9511     9496      -15     
  Branches     1031     1031              
==========================================
- Hits         7325     7310      -15     
  Misses       1814     1814              
  Partials      372      372              
Impacted Files Coverage Δ
...upyter_server/services/contents/filecheckpoints.py 62.94% <100.00%> (-0.65%) ⬇️
jupyter_server/services/contents/fileio.py 75.26% <100.00%> (-0.39%) ⬇️
jupyter_server/services/contents/filemanager.py 66.31% <100.00%> (-0.22%) ⬇️
...pyter_server/services/contents/largefilemanager.py 82.41% <100.00%> (-0.57%) ⬇️
jupyter_server/services/nbconvert/handlers.py 80.95% <100.00%> (-2.39%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 83a49c8...a953e3b. Read the comment docs.

@blink1073 blink1073 modified the milestones: 1.7, 1.8 May 19, 2021
Copy link
Collaborator

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

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

Thank you!

@blink1073 blink1073 merged commit 5f76fda into jupyter-server:master May 19, 2021
@kevin-bates
Copy link
Member

Thank you @mwakaba2 and @agronholm for taking care of this so quickly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Anyio version v3 breaks AsyncContentsManager for python3.6
4 participants