-
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 #346
Conversation
Current benchmark
Comparison with the latest previous benchmark
|
1421670
to
d6a8b9b
Compare
Current benchmark
Comparison with the latest previous benchmark
|
d6a8b9b
to
e850970
Compare
Current benchmark
Comparison with the latest previous benchmark
|
e850970
to
391d7c9
Compare
Current benchmark
Comparison with the latest previous benchmark
|
| datasource | package | from | to | | ---------- | -------------------- | ------ | ------ | | pypi | alembic | 1.14.0 | 1.14.1 | | pypi | cachetools | 5.5.0 | 5.5.1 | | pypi | django-stubs | 5.1.1 | 5.1.2 | | pypi | prefect | 3.1.5 | 3.1.13 | | pypi | psycopg | 3.2.3 | 3.2.4 | | pypi | pyarrow | 18.1.0 | 19.0.0 | | pypi | pydantic-extra-types | 2.10.1 | 2.10.2 | | pypi | ruff | 0.9.1 | 0.9.2 |
391d7c9
to
03f2366
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. |
Current benchmark
Comparison with the latest previous benchmark
|
This PR contains the following updates:
==1.14.0
->==1.14.1
==5.5.0
->==5.5.1
==5.1.1
->==5.1.2
==3.1.5
->==3.1.13
==3.2.3
->==3.2.4
==18.1.0
->==19.0.0
==2.10.1
->==2.10.2
0.9.1
->0.9.2
==0.9.1
->==0.9.2
Release Notes
tkem/cachetools (cachetools)
v5.5.1
Compare Source
===================
Add documentation regarding caching of exceptions.
Officially support Python 3.13.
Update CI environment.
typeddjango/django-stubs (django-stubs)
v5.1.2
Compare Source
What's Changed
.values_list
returns incorrect type for field with same name when selected from related model by @Niicck in https://github.com/typeddjango/django-stubs/pull/2431ModelAdmin.construct_change_message
by @youtux in https://github.com/typeddjango/django-stubs/pull/2444contrib.admin.options.ModelAdmin
by @JaeHyuckSa in https://github.com/typeddjango/django-stubs/pull/2422contrib.gis.gdal.geometries
by @JaeHyuckSa in https://github.com/typeddjango/django-stubs/pull/2460contrib.admin.models.LogEntryManager
by @JaeHyuckSa in https://github.com/typeddjango/django-stubs/pull/2423New Contributors
Full Changelog: typeddjango/django-stubs@5.1.1...5.1.2
PrefectHQ/prefect (prefect)
v3.1.13
: type_all_the_things: bool = TrueCompare Source
We're thrilled to announce a major milestone:
prefect
is now 100% type complete! 🎉 Every public interface in the library now includes comprehensive type annotations, bringing significant improvements to the developer experience. This means you'll enjoy:mypy
andpyright
, catching potential issues before runtimeThis achievement represents our commitment to building a more maintainable, reliable, and developer-friendly Python library.
Enhancements ➕➕
prefect server services
CLI commands by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16706Bug Fixes 🐞
SendgridEmail
code example by @jakekaplan in https://github.com/PrefectHQ/prefect/pull/16677wait_for
by @chrisguidry in https://github.com/PrefectHQ/prefect/pull/16709drain_all
call to be called from new thread instead of global loop thread by @jeanluciano in https://github.com/PrefectHQ/prefect/pull/16739QueueService
instances are unique within types by @chrisguidry in https://github.com/PrefectHQ/prefect/pull/16751Integrations & Dependencies 🤝
Development & Tidiness 🧹
_on_start
by @cicdw in https://github.com/PrefectHQ/prefect/pull/16687prefect.server.events
by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16692prefect.server.services
by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16701prefect.results
by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16714prefect.settings
by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16719prefect.inputs
to 100% by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16740prefect.server
to 100% by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16729CoiledPushProvisioner
by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16745JsonPatch
implementation by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16743Documentation 📓
gcloud
example command by @cicdw in https://github.com/PrefectHQ/prefect/pull/16738New Contributors
Full Changelog: PrefectHQ/prefect@3.1.12...3.1.13
v3.1.12
: : Winter Summit is ComingCompare Source
Winter Summit is Coming
Please consider joining us virtually January 22-23 for our Winter Summit, where we'll be giving some exciting updates on our OSS community growth along with customer stories and updates on Prefect's roadmap! Check out the agenda and register here.
Enhancements ➕➕
sync_compatible
from automations SDK by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16584Bug Fixes 🐞
enforce_parameter_schema
inprefect.yaml
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16607FlowRunContext.model_rebuild()
inhydrate_context
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16628Integrations & Dependencies 🤝
Development & Tidiness 🧹
prefect.blocks
by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16630Documentation 📓
otel
extras in docker image and remove experimental flag setting by @bunchesofdonald in https://github.com/PrefectHQ/prefect/pull/16412New Contributors
Full Changelog: PrefectHQ/prefect@3.1.11...3.1.12
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
](https://redirect.github.com/PrefectHQ/pConfiguration
📅 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.