-
Notifications
You must be signed in to change notification settings - Fork 2
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
⬆️(project) upgrade python dependencies #294
Conversation
Current benchmark
Comparison with the latest previous benchmark
|
672b970
to
8435459
Compare
Current benchmark
Comparison with the latest previous benchmark
|
8435459
to
7e37b9d
Compare
Current benchmark
Comparison with the latest previous benchmark
|
7e37b9d
to
151e2a5
Compare
Current benchmark
Comparison with the latest previous benchmark
|
151e2a5
to
88b0a14
Compare
Current benchmark
Comparison with the latest previous benchmark
|
88b0a14
to
0842977
Compare
Current benchmark
Comparison with the latest previous benchmark
|
0842977
to
2672263
Compare
Current benchmark
Comparison with the latest previous benchmark
|
2672263
to
8434027
Compare
Current benchmark
Comparison with the latest previous benchmark
|
d0eee36
to
b475816
Compare
Current benchmark
Comparison with the latest previous benchmark
|
b475816
to
75e81ff
Compare
Current benchmark
Comparison with the latest previous benchmark
|
75e81ff
to
17a3880
Compare
Current benchmark
Comparison with the latest previous benchmark
|
17a3880
to
d0bb5c3
Compare
Current benchmark
Comparison with the latest previous benchmark
|
d0bb5c3
to
debd3c9
Compare
Current benchmark
Comparison with the latest previous benchmark
|
debd3c9
to
6886889
Compare
Current benchmark
Comparison with the latest previous benchmark
|
6886889
to
c8b49d2
Compare
75e2c35
to
3a56375
Compare
Current benchmark
Comparison with the latest previous benchmark
|
3a56375
to
98952c7
Compare
Current benchmark
Comparison with the latest previous benchmark
|
98952c7
to
e3435ae
Compare
Current benchmark
Comparison with the latest previous benchmark
|
e3435ae
to
ada4eb7
Compare
Current benchmark
Comparison with the latest previous benchmark
|
ada4eb7
to
1856c2c
Compare
Current benchmark
Comparison with the latest previous benchmark
|
1856c2c
to
3032ecf
Compare
Current benchmark
Comparison with the latest previous benchmark
|
6cafb6b
to
d0845c3
Compare
Current benchmark
Comparison with the latest previous benchmark
|
d0845c3
to
3ee036f
Compare
Current benchmark
Comparison with the latest previous benchmark
|
| datasource | package | from | to | | ---------- | ----------------- | -------------- | -------------- | | pypi | anyio | 4.7.0 | 4.8.0 | | pypi | django-dsfr | 1.4.3 | 1.4.5 | | pypi | djlint | 1.36.3 | 1.36.4 | | pypi | locust | 2.32.4 | 2.32.5 | | pypi | mypy | 1.13.0 | 1.14.1 | | pypi | prefect | 3.1.5 | 3.1.11 | | pypi | pydantic | 2.10.3 | 2.10.4 | | pypi | pydantic-settings | 2.6.1 | 2.7.1 | | pypi | python-multipart | 0.0.19 | 0.0.20 | | pypi | questionary | 2.0.1 | 2.1.0 | | pypi | ruff | 0.8.2 | 0.8.6 | | pypi | setuptools | 75.6.0 | 75.7.0 | | pypi | types-passlib | 1.7.7.20240819 | 1.7.7.20241221 |
3ee036f
to
f68ae6b
Compare
Current benchmark
Comparison with the latest previous benchmark
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
We should pin Prefect to 3.1.5 as we are still having issues since the 3.1.6 release for the
It should be linked to: |
Current benchmark
Comparison with the latest previous benchmark
|
By providing no default value for sensitive configuration make them required at boot time. This is a better way to handle those.
We still have typing issues with prefect >= 3.1.6
Update the CHANGELOG.
444bb46
to
db86cb4
Compare
Current benchmark
Comparison with the latest previous benchmark
|
This PR contains the following updates:
4.7.0
->4.8.0
==1.4.3
->==1.4.5
==1.36.3
->==1.36.4
==2.32.4
->==2.32.5
1.13.0
->1.14.1
==1.13.0
->==1.14.1
==3.1.5
->==3.1.11
2.10.3
->2.10.4
==2.10.3
->==2.10.4
2.6.1
->2.7.1
==2.6.1
->==2.7.1
==0.0.19
->==0.0.20
==2.0.1
->==2.1.0
0.8.2
->0.8.6
==0.8.2
->==0.8.6
==75.6.0
->==75.7.0
==1.7.7.20240819
->==1.7.7.20241221
Release Notes
agronholm/anyio (anyio)
v4.8.0
Compare Source
copy()
,copy_into()
,move()
andmove_into()
methods inanyio.Path
, available in Python 3.14TaskGroup
on asyncio to always spawn tasks non-eagerly, even if using a task factory created viaasyncio.create_eager_task_factory()
, to preserve expected Trio-like task scheduling semantics (PR by @agronholm and @graingert)SO_RCVBUF
,SO_SNDBUF
andTCP_NODELAY
on the selector thread waker socket pair (this should improve the performance ofwait_readable()
andwait_writable()
when using theProactorEventLoop
) (#836; PR by @graingert)AssertionError
when usingnest-asyncio
(#840)__exit__
method (#847; PR by @Enegg)numerique-gouv/django-dsfr (django-dsfr)
v1.4.5
Compare Source
What's Changed
dsfr_input_class_attr
by @christophehenry in https://github.com/numerique-gouv/django-dsfr/pull/190Full Changelog: numerique-gouv/django-dsfr@v1.4.4...v1.4.5
v1.4.4
Compare Source
What's Changed
Full Changelog: numerique-gouv/django-dsfr@v1.4.3...v1.4.4
djlint/djLint (djlint)
v1.36.4
Compare Source
locustio/locust (locust)
v2.32.5
Compare Source
Full Changelog
Merged pull requests:
python/mypy (mypy)
v1.14.1
Compare Source
v1.14.0
Compare Source
PrefectHQ/prefect (prefect)
v3.1.11
: : Flow-verloadCompare Source
What's Changed
Enhancements ➕➕
Bug Fixes 🐞
flow_run_name
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16517GitRepository
by @jakekaplan in https://github.com/PrefectHQ/prefect/pull/16518NO_PROXY
for websocket connections by @jbw-vtl in https://github.com/PrefectHQ/prefect/pull/16538Path
interpreting.
in deployment names as the beginning of a file extension by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16553Integrations & Dependencies 🤝
TypeError
inSnowflakeConnector.fetch_all
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16511fetch_one
andfetch_many
inprefect-snowflake
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16554redis-streams
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16432Development & Tidiness 🧹
prefect.cli
part 1 by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16546wait_for
andreturn_state
inTask.__call__
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16547Documentation 📓
v2 UI
New Contributors
Full Changelog: PrefectHQ/prefect@3.1.10...3.1.11
v3.1.10
: Not a CPU was stirring, not even in prodCompare Source
'Twas the night before Christmas, when through every cloud
Not a CPU was stirring, not even in prod
Bug Fixes 🐞
getattr
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16498Development & Tidiness 🧹
prefect.futures
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16381Documentation 📓
serve
docs by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16475Full Changelog: PrefectHQ/prefect@3.1.9...3.1.10
v3.1.9
: : All I Want for Christmas is QueueCompare Source
What's Changed
Enhancements ➕➕
prefect.flow
decorator by @mjpieters in https://github.com/PrefectHQ/prefect/pull/16405Bug Fixes 🐞
enforce_parameter_schema
inprefect deploy
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16418from_source
safe to use concurrently by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16458/csrf
by @aaazzam in https://github.com/PrefectHQ/prefect/pull/16464Integrations & Dependencies 🤝
MattermostWebhook
tests by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16433OTLPLogExporter
andOTLPSpanExporter
in aQueueService
to pull them out of the main thread by @bunchesofdonald in https://github.com/PrefectHQ/prefect/pull/16439Development & Tidiness 🧹
Documentation 📓
Full Changelog: PrefectHQ/prefect@3.1.8...3.1.9
v3.1.8
: : A Tale of Two FeaturesCompare Source
What's Changed
Runner Heartbeats for Flow Run Monitoring
Flow runs can now emit heartbeat events to detect infrastructure failures (crashed machines, evicted containers, etc). When enabled, an automation can automatically mark flows as crashed when heartbeats stop, preventing stuck "zombie" flows in the running state.
Enable with:
PREFECT_RUNNER_HEARTBEAT_FREQUENCY
(requires Prefect 3.1.8+)Basic Authentication
We have also added a long requested feature: basic authentication support for the Prefect API. Enable by setting an auth string:
Start a protected server:
PREFECT_SERVER_API_AUTH_STRING="admin:admin" prefect server start
Authenticate client operations:
PREFECT_API_AUTH_STRING="admin:admin" python flow_script.py
Enhancements ➕➕
Runner
to send heartbeat events for flow runs by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16410Integrations & Dependencies 🤝
prefect-redis
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16417Documentation 📓
Full Changelog: PrefectHQ/prefect@3.1.7...3.1.8
v3.1.7
: : Straight outta Half Moon BayCompare Source
What's Changed
Enhancements ➕➕
Bug Fixes 🐞
@task
decorator by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16386websocket_connect
utility inSubscriptions
by @jakekaplan in https://github.com/PrefectHQ/prefect/pull/16388Development & Tidiness 🧹
Block.aload
method and remove@sync_compatible
fromBlock.load
by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16341sync_compatible
fromgit_clone
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16340prefect.serializers
by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16331sync_compatible
fromprefect.variables
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16349DateTime
toprefect.types
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16356Dockerfile
build time and add CI to catch future slow downs by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16348prefect.tasks
andprefect.task_worker
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16332entrypoint.sh
to useuv
forEXTRA_PIP_PACKAGES
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16291prefect work-pool inspect
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16378Documentation 📓
RunTelemetry
class by @jeanluciano in https://github.com/PrefectHQ/prefect/pull/16233Full Changelog: PrefectHQ/prefect@3.1.6...3.1.7
v3.1.6
: : list[type[Improvements]]Compare Source
3.1.6: list[type[Improvements]]
This release begins a concerted effort to improve our public interface's type completeness; we hope that this will make the experience of authoring Prefect flows within IDEs more robust and allow for better autocomplete. We welcome all contributions to this effort - follow along with this issue to get involved!
Enhancements ➕➕
job_variables
inruntime.flow_run
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16124aserve
utility for serving multiple flows from an asynchronous context by @GitAlexxx in https://github.com/PrefectHQ/prefect/pull/15972sync_compatible
frombuild_server
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16314Bug Fixes 🐞
__getattr__
conflict inprefect.docker.__init__
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16172Integrations & Dependencies 🤝
Development & Tidiness 🧹
from_profiles_yml
to dbtTargetConfigs
by @kevingrismore in https://github.com/PrefectHQ/prefect/pull/16178prefect.server.database.migrations
toprefect.server.database._migrations
by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16214blocks.abstract
andconcurrency
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16212husky
topre-commit
by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16246flow
andtask
decorators pass strict typing by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16251uv
to install dependencies in theDockerfile
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16235NODE_VERSION
to.nvmrc
by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16282prefect.main
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16288debug.mdx
tutorial by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16296efect/pull/16266
New Contributors
Full Changelog: PrefectHQ/prefect@3.1.5...3.1.6
pydantic/pydantic (pydantic)
v2.10.4
Compare Source
GitHub release
What's Changed
Packaging
pydantic-core
to v2.27.2 by @davidhewitt in #11138Fixes
AnyUrl
objects by @alexprabhat99 in #11082len
to_BaseUrl
to avoid TypeError by @Kharianne in #11111New Contributors
pydantic/pydantic-settings (pydantic-settings)
v2.7.1
Compare Source
v2.7.0
Compare Source
What's Changed
test_protected_namespace_defaults
with -Wdefault by @CyberTailor in https://github.com/pydantic/pydantic-settings/pull/462__repr__
implementations by [@dlax](hConfiguration
📅 Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.