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.
This PR contains the following updates:
==3.0.3
->==3.0.4
==0.112.1
->==0.112.2
==1.62.0
->==1.63.0
1.64.0
==4.41.0
->==4.42.0
==1.0.8
->==1.0.10
>=0.6,<=0.6.1
->>=0.6,<=0.6.2
0.6.3
==1.14.0
->==1.14.1
==4.44.0
->==4.44.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
fastapi/fastapi (fastapi)
v0.112.2
Compare Source
Fixes
allow_inf_nan
option for Param and Body classes. PR #11867 by @giunio-prc.app.include_router
merges nested lifespans. PR #9630 by @Lancetnik.Refactors
FastAPI.add_api_route()
. PR #10240 by @ordinary-jamie.Docs
docs/en/docs/virtual-environments.md
. PR #12064 by @aymenkrifa.Security
. PR #11168 by @0shah0.docs/en/docs/tutorial/body-multiple-params.md
. PR #11978 by @svlandeg.email-validator
dependency with dash. PR #11515 by @jirikuncar.docs/es/docs/project-generation.md
. PR #11947 by @alejsdev.compresslevel
parameter on docs forGZipMiddleware
. PR #11350 by @junah201.docs/en/docs/tutorial/body.md
with Python 3.10 union type example. PR #11415 by @rangzen.Translations
docs/pt/docs/tutorial/request_file.md
. PR #12018 by @Joao-Pedro-P-Holanda.docs/ja/docs/learn/index.md
. PR #11592 by @ukwhatn.docs/zh/docs/tutorial/dependencies/dependencies-with-yield.md
. PR #12028 by @xuvjso.docs/ur/docs/benchmarks.md
. PR #10046 by @AhsanSheraz.Internal
.gitignore
. PR #11940 by @gitworkflows.googleapis/python-aiplatform (google-cloud-aiplatform)
v1.63.0
Compare Source
Features
satisfies_pzs
is added to message.google.cloud.aiplatform.v1.BatchPredictionJob
(#4192) (6919037)Candidate.avg_logprobs
property (de80695)Prompt
feature to Public Preview (64eeab8)PointwiseMetric
andPairwiseMetric
classes that allow customizing metric prompt templates. AddPointwiseMetricPromptTemplate
,PairwiseMetricPromptTemplate
classes to help formulate and customize metric prompt templates. Addmetric_column_mapping
parameter toEvalTask
for metric prompt template input variable name mapping. (fd38b49)MetricPromptTemplateExamples
class to help retrieve model-based metric prompt templates. (fd38b49)vertexai.preview
module. (fd38b49)vertexai.evaluation
module. Switch GenAI Evaluation Service client to v1 version. (45e4251)Bug Fixes
Documentation
gradio-app/gradio (gradio)
v4.42.0
Compare Source
Features
747013b
- Allow accessing the entire row of selected values ingr.DataFrame
. Thanks @abidlabs!f6b2b97
- Initialize the client with the fake host for Lite server. Thanks @whitphx!04b7d32
- Allow drag and replace image ingr.Image
and Multimodal textbox. Thanks @hannahblair!41d5ab9
- Addplaceholder
param to Image and ImageEditor to replace upload image text. Thanks @hannahblair!87e3537
- Add height param to gr.JSON. Thanks @hannahblair!5350f1f
- Add copy all messages button to chatbot. Thanks @hannahblair!e1c404d
- setup npm-previews of all packages. Thanks @pngwn!efdc323
- Initial SSR refactor. Thanks @pngwn!Fixes
1a9d729
- Catch OSErrors inHuggingFaceDatasetSaver._deserialize_components
. Thanks @davidberenstein1957!96f8ffa
- Set non-zero exit codes for custom component build and install commands when failures occur. Thanks @freddyaboulton!173c7b8
- Chatbot Image size and list fixes. Thanks @dawoodkhan82!f1ef94a
- Open media type files in browser. Thanks @aliabid94!8715f10
- Allowgr.Request
to work with ZeroGPU. Thanks @abidlabs!60650d8
- ResetDataset
page to 0 when samples change. Thanks @abidlabs!ba6322e
- Fix image height content fit. Thanks @hannahblair!d6dc384
- Add more typing to event listeners. Thanks @JackismyShephard!30b5d6f
- Fix chatinterface multimodal bug. Thanks @freddyaboulton!7b288cf
- Fix unexpected rendering of Dataset. Thanks @Col0ring!508ac84
- Set orig_name in downloadbutton postprocess. Thanks @freddyaboulton!6e7d9e5
- Deal with OAuth too many redirects. Thanks @Wauplin!astral-sh/ruff (ruff)
v0.6.2
Compare Source
Preview features
flake8-simplify
] Extendopen-file-with-context-handler
to work with other standard-library IO modules (SIM115
) (#12959)ruff
] Avoidunused-async
for functions with FastAPI route decorator (RUF029
) (#12938)ruff
] Ignorefstring-missing-syntax
(RUF027
) forfastAPI
paths (#12939)ruff
] Implement check for Decimal called with a float literal (RUF032) (#12909)Rule changes
flake8-bugbear
] Update diagnostic message when expression is at the end of function (B015
) (#12944)flake8-pyi
] Skip type annotations instring-or-bytes-too-long
(PYI053
) (#13002)flake8-type-checking
] Always recognise relative imports as first-party (#12994)flake8-unused-arguments
] Ignore unused arguments on stub functions (ARG001
) (#12966)pylint
] Ignore augmented assignment forself-cls-assignment
(PLW0642
) (#12957)Server
Bug fixes
pep8-naming
] Don't flagfrom
imports following conventional import names (N817
) (#12946)pylint
] - Allow__new__
methods to havecls
as their first argument even if decorated with@staticmethod
forbad-staticmethod-argument
(PLW0211
) (#12958)Documentation
hyperfine
installation instructions; updatehyperfine
code samples (#13034)PT001
as per the new default behavior (#13019)perflint
] Improve docs fortry-except-in-loop
(PERF203
) (#12947)pydocstyle
] Add reference tolint.pydocstyle.ignore-decorators
setting to rule docs (#12996)scipy/scipy (scipy)
v1.14.1
: SciPy 1.14.1Compare Source
SciPy 1.14.1 Release Notes
SciPy
1.14.1
adds support for Python3.13
, including binarywheels on PyPI. Apart from that, it is a bug-fix release with
no new features compared to
1.14.0
.Authors
A total of 17 people contributed to this release.
People with a "+" by their names contributed a patch for the first time.
This list of names is automatically generated, and may not be fully complete.
huggingface/transformers (transformers)
v4.44.2
Compare Source
Patch release v4.44.2, mostly 2 regressions that were not caught for Jamba and for processors!
v4.44.1
: Patch release v4.44.1Compare Source
Here are the different fixes, mostly Gemma2 context length, nits here and there, and generation issues
Full Changelog: huggingface/transformers@v4.44.0...v4.44.1
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.