-
Notifications
You must be signed in to change notification settings - Fork 127
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
Scheduled weekly dependency update for week 47 #833
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 83f8412. `great-expectations` is incompatible with latest `altair` (5.5.0), which also got updated in this batch.
`litestar` and its `msgspec` dependency do not support python 3.13 yet.
78f280d
to
4a82289
Compare
4a82289
to
c2a6ccd
Compare
c2a6ccd
to
578a32e
Compare
Or, more accurately, does not provide binary wheels for python 3.8 anymore. Furthermore, only x86_64 macOS wheels are provided for python 3.9 and 3.10 (for >= 3.11, universal2 wheels are available).
Well, strictly speaking, they still provide linux wheels for python 3.8, but let's keep things consistent. On the other hand, wheels are available for 3.13 now.
Remove `pytz` dependency; `apscheduler` 3.11.0 does not install `pytz˙ as its dependency anymore. But the only place it is used in test is for `pytz.UTC`, which we can easily replace with `datetime.timezone.utc`. The current test program does not run under `apscheduler` 3.11.0 anymore (even when unfrozen), as it raises `RuntimeError: no running event loop`. Rework the test code to match the official asyncio example: https://github.com/agronholm/apscheduler/blob/3.x/examples/schedulers/asyncio_.py
`moviepy` 2.x removed the `moviepy.editor` module, so turn the test into basic import test for `moviepy` module for now. (The `moviepy.video.fx.all`and `moviepy.video.fx.all` modules that used to be imported by `moviepy.editor` and performed programmatic imports of submodules from `moviepy.video.fx` and `moviepy.audio.fx` seem to have been removed as well).
`moviepy` depends on `imageio-ffmpeg`, which does not provide arm64 wheels for macOS.
`pymssql` 2.3.2 provides `universal2` macOS wheels for python >= 3.11, but they are broken on arm64 macOS; the `pymssql._mssql` extension fails to load with `symbol not found in flat namespace '_bcp_batch'`.
acaee51
to
89f12ff
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update APScheduler from 3.10.4 to 3.11.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update boto3 from 1.35.63 to 1.35.68.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update botocore from 1.35.63 to 1.35.68.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update google-api-python-client from 2.153.0 to 2.154.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update kaleido from 0.4.1 to 0.4.2.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update moviepy from 1.0.3 to 2.1.1.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update numcodecs from 0.14.0 to 0.14.1.
Changelog
0.14.1
Links
Update pymssql from 2.3.1 to 2.3.2.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update sentry-sdk from 2.18.0 to 2.19.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update timezonefinder from 6.5.4 to 6.5.5.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update vtk from 9.3.1 to 9.4.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update web3 from 7.5.0 to 7.6.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update orjson from 3.10.11 to 3.10.12.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update altair from 5.4.1 to 5.5.0.
Changelog
5.5.0
Links
Update great-expectations from 1.2.3 to 1.2.4.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update pydantic from 2.9.2 to 2.10.1.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update litestar from 2.12.1 to 2.13.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update sudachipy from 0.6.8 to 0.6.9.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update langchain from 0.3.7 to 0.3.8.
Changelog
Links
Update pypylon from 4.0.0 to 4.1.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update opentelemetry-sdk from 1.28.1 to 1.28.2.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update xarray from 2024.10.0 to 2024.11.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update patool from 3.0.3 to 3.1.0.
Changelog
3.1.0
Links
Update eccodes from 2.38.3 to 2.39.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links