mirror of
https://github.com/webgrip/babyagi.git
synced 2026-08-13 23:05:11 +00:00
[PR #2] Update python #2
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
webgrip/babyagi#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/webgrip/babyagi/pull/2
Author: @webgrip-renovate[bot]
Created: 2/10/2026
Status: 🔄 Open
Base:
main← Head:renovate/python📝 Commits (1)
2070d9dUpdate python📊 Changes
2 files changed (+4 additions, -4 deletions)
View changed files
📝
requirements-cooperative.txt(+1 -1)📝
requirements.txt(+3 -3)📄 Description
This PR contains the following updates:
==0.27.4→==0.28.1==2.2.1→==2.2.4==1.0.0→==1.2.1==2.3.1→==2.53.0Release Notes
openai/openai-python (openai)
v0.28.1Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/openai/openai-python/compare/v0.27.10...v0.28.1
v0.28.0Compare Source
Full Changelog: v1.102.0...v1.103.0
Features
Bug Fixes
Chores
inline-snapshotversion to 0.28.0 (#2590) (a6b0872)v0.27.10Compare Source
What's Changed
Full Changelog: https://github.com/openai/openai-python/compare/v0.27.9...v0.27.10
v0.27.9Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/openai/openai-python/compare/v0.27.8...v0.27.9
v0.27.8Compare Source
What's Changed
request.Sessionsto avoid buggy interaction with Docker Desktop by @jhallard in #478New Contributors
Full Changelog: https://github.com/openai/openai-python/compare/v0.27.7...v0.27.8
v0.27.7Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/openai/openai-python/compare/v0.27.6...v0.27.7
v0.27.6Compare Source
v0.27.5Compare Source
What's Changed
__version__in__init__.pyby @harupy in #382openai/datalib/__init__.pyby @harupy in #404New Contributors
Full Changelog: https://github.com/openai/openai-python/compare/v0.27.4...v0.27.5
theskumar/python-dotenv (python-dotenv)
v1.2.1Compare Source
pyproject.toml, removedsetup.cfg.envfrom FIFOs (Unix) by [@sidharth-sudhir] in [#586]v1.2.0Compare Source
buildandpyproject.tomlby [@EpicWink] in [#583]load_dotenv()usingPYTHON_DOTENV_DISABLEDenv var. by [@matthewfranglen] in [#569]v1.1.1Compare Source
Fixed
find_dotenvwork reliably on python 3.13 by [@theskumar] in #563v1.1.0Compare Source
Feature
dotenv run, switch toexecvpefor better resource management and signal handling ([#523]) by [@eekstunt]Fixed
find_dotenvandload_dotenvnow correctly looks up at the current directory when running in debugger or pdb ([#553] by [@randomseed42])Misc
v1.0.1Compare Source
Fixed
load_dotenvto be reloaded when launched in a separate thread ([#497] by [@freddyaboulton])Misc
ray-project/ray (ray)
v2.53.0Compare Source
Highlights
Ray Data
🎉 New Features
Dataset.summary()API for quick dataset inspection (#58862)should_continue_on_errorfor graceful error handling in batch inference (#59212)with_columnexpressions: Enable expressions for groupedwith_columnin Ray Data (#58231)DefaultCollateFn,arrow_batch_to_tensors(#58821)💫 Enhancements
__init__(#59105)iter_batches(#58657)HashShuffleAggregatorbreaks down blocks on finalize (#58603)ApproximateTopKaggregator (#58659)read_lance()(#58895)time_to_first_batchandget_ref_bundlesmetrics to data dashboard (#58912)iter_prefetched_bytesstatistics tracking (#58900)iter_batches: Add configurable batching forresolve_block_refsto speed upiter_batches(#58467)read_parquet_bulkAPI (#58970)🔨 Fixes
obj_store_mem_max_pending_output_per_taskreporting (#58864)get_parquet_dataset(#57047)📖 Documentation
vision_preprocessandvision_postprocessin VLM docs (#59012)huggingface_hubinstruction (#59109)Ray Serve
🎉 New Features
external_scaler_enabledflag to application config, enabling third-party autoscalers to control replica counts. (#57727, #57698)@serve.batch, useful when batch items have varying weights (e.g., token counts in LLM inference). (#59059)ray_serve_deployment_target_replicas,ray_serve_autoscaling_decision_replicas), batching statistics, and router queue latency for improved observability. (#59220, #59232, #59233)💫 Enhancements
GET,PUT) corresponding to a route. (#58927)@ingressnow preserve original class metadata (__qualname__,__module__,__doc__,__annotations__). (#58478)DeploymentHandle,DeploymentResponse, andDeploymentResponseGeneratorfor better IDE support and type inference. Adds.result()stub toDeploymentResponseGeneratorto fix static typing errors. (#59363, #58522)🔨 Fixes
RepresenterErrorwhen usingserve buildwithAggregationFunctionenum values in autoscaling config. (#58509)last_scale_up_timeandlast_scale_down_timeon autoscaling context. (#59057)DeploymentResponseobjects in a chain of deployment calls from different event loops. (#59385)make_fastapi_class_based_viewto properly handle inherited methods. (#59410)📖 Documentation
Ray Train
🎉 New Features
label_selectortoScalingConfig. This allows users to control worker placement by targeting specific labeled nodes in the cluster. (#58845, #59414)JaxTrainerrunning on GPU machines. (#58322)CheckpointConsistencyModetoget_all_reported_checkpoints, providing options for handling checkpoint retrieval consistency. (#58271)DataConfignow supports settingexecution_optionson a per-dataset basis for finer-grained control over data loading. (#58717)💫 Enhancements
Result.get_best_checkpointnow supports nested metrics, allowing for more flexible metric tracking and checkpoint selection. (#58537)get_all_reported_checkpointsno longer blocks when only metrics are reported. (#58870)🔨 Fixes
setup_mlflowAPI to ensure full compatibility with Ray Train V2. (#58705)ValueErroris now raised ifcheckpoint_upload_fnfails to return a valid checkpoint. (#58863)📖 Documentation
ray.train.get_all_reported_checkpointsmethod. (#58946)Ray Tune
💫 Enhancements:
Result.get_best_checkpointnow supports nested metrics, allowing for more flexible metric tracking and checkpoint selection. (#58537)Ray LLM
💫 Enhancements
transformersto 4.57.3 (#58980)vllm_engine.pyto check forVLLM_USE_V1attribute (#58820)VLLM_RAY_PER_WORKER_GPUSfrom fractional placement-group bundles automatically (#58949)🔨 Fixes
Ray RLlib
🎉 New Features
num_env_runners \> 0(#58495)💫 Enhancements
MetricsLoggertweaks+ Stats rewrite (#56838)EnvRunner(#56750)AlgorithmConfigdeprecated argument with incorrect behavior/semantics (#59138)examples/(#58893)/component/tests(#58890)pytest_runtest_makereport) across tests (#59003)asv.conf.json(#58934)byod_rllib.sh(#59157)🔨 Fixes
📖 Documentation
Ray Core
🎉 New Features
RAY_ENABLE_ZERO_COPY_TORCH_TENSORS(#57639).rayignorefile support for controlling cluster uploads (#58500)AuthenticationErrorexception (#58737)X-Ray-Authorizationfallback header for auth token in dashboard (#58819)💫 Enhancements
RAY_core_worker_num_server_call_thread(#58771)OtlpGrpcMetricExporterwrapper to log export failures (#58929)get_if_exists=Truefor actor lookup (#58628)AuthenticationErrorfrom Python for token loading errors (#59031)secrets.token_hex(32)to generate auth tokens (#58818)AUTH_MODE=tokencheck inget-auth-tokenCLI (#58848)🔨 Fixes
grpc_authentication_server_interceptorsstreaming response handling (#59104)IsProcessAliveon Windows (#59106)RAY_enable_open_telemetry(#59095)RAY_DISABLE_FAILURE_SIGNAL_HANDLERoption (#58984)RayletClientcausing driver crash (use-after-free) (#58660)shared_ptrforpins_in_flight_to prevent use-after-free (#58744)add_command_alias(#58719)cluster_full_of_actors_detected_*fields (unused in autoscaler v2) (#59052)📖 Documentation
token-auth.mddocumentation page (#58829)Dashboard
💫 Enhancements
time_to_first_batchandget_ref_bundlesmetrics to data dashboard (#58912)Ray Wheels and Images
rich,cupy-cuda12x, andmemray(#58983)lxmlto 6.0.2 (#58808)requestsfrom 2.32.3 to 2.32.5 (#58724)openlineage-pythonin the dependency set (#58724)Thanks
Thank you to everyone who contributed to this release!
@xinyuangui2, @harshit-anyscale, @Sparks0219, @israbbani, @siyuanfoundation, @robertnishihara, @thomasdesr, @spencer-p, @aslonnie, @ZacAttack, @soodoshll, @marosset, @simeetnayan81, @soffer-anyscale, @abrarsheikh, @400Ping, @richo-anyscale, @as-jding, @rueian, @kshanmol, @yancanmao, @zzchun, @coqian, @matthewdeng, @Future-Outlier, @YoussefEssDS, @ykdojo, @pseudo-rnd-thoughts, @lowdy1, @ArturNiederfahrenhorst, @myandpr, @komikndr, @machichima, @RisinT96, @curiosity-hyf, @alanwguo, @CaiZhanqi, @Aydin-ab, @MengjinYan, @suzuri-lollipop, @jeffreyjeffreywang, @rushikeshadhav, @alexeykudinkin, @meAmitPatil, @zcin, @teddygood, @elliot-barn, @dayshah, @srinathk10, @XLC127, @simonsays1980, @kevin85421, @bveeramani, @kunling-anyscale, @khluu, @andrew-anyscale, @KaisennHu, @kouroshHakha, @ryankert01, @pavitrabhalla, @jjyao, @dragongu, @SolitaryThinker, @justinrmiller, @wxwmd, @Haustle-v, @TimothySeah, @goutamvenkat-anyscale, @liulehui, @raulchen, @HassamSheikh, @Priya-753, @vaishdho1, @dancingactor, @daiping8, @eloaf, @JasonLi1909, @rayci-bot, @richardliaw, @SheldonTsen, @Yicheng-Lu-llll, @ktyxx, @pschmutz, @iamjustinhsu, @ahao-anyscale, @cem-anyscale, @eicherseiji, @edoakes, @rajeshg007, @arki05, @andrewsykim, @nrghosh, @ryanaoleary, @kyuds, @Daraan, @can-anyscale, @sampan-s-nayak, @xyuzh, @owenowenisme
v2.52.1Compare Source
v2.52.0Compare Source
Release Highlights
Ray Core:
Ray Data:
Ray Libraries
Ray Data
🎉 New Features:
💫 Enhancements:
🔨 Fixes:
📖 Documentation:
🏗 Architecture:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.