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

Core: update dependencies #3869

Merged

Conversation

black-sliver
Copy link
Member

What is this fixing or adding?

Updates core dependencies

websockets: looks safe
pyyaml: basically just adds py3.13 support as far as i understand
jellyfish: looks safe
certifi: reqular update
cython: bug fixes
orjson: performance improvements
typing_extensions: bug fix

How was this tested?

CI and looking at changelogs

@github-actions github-actions bot added affects: core Issues/PRs that touch core and may need additional validation. waiting-on: peer-review Issue/PR has not been reviewed by enough people yet. labels Sep 2, 2024
@Berserker66
Copy link
Member

Cutting it ever closer:
image

And this one... I'd have to look, but I feel like ssl_context is something we use(d)?
image
It has fallback still, but we may want to get ahead of deprecation.

@black-sliver
Copy link
Member Author

I have not checked all places, but I think wherever we pass an ssl context, we do it for async, so this change does not impact us. The change is only to threading.

@black-sliver black-sliver merged commit d63efa5 into ArchipelagoMW:main Sep 3, 2024
15 checks passed
@black-sliver black-sliver deleted the core-update-dependencies branch September 3, 2024 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects: core Issues/PRs that touch core and may need additional validation. waiting-on: peer-review Issue/PR has not been reviewed by enough people yet.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants