id
int64
959M
2.55B
title
stringlengths
3
133
body
stringlengths
1
65.5k
description
stringlengths
5
65.6k
state
stringclasses
2 values
created_at
stringlengths
20
20
updated_at
stringlengths
20
20
closed_at
stringlengths
20
20
user
stringclasses
174 values
2,142,617,746
Remove codecov from CI
Remove `codecov` from CI. Fix #2470.
Remove codecov from CI: Remove `codecov` from CI. Fix #2470.
closed
2024-02-19T15:21:46Z
2024-02-20T15:23:12Z
2024-02-20T15:23:11Z
albertvillanova
2,142,529,563
Remove codecov from CI
Remove `codecov` from CI. See: https://github.com/huggingface/datasets-server/pull/2464#issuecomment-1952372916 > I personally don't really use it, and I surely didn't configure it well, because due to the monorepo structure of our repo (I think) the notifications are meaningless
Remove codecov from CI: Remove `codecov` from CI. See: https://github.com/huggingface/datasets-server/pull/2464#issuecomment-1952372916 > I personally don't really use it, and I surely didn't configure it well, because due to the monorepo structure of our repo (I think) the notifications are meaningless
closed
2024-02-19T14:43:04Z
2024-02-20T15:23:12Z
2024-02-20T15:23:12Z
albertvillanova
2,142,387,593
Change Prometheus histogram buckets for duration of `split-descriptive-statistics` job
I want to increase time range to track stats worker running time in Grafana but I'm not sure I'm doing it right. And not sure it's much needed but I believe it would be useful for me to monitor
Change Prometheus histogram buckets for duration of `split-descriptive-statistics` job: I want to increase time range to track stats worker running time in Grafana but I'm not sure I'm doing it right. And not sure it's much needed but I believe it would be useful for me to monitor
closed
2024-02-19T13:33:33Z
2024-02-29T12:09:57Z
2024-02-29T11:49:43Z
polinaeterna
2,142,303,090
increase resources to 10/80/10
we have 5K long jobs (statistics and duckdb), so: increasing here in the code, instead of scaling manually, to be sure to keep these values if we deploy again in the next hours or days
increase resources to 10/80/10: we have 5K long jobs (statistics and duckdb), so: increasing here in the code, instead of scaling manually, to be sure to keep these values if we deploy again in the next hours or days
closed
2024-02-19T12:51:19Z
2024-02-19T12:51:55Z
2024-02-19T12:51:24Z
severo
2,142,158,544
Node.js 16 GitHub Actions are deprecated
`Node.js` 16 GitHub Actions are deprecated. See: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ We should update them to Node 20. See warnings in our CI, e.g.: https://github.com/huggingface/datasets-server/actions/runs/7958659954 ``` Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. ```
Node.js 16 GitHub Actions are deprecated: `Node.js` 16 GitHub Actions are deprecated. See: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ We should update them to Node 20. See warnings in our CI, e.g.: https://github.com/huggingface/datasets-server/actions/runs/7958659954 ``` Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. ```
closed
2024-02-19T11:32:39Z
2024-02-19T14:44:26Z
2024-02-19T14:44:26Z
albertvillanova
2,142,125,407
Update datasets to 2.17.1
Update `datasets` to 2.17.1. Fix #2465.
Update datasets to 2.17.1: Update `datasets` to 2.17.1. Fix #2465.
closed
2024-02-19T11:14:20Z
2024-02-20T08:30:14Z
2024-02-20T08:30:13Z
albertvillanova
2,142,119,756
Update datasets to 2.17.1
Update datasets to 2.17.1: https://github.com/huggingface/datasets/releases/tag/2.17.1
Update datasets to 2.17.1: Update datasets to 2.17.1: https://github.com/huggingface/datasets/releases/tag/2.17.1
closed
2024-02-19T11:11:19Z
2024-02-20T08:30:14Z
2024-02-20T08:30:14Z
albertvillanova
2,142,042,771
Update GitHub Actions to Node 20
Update GitHub Actions to Node 20. See: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ Fix #2467.
Update GitHub Actions to Node 20: Update GitHub Actions to Node 20. See: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ Fix #2467.
closed
2024-02-19T10:31:06Z
2024-02-19T14:44:26Z
2024-02-19T14:44:25Z
albertvillanova
2,139,041,952
Update duckdb to 0.10.0
Will fix https://github.com/huggingface/datasets-server/issues/2413 This PR will include the following changes: - Add a new job runner that will compute duckdb files with `0.10.0` -> Temporal cache kind `split-duckdb-index-010` - Still have the old job runner that will compute duckdb files with `0.8.1` (Will use duckdb CLI to support two different duckdb versions, it was not possible with poetry) -> Cache kind is still split-duckdb-index to allow /search and /filter service working as usual while `split-duckdb-index-010` is being computed - Will point the new job runner `split-duckdb-index-010` to `/refs/convert/duckdb` instead or `refs/conver/parquet` - Will add a new field in `split-duckdb-index-010` to specify the duckdb version used - CLI [duckdb-081](https://github.com/duckdb/duckdb/releases/download/v0.8.1/duckdb_cli-linux-amd64.zip) is downloaded and unzipped in the docker container. Deploy plan - Once this PR is merged, deployed, and all `split-duckdb-index-010` entries have been computed, send another PR to: - Migration to delete all previous `split-duckdb-index` cache entries - Migration to rename all cache entries with kind `split-duckdb-index-010` to `split-duckdb-index` - Update the duckdb version in `/search` service - Remove old code (I put TODOs to quickly identify which parts need to be removed from the old job runner) - Refresh all entries for config-duckdb-index-size, split-is-valid, dataset-duckdb-index-size, config-is-valid, dataset-is-valid, dataset-hub-cache (Maybe increase job runner version and backfill?) - Stop workers when deploying
Update duckdb to 0.10.0: Will fix https://github.com/huggingface/datasets-server/issues/2413 This PR will include the following changes: - Add a new job runner that will compute duckdb files with `0.10.0` -> Temporal cache kind `split-duckdb-index-010` - Still have the old job runner that will compute duckdb files with `0.8.1` (Will use duckdb CLI to support two different duckdb versions, it was not possible with poetry) -> Cache kind is still split-duckdb-index to allow /search and /filter service working as usual while `split-duckdb-index-010` is being computed - Will point the new job runner `split-duckdb-index-010` to `/refs/convert/duckdb` instead or `refs/conver/parquet` - Will add a new field in `split-duckdb-index-010` to specify the duckdb version used - CLI [duckdb-081](https://github.com/duckdb/duckdb/releases/download/v0.8.1/duckdb_cli-linux-amd64.zip) is downloaded and unzipped in the docker container. Deploy plan - Once this PR is merged, deployed, and all `split-duckdb-index-010` entries have been computed, send another PR to: - Migration to delete all previous `split-duckdb-index` cache entries - Migration to rename all cache entries with kind `split-duckdb-index-010` to `split-duckdb-index` - Update the duckdb version in `/search` service - Remove old code (I put TODOs to quickly identify which parts need to be removed from the old job runner) - Refresh all entries for config-duckdb-index-size, split-is-valid, dataset-duckdb-index-size, config-is-valid, dataset-is-valid, dataset-hub-cache (Maybe increase job runner version and backfill?) - Stop workers when deploying
closed
2024-02-16T17:19:14Z
2024-02-21T12:16:30Z
2024-02-21T12:16:29Z
AndreaFrancis
2,138,771,899
Remove `SplitWithTooBigParquetError` from list of retryable errors
not to forget to remove this line after the next successful backfill https://github.com/huggingface/datasets-server/blob/main/libs/libcommon/src/libcommon/constants.py#L40
Remove `SplitWithTooBigParquetError` from list of retryable errors: not to forget to remove this line after the next successful backfill https://github.com/huggingface/datasets-server/blob/main/libs/libcommon/src/libcommon/constants.py#L40
closed
2024-02-16T14:46:15Z
2024-02-19T21:53:23Z
2024-02-19T21:53:23Z
polinaeterna
2,138,738,010
Unexpected error when a split file has a bad format
See https://huggingface.co/datasets/severo/test-one-split-broken/viewer/default/works https://datasets-server.huggingface.co/rows?dataset=severo/test-one-split-broken&config=default&split=works returns `{"error":"Unexpected error."}`. The reason is that `config-parquet-and-info` fails because the other split ('broken') file is not in the right format: https://huggingface.co/datasets/severo/test-one-split-broken/blob/main/broken.json (it's content is CSV) Could we detect this and show a more meaningful error? <details><summary>traceback</summary><pre> { "error": "An error occurred while generating the dataset", "cause_exception": "DatasetGenerationError", "cause_message": "An error occurred while generating the dataset", "cause_traceback": [ "Traceback (most recent call last):\n", " File \"/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py\", line 144, in _generate_tables\n dataset = json.load(f)\n", " File \"/usr/local/lib/python3.9/json/__init__.py\", line 293, in load\n return loads(fp.read(),\n", " File \"/usr/local/lib/python3.9/json/__init__.py\", line 346, in loads\n return _default_decoder.decode(s)\n", " File \"/usr/local/lib/python3.9/json/decoder.py\", line 337, in decode\n obj, end = self.raw_decode(s, idx=_w(s, 0).end())\n", " File \"/usr/local/lib/python3.9/json/decoder.py\", line 355, in raw_decode\n raise JSONDecodeError(\"Expecting value\", s, err.value) from None\n", "json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)\n", "\nDuring handling of the above exception, another exception occurred:\n\n", "Traceback (most recent call last):\n", " File \"/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py\", line 1973, in _prepare_split_single\n for _, table in generator:\n", " File \"/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py\", line 147, in _generate_tables\n raise e\n", " File \"/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py\", line 121, in _generate_tables\n pa_table = paj.read_json(\n", " File \"pyarrow/_json.pyx\", line 308, in pyarrow._json.read_json\n", " File \"pyarrow/error.pxi\", line 154, in pyarrow.lib.pyarrow_internal_check_status\n", " File \"pyarrow/error.pxi\", line 91, in pyarrow.lib.check_status\n", "pyarrow.lib.ArrowInvalid: JSON parse error: Invalid value. in row 0\n", "\nThe above exception was the direct cause of the following exception:\n\n", "Traceback (most recent call last):\n", " File \"/src/services/worker/src/worker/job_manager.py\", line 154, in process\n job_result = self.job_runner.compute()\n", " File \"/src/services/worker/src/worker/job_runners/config/parquet_and_info.py\", line 1287, in compute\n compute_config_parquet_and_info_response(\n", " File \"/src/services/worker/src/worker/job_runners/config/parquet_and_info.py\", line 1202, in compute_config_parquet_and_info_response\n parquet_operations = convert_to_parquet(builder)\n", " File \"/src/services/worker/src/worker/job_runners/config/parquet_and_info.py\", line 828, in convert_to_parquet\n builder.download_and_prepare(\n", " File \"/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py\", line 1005, in download_and_prepare\n self._download_and_prepare(\n", " File \"/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py\", line 1100, in _download_and_prepare\n self._prepare_split(split_generator, **prepare_split_kwargs)\n", " File \"/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py\", line 1860, in _prepare_split\n for job_id, done, content in self._prepare_split_single(\n", " File \"/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py\", line 2016, in _prepare_split_single\n raise DatasetGenerationError(\"An error occurred while generating the dataset\") from e\n", "datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset\n" ] } </pre></details>
Unexpected error when a split file has a bad format: See https://huggingface.co/datasets/severo/test-one-split-broken/viewer/default/works https://datasets-server.huggingface.co/rows?dataset=severo/test-one-split-broken&config=default&split=works returns `{"error":"Unexpected error."}`. The reason is that `config-parquet-and-info` fails because the other split ('broken') file is not in the right format: https://huggingface.co/datasets/severo/test-one-split-broken/blob/main/broken.json (it's content is CSV) Could we detect this and show a more meaningful error? <details><summary>traceback</summary><pre> { "error": "An error occurred while generating the dataset", "cause_exception": "DatasetGenerationError", "cause_message": "An error occurred while generating the dataset", "cause_traceback": [ "Traceback (most recent call last):\n", " File \"/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py\", line 144, in _generate_tables\n dataset = json.load(f)\n", " File \"/usr/local/lib/python3.9/json/__init__.py\", line 293, in load\n return loads(fp.read(),\n", " File \"/usr/local/lib/python3.9/json/__init__.py\", line 346, in loads\n return _default_decoder.decode(s)\n", " File \"/usr/local/lib/python3.9/json/decoder.py\", line 337, in decode\n obj, end = self.raw_decode(s, idx=_w(s, 0).end())\n", " File \"/usr/local/lib/python3.9/json/decoder.py\", line 355, in raw_decode\n raise JSONDecodeError(\"Expecting value\", s, err.value) from None\n", "json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)\n", "\nDuring handling of the above exception, another exception occurred:\n\n", "Traceback (most recent call last):\n", " File \"/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py\", line 1973, in _prepare_split_single\n for _, table in generator:\n", " File \"/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py\", line 147, in _generate_tables\n raise e\n", " File \"/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py\", line 121, in _generate_tables\n pa_table = paj.read_json(\n", " File \"pyarrow/_json.pyx\", line 308, in pyarrow._json.read_json\n", " File \"pyarrow/error.pxi\", line 154, in pyarrow.lib.pyarrow_internal_check_status\n", " File \"pyarrow/error.pxi\", line 91, in pyarrow.lib.check_status\n", "pyarrow.lib.ArrowInvalid: JSON parse error: Invalid value. in row 0\n", "\nThe above exception was the direct cause of the following exception:\n\n", "Traceback (most recent call last):\n", " File \"/src/services/worker/src/worker/job_manager.py\", line 154, in process\n job_result = self.job_runner.compute()\n", " File \"/src/services/worker/src/worker/job_runners/config/parquet_and_info.py\", line 1287, in compute\n compute_config_parquet_and_info_response(\n", " File \"/src/services/worker/src/worker/job_runners/config/parquet_and_info.py\", line 1202, in compute_config_parquet_and_info_response\n parquet_operations = convert_to_parquet(builder)\n", " File \"/src/services/worker/src/worker/job_runners/config/parquet_and_info.py\", line 828, in convert_to_parquet\n builder.download_and_prepare(\n", " File \"/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py\", line 1005, in download_and_prepare\n self._download_and_prepare(\n", " File \"/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py\", line 1100, in _download_and_prepare\n self._prepare_split(split_generator, **prepare_split_kwargs)\n", " File \"/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py\", line 1860, in _prepare_split\n for job_id, done, content in self._prepare_split_single(\n", " File \"/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py\", line 2016, in _prepare_split_single\n raise DatasetGenerationError(\"An error occurred while generating the dataset\") from e\n", "datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset\n" ] } </pre></details>
open
2024-02-16T14:29:29Z
2024-03-18T12:34:54Z
null
severo
2,138,351,336
Order of the columns is not consistent between /first-rows and /rows
See /first-rows: <img width="1038" alt="Capture d’écran 2024-02-16 à 11 52 25" src="https://github.com/huggingface/datasets-server/assets/1676121/017faa01-7e2a-4b7f-a4ba-594ebb6a253d"> /rows <img width="1888" alt="Capture d’écran 2024-02-16 à 11 52 32" src="https://github.com/huggingface/datasets-server/assets/1676121/2fb675cc-5bb7-4d36-b4b3-ea60da5700ae">
Order of the columns is not consistent between /first-rows and /rows: See /first-rows: <img width="1038" alt="Capture d’écran 2024-02-16 à 11 52 25" src="https://github.com/huggingface/datasets-server/assets/1676121/017faa01-7e2a-4b7f-a4ba-594ebb6a253d"> /rows <img width="1888" alt="Capture d’écran 2024-02-16 à 11 52 32" src="https://github.com/huggingface/datasets-server/assets/1676121/2fb675cc-5bb7-4d36-b4b3-ea60da5700ae">
closed
2024-02-16T10:52:53Z
2024-02-22T16:00:48Z
2024-02-22T14:03:59Z
severo
2,138,312,652
remove obsolete error code
Follows #2227 To be merged next week, when all the occurrences will have been recomputed. Currently: ``` use datasets_server_cache db.cachedResponsesBlue.countDocuments({kind: "split-descriptive-statistics", error_code: "SplitWithTooBigParquetError"}) 2937 ```
remove obsolete error code: Follows #2227 To be merged next week, when all the occurrences will have been recomputed. Currently: ``` use datasets_server_cache db.cachedResponsesBlue.countDocuments({kind: "split-descriptive-statistics", error_code: "SplitWithTooBigParquetError"}) 2937 ```
closed
2024-02-16T10:34:48Z
2024-02-19T21:53:23Z
2024-02-19T21:53:22Z
severo
2,138,275,639
add missing migration
follow-up to #2227
add missing migration: follow-up to #2227
closed
2024-02-16T10:13:25Z
2024-02-16T10:16:08Z
2024-02-16T10:16:07Z
severo
2,138,248,684
remove .md
null
remove .md:
closed
2024-02-16T09:56:53Z
2024-02-16T10:00:01Z
2024-02-16T09:56:58Z
severo
2,136,256,453
Link to the endpoint doc page in case of error?
eg. https://datasets-server.huggingface.co/parquet could return ```json {"error":"Parameter 'dataset' is required. Read the docs at https://huggingface.co/docs/datasets-server/parquet"} ``` or ```json {"error":"Parameter 'dataset' is required.", "docs": "https://huggingface.co/docs/datasets-server/parquet"} ``` instead of ```json {"error":"Parameter 'dataset' is required"} ```
Link to the endpoint doc page in case of error?: eg. https://datasets-server.huggingface.co/parquet could return ```json {"error":"Parameter 'dataset' is required. Read the docs at https://huggingface.co/docs/datasets-server/parquet"} ``` or ```json {"error":"Parameter 'dataset' is required.", "docs": "https://huggingface.co/docs/datasets-server/parquet"} ``` instead of ```json {"error":"Parameter 'dataset' is required"} ```
open
2024-02-15T11:11:44Z
2024-02-15T11:12:12Z
null
severo
2,135,258,571
Add "modality" tags in /hub-cache
Could be: `image` and `audio`, to start with. Related issues: - https://github.com/huggingface/datasets-server/pull/2454 (libraries). - https://github.com/huggingface/datasets-server/issues/2408 (tasks). - internal: https://github.com/huggingface/moon-landing/issues/7557 Previous issue: - https://github.com/huggingface/datasets-server/issues/561 (column types)
Add "modality" tags in /hub-cache: Could be: `image` and `audio`, to start with. Related issues: - https://github.com/huggingface/datasets-server/pull/2454 (libraries). - https://github.com/huggingface/datasets-server/issues/2408 (tasks). - internal: https://github.com/huggingface/moon-landing/issues/7557 Previous issue: - https://github.com/huggingface/datasets-server/issues/561 (column types)
closed
2024-02-14T21:48:57Z
2024-06-19T15:47:15Z
2024-06-19T15:47:14Z
severo
2,134,440,400
Add loading tags and code (pandas, dask, wds)
I added example codes to load with libraries: - mlcroissant - datasets - pandas or dask or webdataset The new associated `libraries` tags are: "pandas", "dask", "datasets", "mlcroissant", "webdataset" I also added a new field `loading_codes`. It is a list (currently with maximum three methods) of loading methods in python. A loading method is - a library name (datasets/pandas/dask/webdataset/mlcroissant) - a function name - a list of loading codes (one per config) A loading code is - a config_name - a dict of arguments - a code example related to https://github.com/huggingface/datasets-server/issues/2414
Add loading tags and code (pandas, dask, wds): I added example codes to load with libraries: - mlcroissant - datasets - pandas or dask or webdataset The new associated `libraries` tags are: "pandas", "dask", "datasets", "mlcroissant", "webdataset" I also added a new field `loading_codes`. It is a list (currently with maximum three methods) of loading methods in python. A loading method is - a library name (datasets/pandas/dask/webdataset/mlcroissant) - a function name - a list of loading codes (one per config) A loading code is - a config_name - a dict of arguments - a code example related to https://github.com/huggingface/datasets-server/issues/2414
closed
2024-02-14T14:08:33Z
2024-03-01T17:31:44Z
2024-03-01T17:31:44Z
lhoestq
2,134,437,283
Statistics for list feature
Return distribution of lengths for lists (independently of what's inside). _Note_: empty list is not counted as `na` value (so, not increment `na_count`), it is len=0. I haven't done a proper testing of speed in an isolated environment (because i'm fighting with dev dockers locally, idk why), but a worker running locally without a container processes this dataset https://huggingface.co/datasets/polinaeterna/benchmark very fast (much more time was spend on download). So I assume it wouldn't be too much time to recompute. Also I tried to refactor the code for computation a bit, it can be better, feel free to suggest the way to improve it :) ~~Before merge I wanted to merge [this PR](https://github.com/huggingface/datasets-server/pull/2469) - to better track stats duration for bigger datasets, but I'm not sure I'm doing it right so would appreciate if someone who knows Prometheus take a look.~~ - merged \+ this PR fixes this issue https://github.com/huggingface/datasets-server/issues/1843
Statistics for list feature: Return distribution of lengths for lists (independently of what's inside). _Note_: empty list is not counted as `na` value (so, not increment `na_count`), it is len=0. I haven't done a proper testing of speed in an isolated environment (because i'm fighting with dev dockers locally, idk why), but a worker running locally without a container processes this dataset https://huggingface.co/datasets/polinaeterna/benchmark very fast (much more time was spend on download). So I assume it wouldn't be too much time to recompute. Also I tried to refactor the code for computation a bit, it can be better, feel free to suggest the way to improve it :) ~~Before merge I wanted to merge [this PR](https://github.com/huggingface/datasets-server/pull/2469) - to better track stats duration for bigger datasets, but I'm not sure I'm doing it right so would appreciate if someone who knows Prometheus take a look.~~ - merged \+ this PR fixes this issue https://github.com/huggingface/datasets-server/issues/1843
closed
2024-02-14T14:06:54Z
2024-03-01T15:37:54Z
2024-03-01T12:01:38Z
polinaeterna
2,134,025,417
Add croissant page
also add mention of support for the private datasets
Add croissant page: also add mention of support for the private datasets
closed
2024-02-14T10:34:27Z
2024-02-16T09:47:21Z
2024-02-16T09:47:21Z
severo
2,132,501,771
Croissant: specify the splits in RecordSet?
eg https://datasets-server.huggingface.co/croissant?dataset=mnist&full=true See https://github.com/mlcommons/croissant/blob/main/docs/howto/specify-splits.md The splits could be specified at the RecordSet level.
Croissant: specify the splits in RecordSet?: eg https://datasets-server.huggingface.co/croissant?dataset=mnist&full=true See https://github.com/mlcommons/croissant/blob/main/docs/howto/specify-splits.md The splits could be specified at the RecordSet level.
open
2024-02-13T14:49:03Z
2024-02-14T09:55:00Z
null
severo
2,132,492,927
Croissant: fix sha256 field
We currently return: ``` "sha256": "https://github.com/mlcommons/croissant/issues/80" ``` See https://github.com/mlcommons/croissant/issues/80. cc @marcenacp
Croissant: fix sha256 field: We currently return: ``` "sha256": "https://github.com/mlcommons/croissant/issues/80" ``` See https://github.com/mlcommons/croissant/issues/80. cc @marcenacp
open
2024-02-13T14:44:32Z
2024-08-02T19:22:17Z
null
severo
2,132,413,475
nit: uniformize logs and method nmaes
null
nit: uniformize logs and method nmaes:
closed
2024-02-13T14:10:02Z
2024-02-13T14:11:17Z
2024-02-13T14:11:16Z
severo
2,132,376,983
Log more details when worker crashes
Also, random updates: - fix names: we don't "cancel" jobs anymore, we "delete" them - remove obsolete catch of `DatasetInBlockListError` exception when running `finish_job()` -> it's not checked anymore
Log more details when worker crashes: Also, random updates: - fix names: we don't "cancel" jobs anymore, we "delete" them - remove obsolete catch of `DatasetInBlockListError` exception when running `finish_job()` -> it's not checked anymore
closed
2024-02-13T13:52:35Z
2024-02-13T14:30:23Z
2024-02-13T14:30:22Z
severo
2,132,235,122
requirements.txt is used by spaces, pyproject.yaml is ignored
follows #2445. cc @albertvillanova fyi. I already did the same error... We should find a way to have only one source of truth for the packages, instead of ... 3!
requirements.txt is used by spaces, pyproject.yaml is ignored: follows #2445. cc @albertvillanova fyi. I already did the same error... We should find a way to have only one source of truth for the packages, instead of ... 3!
closed
2024-02-13T12:38:16Z
2024-02-13T14:30:10Z
2024-02-13T14:30:09Z
severo
2,131,920,697
fix copy/paste error
null
fix copy/paste error:
closed
2024-02-13T09:56:20Z
2024-02-13T10:37:48Z
2024-02-13T10:37:47Z
severo
2,131,719,023
Update gradio
Update `gradio` to ^4.17.0. Fix #2444.
Update gradio: Update `gradio` to ^4.17.0. Fix #2444.
closed
2024-02-13T08:19:07Z
2024-02-13T09:41:38Z
2024-02-13T09:41:37Z
albertvillanova
2,131,072,826
Upgrade Gradio to be able to copy/paste from dataframe cells
> Allow selecting texts in dataframe cells was introduced in Gradio 4.17.0 https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md
Upgrade Gradio to be able to copy/paste from dataframe cells: > Allow selecting texts in dataframe cells was introduced in Gradio 4.17.0 https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md
closed
2024-02-12T22:10:02Z
2024-02-13T09:41:38Z
2024-02-13T09:41:38Z
severo
2,130,730,150
split 'updated' stats in untouched and backfilled
null
split 'updated' stats in untouched and backfilled:
closed
2024-02-12T18:37:17Z
2024-02-12T20:48:50Z
2024-02-12T20:48:49Z
severo
2,130,637,741
Bump the pip group across 2 directories with 1 update
Bumps the pip group with 1 update in the /front/admin_ui directory: [python-multipart](https://github.com/andrew-d/python-multipart). Updates `python-multipart` from 0.0.6 to 0.0.7 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md">python-multipart's changelog</a>.</em></p> <blockquote> <h2>0.0.7 (2024-02-03)</h2> <ul> <li>Refactor header option parser to use the standard library instead of a custom RegEx <a href="https://redirect.github.com/andrew-d/python-multipart/pull/75">#75</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Kludex/python-multipart/commit/c83e6da1a3a6ed002ebb22138baa1664134d540c"><code>c83e6da</code></a> Version 0.0.7 (<a href="https://redirect.github.com/andrew-d/python-multipart/issues/77">#77</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/fb7d3c92dd07d63e6f02a2a2d0350cebdf356e3a"><code>fb7d3c9</code></a> Bump pygments from 2.7.4 to 2.15.0 (<a href="https://redirect.github.com/andrew-d/python-multipart/issues/66">#66</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/20f0ef6b4e4caf7d69a667c54dff57fe467109a4"><code>20f0ef6</code></a> ♻️ Refactor header option parser to use the standard library instead of a cus...</li> <li><a href="https://github.com/Kludex/python-multipart/commit/d3d16dae4b061c34fe9d3c9081d9800c49fc1f7a"><code>d3d16da</code></a> Use latest invoke version (2.2.0) (<a href="https://redirect.github.com/andrew-d/python-multipart/issues/73">#73</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/8e59febf3ad42f2b09a42bb06b19cfdb05dd1656"><code>8e59feb</code></a> Use single quotes to avoid special zsh chars '[' and ']' (<a href="https://redirect.github.com/andrew-d/python-multipart/issues/71">#71</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/86d422ca6f070f5af8c7ba2cafd218408fa6c58b"><code>86d422c</code></a> Update changelog URL (<a href="https://redirect.github.com/andrew-d/python-multipart/issues/68">#68</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/3929f8e5018c3c0ab60737734d0a0e64a1c2536d"><code>3929f8e</code></a> Move tests folder to root folder (<a href="https://redirect.github.com/andrew-d/python-multipart/issues/61">#61</a>)</li> <li>See full diff in <a href="https://github.com/andrew-d/python-multipart/compare/0.0.6...0.0.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-multipart&package-manager=pip&previous-version=0.0.6&new-version=0.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/huggingface/datasets-server/network/alerts). </details>
Bump the pip group across 2 directories with 1 update: Bumps the pip group with 1 update in the /front/admin_ui directory: [python-multipart](https://github.com/andrew-d/python-multipart). Updates `python-multipart` from 0.0.6 to 0.0.7 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md">python-multipart's changelog</a>.</em></p> <blockquote> <h2>0.0.7 (2024-02-03)</h2> <ul> <li>Refactor header option parser to use the standard library instead of a custom RegEx <a href="https://redirect.github.com/andrew-d/python-multipart/pull/75">#75</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Kludex/python-multipart/commit/c83e6da1a3a6ed002ebb22138baa1664134d540c"><code>c83e6da</code></a> Version 0.0.7 (<a href="https://redirect.github.com/andrew-d/python-multipart/issues/77">#77</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/fb7d3c92dd07d63e6f02a2a2d0350cebdf356e3a"><code>fb7d3c9</code></a> Bump pygments from 2.7.4 to 2.15.0 (<a href="https://redirect.github.com/andrew-d/python-multipart/issues/66">#66</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/20f0ef6b4e4caf7d69a667c54dff57fe467109a4"><code>20f0ef6</code></a> ♻️ Refactor header option parser to use the standard library instead of a cus...</li> <li><a href="https://github.com/Kludex/python-multipart/commit/d3d16dae4b061c34fe9d3c9081d9800c49fc1f7a"><code>d3d16da</code></a> Use latest invoke version (2.2.0) (<a href="https://redirect.github.com/andrew-d/python-multipart/issues/73">#73</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/8e59febf3ad42f2b09a42bb06b19cfdb05dd1656"><code>8e59feb</code></a> Use single quotes to avoid special zsh chars '[' and ']' (<a href="https://redirect.github.com/andrew-d/python-multipart/issues/71">#71</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/86d422ca6f070f5af8c7ba2cafd218408fa6c58b"><code>86d422c</code></a> Update changelog URL (<a href="https://redirect.github.com/andrew-d/python-multipart/issues/68">#68</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/3929f8e5018c3c0ab60737734d0a0e64a1c2536d"><code>3929f8e</code></a> Move tests folder to root folder (<a href="https://redirect.github.com/andrew-d/python-multipart/issues/61">#61</a>)</li> <li>See full diff in <a href="https://github.com/andrew-d/python-multipart/compare/0.0.6...0.0.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-multipart&package-manager=pip&previous-version=0.0.6&new-version=0.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/huggingface/datasets-server/network/alerts). </details>
closed
2024-02-12T17:42:58Z
2024-02-12T18:28:37Z
2024-02-12T18:28:36Z
dependabot[bot]
2,130,342,517
two tweaks to the docs
null
two tweaks to the docs:
closed
2024-02-12T15:12:39Z
2024-02-12T15:12:51Z
2024-02-12T15:12:50Z
severo
2,130,099,869
Update grpcio to 1.60.1 to fix vulnerability
Update `grpcio` to 1.60.1 to fix vulnerability: - Affected versions: >= 1.54.0, < 1.54.3 This will fix 1 dependabot alert.
Update grpcio to 1.60.1 to fix vulnerability: Update `grpcio` to 1.60.1 to fix vulnerability: - Affected versions: >= 1.54.0, < 1.54.3 This will fix 1 dependabot alert.
closed
2024-02-12T13:04:59Z
2024-02-12T14:47:39Z
2024-02-12T14:42:36Z
albertvillanova
2,129,994,045
"Errors to retry" only retried once a day
It's strange: `JobManagerCrashedError` is listed in the errors to retry, but I witnessed a dataset where it was not retried (`failed_runs: 0`, no jobs). See discussion opened here: https://huggingface.co/datasets/Samuel-Martineau/kryptik/discussions/1 <img width="1485" alt="Capture d’écran 2024-02-12 à 12 53 36" src="https://github.com/huggingface/datasets-server/assets/1676121/5df7efeb-593c-43e0-b920-7c4918805756">
"Errors to retry" only retried once a day: It's strange: `JobManagerCrashedError` is listed in the errors to retry, but I witnessed a dataset where it was not retried (`failed_runs: 0`, no jobs). See discussion opened here: https://huggingface.co/datasets/Samuel-Martineau/kryptik/discussions/1 <img width="1485" alt="Capture d’écran 2024-02-12 à 12 53 36" src="https://github.com/huggingface/datasets-server/assets/1676121/5df7efeb-593c-43e0-b920-7c4918805756">
closed
2024-02-12T12:03:39Z
2024-02-28T18:08:14Z
2024-02-28T18:08:14Z
severo
2,129,913,115
Update fastapi to fix vulnerability
Update `fastapi` to fix vulnerability Note there is a version constraint between fastapi and starlette (starlette: >=0.36.3,<0.37.0). Bump: - fastapi-0.109.2 - starlette-0.36.3 Note this PR fixes 2 simultaneous vulnerabilities: :crossed_fingers: - Vulnerability in fastapi <= 0.109.0 - Vulnerability in: starlette <= 0.36.1 Also note that in our project we have 2 different dependencies on starlette: - One in libapi: we can freely choose this version - Another in admin_ui: this is an indirect dependency and we can't freely choose the version: gradio > fastapi > starlette (required: >=0.36.3,<0.37.0)
Update fastapi to fix vulnerability: Update `fastapi` to fix vulnerability Note there is a version constraint between fastapi and starlette (starlette: >=0.36.3,<0.37.0). Bump: - fastapi-0.109.2 - starlette-0.36.3 Note this PR fixes 2 simultaneous vulnerabilities: :crossed_fingers: - Vulnerability in fastapi <= 0.109.0 - Vulnerability in: starlette <= 0.36.1 Also note that in our project we have 2 different dependencies on starlette: - One in libapi: we can freely choose this version - Another in admin_ui: this is an indirect dependency and we can't freely choose the version: gradio > fastapi > starlette (required: >=0.36.3,<0.37.0)
closed
2024-02-12T11:14:32Z
2024-02-12T12:56:45Z
2024-02-12T12:56:44Z
albertvillanova
2,129,792,632
Bump the pip group across 3 directories with 1 update
Bumps the pip group with 1 update in the /front/admin_ui directory: [fastapi](https://github.com/tiangolo/fastapi). Updates `fastapi` from 0.1.17 to 0.109.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tiangolo/fastapi/releases">fastapi's releases</a>.</em></p> <blockquote> <h2>0.109.1</h2> <h3>Security fixes</h3> <ul> <li>⬆️ Upgrade minimum version of <code>python-multipart</code> to <code>&gt;=0.0.7</code> to fix a vulnerability when using form data with a ReDos attack. You can also simply upgrade <code>python-multipart</code>.</li> </ul> <p>Read more in the <a href="https://github.com/tiangolo/fastapi/security/advisories/GHSA-qf9m-vfgh-m389">advisory: Content-Type Header ReDoS</a>.</p> <h3>Features</h3> <ul> <li>✨ Include HTTP 205 in status codes with no body. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10969">#10969</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h3>Refactors</h3> <ul> <li>✅ Refactor tests for duplicate operation ID generation for compatibility with other tools running the FastAPI test suite. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10876">#10876</a> by <a href="https://github.com/emmettbutler"><code>@​emmettbutler</code></a>.</li> <li>♻️ Simplify string format with f-strings in <code>fastapi/utils.py</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10576">#10576</a> by <a href="https://github.com/eukub"><code>@​eukub</code></a>.</li> <li>🔧 Fix Ruff configuration unintentionally enabling and re-disabling mccabe complexity check. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10893">#10893</a> by <a href="https://github.com/jiridanek"><code>@​jiridanek</code></a>.</li> <li>✅ Re-enable test in <code>tests/test_tutorial/test_header_params/test_tutorial003.py</code> after fix in Starlette. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10904">#10904</a> by <a href="https://github.com/ooknimm"><code>@​ooknimm</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Tweak wording in <code>help-fastapi.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11040">#11040</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>📝 Tweak docs for Behind a Proxy. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11038">#11038</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>📝 Add External Link: 10 Tips for adding SQLAlchemy to FastAPI. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11036">#11036</a> by <a href="https://github.com/Donnype"><code>@​Donnype</code></a>.</li> <li>📝 Add External Link: Tips on migrating from Flask to FastAPI and vice-versa. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11029">#11029</a> by <a href="https://github.com/jtemporal"><code>@​jtemporal</code></a>.</li> <li>📝 Deprecate old tutorials: Peewee, Couchbase, encode/databases. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10979">#10979</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>✏️ Fix typo in <code>fastapi/security/oauth2.py</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10972">#10972</a> by <a href="https://github.com/RafalSkolasinski"><code>@​RafalSkolasinski</code></a>.</li> <li>📝 Update <code>HTTPException</code> details in <code>docs/en/docs/tutorial/handling-errors.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/5418">#5418</a> by <a href="https://github.com/papb"><code>@​papb</code></a>.</li> <li>✏️ A few tweaks in <code>docs/de/docs/tutorial/first-steps.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10959">#10959</a> by <a href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li> <li>✏️ Fix link in <code>docs/en/docs/advanced/async-tests.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10960">#10960</a> by <a href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li> <li>✏️ Fix typos for Spanish documentation. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10957">#10957</a> by <a href="https://github.com/jlopezlira"><code>@​jlopezlira</code></a>.</li> <li>📝 Add warning about lifespan functions and backwards compatibility with events. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10734">#10734</a> by <a href="https://github.com/jacob-indigo"><code>@​jacob-indigo</code></a>.</li> <li>✏️ Fix broken link in <code>docs/tutorial/sql-databases.md</code> in several languages. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10716">#10716</a> by <a href="https://github.com/theoohoho"><code>@​theoohoho</code></a>.</li> <li>✏️ Remove broken links from <code>external_links.yml</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10943">#10943</a> by <a href="https://github.com/Torabek"><code>@​Torabek</code></a>.</li> <li>📝 Update template docs with more info about <code>url_for</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/5937">#5937</a> by <a href="https://github.com/EzzEddin"><code>@​EzzEddin</code></a>.</li> <li>📝 Update usage of Token model in security docs. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/9313">#9313</a> by <a href="https://github.com/piotrszacilowski"><code>@​piotrszacilowski</code></a>.</li> <li>✏️ Update highlighted line in <code>docs/en/docs/tutorial/bigger-applications.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/5490">#5490</a> by <a href="https://github.com/papb"><code>@​papb</code></a>.</li> <li>📝 Add External Link: Explore How to Effectively Use JWT With FastAPI. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10212">#10212</a> by <a href="https://github.com/aanchlia"><code>@​aanchlia</code></a>.</li> <li>📝 Add hyperlink to <code>docs/en/docs/tutorial/static-files.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10243">#10243</a> by <a href="https://github.com/hungtsetse"><code>@​hungtsetse</code></a>.</li> <li>📝 Add External Link: Instrument a FastAPI service adding tracing with OpenTelemetry and send/show traces in Grafana Tempo. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/9440">#9440</a> by <a href="https://github.com/softwarebloat"><code>@​softwarebloat</code></a>.</li> <li>📝 Review and rewording of <code>en/docs/contributing.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10480">#10480</a> by <a href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li> <li>📝 Add External Link: ML serving and monitoring with FastAPI and Evidently. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/9701">#9701</a> by <a href="https://github.com/mnrozhkov"><code>@​mnrozhkov</code></a>.</li> <li>📝 Reword in docs, from &quot;have in mind&quot; to &quot;keep in mind&quot;. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10376">#10376</a> by <a href="https://github.com/malicious"><code>@​malicious</code></a>.</li> <li>📝 Add External Link: Talk by Jeny Sadadia. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10265">#10265</a> by <a href="https://github.com/JenySadadia"><code>@​JenySadadia</code></a>.</li> <li>📝 Add location info to <code>tutorial/bigger-applications.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10552">#10552</a> by <a href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li> <li>✏️ Fix Pydantic method name in <code>docs/en/docs/advanced/path-operation-advanced-configuration.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10826">#10826</a> by <a href="https://github.com/ahmedabdou14"><code>@​ahmedabdou14</code></a>.</li> </ul> <h3>Translations</h3> <ul> <li>🌐 Add Spanish translation for <code>docs/es/docs/external-links.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10933">#10933</a> by <a href="https://github.com/pablocm83"><code>@​pablocm83</code></a>.</li> <li>🌐 Update Korean translation for <code>docs/ko/docs/tutorial/first-steps.md</code>, <code>docs/ko/docs/tutorial/index.md</code>, <code>docs/ko/docs/tutorial/path-params.md</code>, and <code>docs/ko/docs/tutorial/query-params.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/4218">#4218</a> by <a href="https://github.com/SnowSuno"><code>@​SnowSuno</code></a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tiangolo/fastapi/commit/7633d1571cc0c2792b766f67172edb9427c66899"><code>7633d15</code></a> 🔖 Release version 0.109.1</li> <li><a href="https://github.com/tiangolo/fastapi/commit/a4de147521bf1546f700aa494d99fce1bed0741b"><code>a4de147</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/9d34ad0ee8a0dfbbcce06f76c2d5d851085024fc"><code>9d34ad0</code></a> Merge pull request from GHSA-qf9m-vfgh-m389</li> <li><a href="https://github.com/tiangolo/fastapi/commit/ebf972349431043170c1f6a4550bd29642f09cd2"><code>ebf9723</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/8590d0c2ec301d01da68ad3032f9b119d616a644"><code>8590d0c</code></a> 👥 Update FastAPI People (<a href="https://redirect.github.com/tiangolo/fastapi/issues/11074">#11074</a>)</li> <li><a href="https://github.com/tiangolo/fastapi/commit/063d7ffb15c4d1fe88745a8d2d2c9202d44046c5"><code>063d7ff</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/3c81e622f3783920ef3e3d4ecfae12c5511747bf"><code>3c81e62</code></a> 🌐 Add Spanish translation for <code>docs/es/docs/external-links.md</code> (<a href="https://redirect.github.com/tiangolo/fastapi/issues/10933">#10933</a>)</li> <li><a href="https://github.com/tiangolo/fastapi/commit/6c4a143fd0fb2a9963ca60938c4a2bf69573aeca"><code>6c4a143</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/d254e2f6ad773cf6694b7c1917c5792e9f805fd0"><code>d254e2f</code></a> 🌐 Update Korean translation for <code>docs/ko/docs/tutorial/first-steps.md</code>, `docs...</li> <li><a href="https://github.com/tiangolo/fastapi/commit/6f6e786979eb3156b85e7c2f44d0b8af5cf0af17"><code>6f6e786</code></a> 📝 Update release notes</li> <li>Additional commits viewable in <a href="https://github.com/tiangolo/fastapi/compare/0.1.17...0.109.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastapi&package-manager=pip&previous-version=0.1.17&new-version=0.109.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/huggingface/datasets-server/network/alerts). </details>
Bump the pip group across 3 directories with 1 update: Bumps the pip group with 1 update in the /front/admin_ui directory: [fastapi](https://github.com/tiangolo/fastapi). Updates `fastapi` from 0.1.17 to 0.109.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tiangolo/fastapi/releases">fastapi's releases</a>.</em></p> <blockquote> <h2>0.109.1</h2> <h3>Security fixes</h3> <ul> <li>⬆️ Upgrade minimum version of <code>python-multipart</code> to <code>&gt;=0.0.7</code> to fix a vulnerability when using form data with a ReDos attack. You can also simply upgrade <code>python-multipart</code>.</li> </ul> <p>Read more in the <a href="https://github.com/tiangolo/fastapi/security/advisories/GHSA-qf9m-vfgh-m389">advisory: Content-Type Header ReDoS</a>.</p> <h3>Features</h3> <ul> <li>✨ Include HTTP 205 in status codes with no body. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10969">#10969</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h3>Refactors</h3> <ul> <li>✅ Refactor tests for duplicate operation ID generation for compatibility with other tools running the FastAPI test suite. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10876">#10876</a> by <a href="https://github.com/emmettbutler"><code>@​emmettbutler</code></a>.</li> <li>♻️ Simplify string format with f-strings in <code>fastapi/utils.py</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10576">#10576</a> by <a href="https://github.com/eukub"><code>@​eukub</code></a>.</li> <li>🔧 Fix Ruff configuration unintentionally enabling and re-disabling mccabe complexity check. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10893">#10893</a> by <a href="https://github.com/jiridanek"><code>@​jiridanek</code></a>.</li> <li>✅ Re-enable test in <code>tests/test_tutorial/test_header_params/test_tutorial003.py</code> after fix in Starlette. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10904">#10904</a> by <a href="https://github.com/ooknimm"><code>@​ooknimm</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Tweak wording in <code>help-fastapi.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11040">#11040</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>📝 Tweak docs for Behind a Proxy. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11038">#11038</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>📝 Add External Link: 10 Tips for adding SQLAlchemy to FastAPI. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11036">#11036</a> by <a href="https://github.com/Donnype"><code>@​Donnype</code></a>.</li> <li>📝 Add External Link: Tips on migrating from Flask to FastAPI and vice-versa. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11029">#11029</a> by <a href="https://github.com/jtemporal"><code>@​jtemporal</code></a>.</li> <li>📝 Deprecate old tutorials: Peewee, Couchbase, encode/databases. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10979">#10979</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>✏️ Fix typo in <code>fastapi/security/oauth2.py</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10972">#10972</a> by <a href="https://github.com/RafalSkolasinski"><code>@​RafalSkolasinski</code></a>.</li> <li>📝 Update <code>HTTPException</code> details in <code>docs/en/docs/tutorial/handling-errors.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/5418">#5418</a> by <a href="https://github.com/papb"><code>@​papb</code></a>.</li> <li>✏️ A few tweaks in <code>docs/de/docs/tutorial/first-steps.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10959">#10959</a> by <a href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li> <li>✏️ Fix link in <code>docs/en/docs/advanced/async-tests.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10960">#10960</a> by <a href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li> <li>✏️ Fix typos for Spanish documentation. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10957">#10957</a> by <a href="https://github.com/jlopezlira"><code>@​jlopezlira</code></a>.</li> <li>📝 Add warning about lifespan functions and backwards compatibility with events. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10734">#10734</a> by <a href="https://github.com/jacob-indigo"><code>@​jacob-indigo</code></a>.</li> <li>✏️ Fix broken link in <code>docs/tutorial/sql-databases.md</code> in several languages. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10716">#10716</a> by <a href="https://github.com/theoohoho"><code>@​theoohoho</code></a>.</li> <li>✏️ Remove broken links from <code>external_links.yml</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10943">#10943</a> by <a href="https://github.com/Torabek"><code>@​Torabek</code></a>.</li> <li>📝 Update template docs with more info about <code>url_for</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/5937">#5937</a> by <a href="https://github.com/EzzEddin"><code>@​EzzEddin</code></a>.</li> <li>📝 Update usage of Token model in security docs. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/9313">#9313</a> by <a href="https://github.com/piotrszacilowski"><code>@​piotrszacilowski</code></a>.</li> <li>✏️ Update highlighted line in <code>docs/en/docs/tutorial/bigger-applications.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/5490">#5490</a> by <a href="https://github.com/papb"><code>@​papb</code></a>.</li> <li>📝 Add External Link: Explore How to Effectively Use JWT With FastAPI. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10212">#10212</a> by <a href="https://github.com/aanchlia"><code>@​aanchlia</code></a>.</li> <li>📝 Add hyperlink to <code>docs/en/docs/tutorial/static-files.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10243">#10243</a> by <a href="https://github.com/hungtsetse"><code>@​hungtsetse</code></a>.</li> <li>📝 Add External Link: Instrument a FastAPI service adding tracing with OpenTelemetry and send/show traces in Grafana Tempo. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/9440">#9440</a> by <a href="https://github.com/softwarebloat"><code>@​softwarebloat</code></a>.</li> <li>📝 Review and rewording of <code>en/docs/contributing.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10480">#10480</a> by <a href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li> <li>📝 Add External Link: ML serving and monitoring with FastAPI and Evidently. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/9701">#9701</a> by <a href="https://github.com/mnrozhkov"><code>@​mnrozhkov</code></a>.</li> <li>📝 Reword in docs, from &quot;have in mind&quot; to &quot;keep in mind&quot;. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10376">#10376</a> by <a href="https://github.com/malicious"><code>@​malicious</code></a>.</li> <li>📝 Add External Link: Talk by Jeny Sadadia. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10265">#10265</a> by <a href="https://github.com/JenySadadia"><code>@​JenySadadia</code></a>.</li> <li>📝 Add location info to <code>tutorial/bigger-applications.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10552">#10552</a> by <a href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li> <li>✏️ Fix Pydantic method name in <code>docs/en/docs/advanced/path-operation-advanced-configuration.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10826">#10826</a> by <a href="https://github.com/ahmedabdou14"><code>@​ahmedabdou14</code></a>.</li> </ul> <h3>Translations</h3> <ul> <li>🌐 Add Spanish translation for <code>docs/es/docs/external-links.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10933">#10933</a> by <a href="https://github.com/pablocm83"><code>@​pablocm83</code></a>.</li> <li>🌐 Update Korean translation for <code>docs/ko/docs/tutorial/first-steps.md</code>, <code>docs/ko/docs/tutorial/index.md</code>, <code>docs/ko/docs/tutorial/path-params.md</code>, and <code>docs/ko/docs/tutorial/query-params.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/4218">#4218</a> by <a href="https://github.com/SnowSuno"><code>@​SnowSuno</code></a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tiangolo/fastapi/commit/7633d1571cc0c2792b766f67172edb9427c66899"><code>7633d15</code></a> 🔖 Release version 0.109.1</li> <li><a href="https://github.com/tiangolo/fastapi/commit/a4de147521bf1546f700aa494d99fce1bed0741b"><code>a4de147</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/9d34ad0ee8a0dfbbcce06f76c2d5d851085024fc"><code>9d34ad0</code></a> Merge pull request from GHSA-qf9m-vfgh-m389</li> <li><a href="https://github.com/tiangolo/fastapi/commit/ebf972349431043170c1f6a4550bd29642f09cd2"><code>ebf9723</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/8590d0c2ec301d01da68ad3032f9b119d616a644"><code>8590d0c</code></a> 👥 Update FastAPI People (<a href="https://redirect.github.com/tiangolo/fastapi/issues/11074">#11074</a>)</li> <li><a href="https://github.com/tiangolo/fastapi/commit/063d7ffb15c4d1fe88745a8d2d2c9202d44046c5"><code>063d7ff</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/3c81e622f3783920ef3e3d4ecfae12c5511747bf"><code>3c81e62</code></a> 🌐 Add Spanish translation for <code>docs/es/docs/external-links.md</code> (<a href="https://redirect.github.com/tiangolo/fastapi/issues/10933">#10933</a>)</li> <li><a href="https://github.com/tiangolo/fastapi/commit/6c4a143fd0fb2a9963ca60938c4a2bf69573aeca"><code>6c4a143</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/d254e2f6ad773cf6694b7c1917c5792e9f805fd0"><code>d254e2f</code></a> 🌐 Update Korean translation for <code>docs/ko/docs/tutorial/first-steps.md</code>, `docs...</li> <li><a href="https://github.com/tiangolo/fastapi/commit/6f6e786979eb3156b85e7c2f44d0b8af5cf0af17"><code>6f6e786</code></a> 📝 Update release notes</li> <li>Additional commits viewable in <a href="https://github.com/tiangolo/fastapi/compare/0.1.17...0.109.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastapi&package-manager=pip&previous-version=0.1.17&new-version=0.109.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/huggingface/datasets-server/network/alerts). </details>
closed
2024-02-12T10:08:13Z
2024-02-12T11:30:25Z
2024-02-12T11:29:51Z
dependabot[bot]
2,129,690,903
Update datasets to 2.17.0
Update `datasets` to 2.17.0. Fix #2428.
Update datasets to 2.17.0: Update `datasets` to 2.17.0. Fix #2428.
closed
2024-02-12T09:08:25Z
2024-02-12T10:18:21Z
2024-02-12T10:18:20Z
albertvillanova
2,129,664,878
Update starlette minor version to 0.37.1
Update `starlette` minor version to 0.37.1: https://github.com/encode/starlette/releases/tag/0.37.1 Related to: - #2400 - #2401
Update starlette minor version to 0.37.1: Update `starlette` minor version to 0.37.1: https://github.com/encode/starlette/releases/tag/0.37.1 Related to: - #2400 - #2401
closed
2024-02-12T08:51:27Z
2024-02-12T10:05:00Z
2024-02-12T10:04:59Z
albertvillanova
2,127,232,690
Create a new step: `config-features`?
See https://github.com/huggingface/datasets-server/issues/2215: the `features` part can be heavy, and on the Hub, when we call /rows, /filter or /search, the features content does not change; there is no need to create / serialize / transfer / parse it. We could: - add a new /features endpoint - or add a `features: bool` parameter to all the endpoints that return rows to include the features in the response. The only exception is when a new commit happens, and the features have changed. But the Hub could check the `X-Revision` value and reload the page in case of a mismatch.
Create a new step: `config-features`?: See https://github.com/huggingface/datasets-server/issues/2215: the `features` part can be heavy, and on the Hub, when we call /rows, /filter or /search, the features content does not change; there is no need to create / serialize / transfer / parse it. We could: - add a new /features endpoint - or add a `features: bool` parameter to all the endpoints that return rows to include the features in the response. The only exception is when a new commit happens, and the features have changed. But the Hub could check the `X-Revision` value and reload the page in case of a mismatch.
open
2024-02-09T14:13:10Z
2024-02-15T10:26:35Z
null
severo
2,127,153,168
Fix all `PreviousStepFormatError` cache entries
And monitor regularly this error (as well as any non-expected error, related to https://github.com/huggingface/datasets-server/issues/1443)
Fix all `PreviousStepFormatError` cache entries: And monitor regularly this error (as well as any non-expected error, related to https://github.com/huggingface/datasets-server/issues/1443)
closed
2024-02-09T13:26:29Z
2024-06-20T20:42:21Z
2024-06-20T20:42:21Z
severo
2,127,031,941
Hardcode 100 rows max in /first-rows
fixes #1921
Hardcode 100 rows max in /first-rows: fixes #1921
closed
2024-02-09T12:23:45Z
2024-02-13T10:04:19Z
2024-02-13T10:04:18Z
severo
2,126,926,645
show image in /splits page + change link
https://moon-ci-docs.huggingface.co/docs/datasets-server/pr_2431/en/splits https://github.com/huggingface/datasets-server/assets/1676121/414e04d0-95b6-4677-8c19-778daab05cff
show image in /splits page + change link: https://moon-ci-docs.huggingface.co/docs/datasets-server/pr_2431/en/splits https://github.com/huggingface/datasets-server/assets/1676121/414e04d0-95b6-4677-8c19-778daab05cff
closed
2024-02-09T11:14:42Z
2024-02-09T18:02:04Z
2024-02-09T18:02:04Z
severo
2,126,906,931
use .md extension instead of .mdx
fixes #2429
use .md extension instead of .mdx: fixes #2429
closed
2024-02-09T11:01:16Z
2024-02-09T11:07:44Z
2024-02-09T11:07:44Z
severo
2,126,899,842
Use .md instead of .mdx in the docs
One file uses .md extension: https://github.com/huggingface/datasets-server/blob/main/docs/source/clickhouse.md, the others use .mdx. .md helps getting syntax highlighting and linting in the editor. But maybe .mdx is the correct way of handling the docs. All the files in the Hub's doc use .md (https://github.com/huggingface/hub-docs/tree/main/docs/hub), so I imagine it would be better to switch.
Use .md instead of .mdx in the docs: One file uses .md extension: https://github.com/huggingface/datasets-server/blob/main/docs/source/clickhouse.md, the others use .mdx. .md helps getting syntax highlighting and linting in the editor. But maybe .mdx is the correct way of handling the docs. All the files in the Hub's doc use .md (https://github.com/huggingface/hub-docs/tree/main/docs/hub), so I imagine it would be better to switch.
closed
2024-02-09T10:56:24Z
2024-02-09T11:07:45Z
2024-02-09T11:07:45Z
severo
2,126,839,418
Upgrade to datasets@2.17.0
See https://github.com/huggingface/datasets/releases/tag/2.17.0
Upgrade to datasets@2.17.0: See https://github.com/huggingface/datasets/releases/tag/2.17.0
closed
2024-02-09T10:16:44Z
2024-02-12T10:18:21Z
2024-02-12T10:18:21Z
severo
2,126,233,135
add statistics to the backfill cron job logs
fixes #2381
add statistics to the backfill cron job logs: fixes #2381
closed
2024-02-08T23:32:41Z
2024-02-09T18:00:43Z
2024-02-09T18:00:42Z
severo
2,126,159,114
delete only waiting jobs
follow-up to #2403
delete only waiting jobs: follow-up to #2403
closed
2024-02-08T22:16:45Z
2024-02-09T12:25:00Z
2024-02-09T12:24:59Z
severo
2,126,091,316
the package must exist
null
the package must exist:
closed
2024-02-08T21:23:46Z
2024-02-08T21:23:52Z
2024-02-08T21:23:52Z
severo
2,125,903,005
rename X-Revision to X-Repo-Commit
fixes #2417
rename X-Revision to X-Repo-Commit: fixes #2417
closed
2024-02-08T19:15:16Z
2024-02-12T09:43:47Z
2024-02-12T09:43:18Z
severo
2,125,464,141
give more details in the discussions opened by parquet-converter
fixes #2419 It could be too verbose now. Also: we might add a section or a sentence to handle the case where the dataset was already in Parquet (until we properly detect if the dataset was already in Parquet format: https://github.com/huggingface/datasets-server/issues/2301)
give more details in the discussions opened by parquet-converter: fixes #2419 It could be too verbose now. Also: we might add a section or a sentence to handle the case where the dataset was already in Parquet (until we properly detect if the dataset was already in Parquet format: https://github.com/huggingface/datasets-server/issues/2301)
closed
2024-02-08T15:31:55Z
2024-02-12T15:13:01Z
2024-02-09T16:50:00Z
severo
2,125,325,392
add information about Parquet
fixes #2420.
add information about Parquet: fixes #2420.
closed
2024-02-08T14:34:57Z
2024-02-09T09:31:32Z
2024-02-09T09:31:31Z
severo
2,124,868,813
Show parquet-converter bot as part of HF (official discussion)
from https://github.com/huggingface/datasets-server/issues/2349#issuecomment-1915644060 > So it's really about the user. If it is a legit account then they should offer a bit information about who they are and what their intentions are.
Show parquet-converter bot as part of HF (official discussion): from https://github.com/huggingface/datasets-server/issues/2349#issuecomment-1915644060 > So it's really about the user. If it is a legit account then they should offer a bit information about who they are and what their intentions are.
closed
2024-02-08T10:50:17Z
2024-02-27T15:02:53Z
2024-02-27T15:02:53Z
severo
2,124,857,426
Mention the advantages of Parquet in the docs
reported here: https://huggingface.slack.com/archives/C02V51Q3800/p1707388935912969
Mention the advantages of Parquet in the docs: reported here: https://huggingface.slack.com/archives/C02V51Q3800/p1707388935912969
closed
2024-02-08T10:46:05Z
2024-02-09T09:31:32Z
2024-02-09T09:31:32Z
severo
2,124,855,985
Improve the message in Parquet conversion discussions
see https://huggingface.slack.com/archives/C02V51Q3800/p1707388935912969 (internal) > Would it make sense to add some message in Parquet PRs (e.g. https://huggingface.co/datasets/huggan/smithsonian_butterflies_subset/discussions/2#65c41c1580497543ca3f8a5a) for less technical people? > As an aside, I don't think the docs really mention the advantages of Parquet even if we link there for advantages (https://huggingface.co/docs/datasets-server/parquet) > For example > ``` > [bot] [No action needed] Conversion to Parquet > > The parquet-converter bot has created a version of this dataset in the Parquet format in the `refs/convert/parquet` branch. This will allow X, Y, Z. > > You can learn more about the advantages associated with this format in the documentation. > ``` related to https://github.com/huggingface/datasets-server/issues/2349#issuecomment-1916292176
Improve the message in Parquet conversion discussions: see https://huggingface.slack.com/archives/C02V51Q3800/p1707388935912969 (internal) > Would it make sense to add some message in Parquet PRs (e.g. https://huggingface.co/datasets/huggan/smithsonian_butterflies_subset/discussions/2#65c41c1580497543ca3f8a5a) for less technical people? > As an aside, I don't think the docs really mention the advantages of Parquet even if we link there for advantages (https://huggingface.co/docs/datasets-server/parquet) > For example > ``` > [bot] [No action needed] Conversion to Parquet > > The parquet-converter bot has created a version of this dataset in the Parquet format in the `refs/convert/parquet` branch. This will allow X, Y, Z. > > You can learn more about the advantages associated with this format in the documentation. > ``` related to https://github.com/huggingface/datasets-server/issues/2349#issuecomment-1916292176
closed
2024-02-08T10:45:31Z
2024-02-09T16:50:01Z
2024-02-09T16:50:01Z
severo
2,124,759,156
Rows and First rows with audio cannot be generated
See https://huggingface.co/datasets/1rsh/speech-rj-hi/discussions/2 First rows gives: ``` soundfile.LibsndfileError: Error opening <_io.BytesIO object at 0x7f272148b950>: Format not recognised. ``` In the trace we also see: ``` Decoding failed. ffmpeg return error code: 1. ... moov atom not found /tmp/tmp3xkyqr3_.3gp: Invalid data found when processing input ``` This error seems to affect only the creation of assets, while the conversion to parquet worked well. Maybe we should give more insights to the user in that case (1. the file ... has invalid data, 2. ignore it in the rows -> signal with error_cells=["..."], on the same mode as truncated_cells) Dataset for replication: https://huggingface.co/datasets/severo/speech-rj-hi
Rows and First rows with audio cannot be generated: See https://huggingface.co/datasets/1rsh/speech-rj-hi/discussions/2 First rows gives: ``` soundfile.LibsndfileError: Error opening <_io.BytesIO object at 0x7f272148b950>: Format not recognised. ``` In the trace we also see: ``` Decoding failed. ffmpeg return error code: 1. ... moov atom not found /tmp/tmp3xkyqr3_.3gp: Invalid data found when processing input ``` This error seems to affect only the creation of assets, while the conversion to parquet worked well. Maybe we should give more insights to the user in that case (1. the file ... has invalid data, 2. ignore it in the rows -> signal with error_cells=["..."], on the same mode as truncated_cells) Dataset for replication: https://huggingface.co/datasets/severo/speech-rj-hi
closed
2024-02-08T09:56:37Z
2024-07-30T16:11:57Z
2024-07-30T16:11:57Z
severo
2,123,214,894
Rename X-Revision header to X-Repo-Commit
Align with the convention on the Hub: https://github.com/huggingface/moon-landing/issues/8169#issuecomment-1824620102
Rename X-Revision header to X-Repo-Commit: Align with the convention on the Hub: https://github.com/huggingface/moon-landing/issues/8169#issuecomment-1824620102
closed
2024-02-07T14:53:22Z
2024-02-12T09:43:40Z
2024-02-12T09:43:39Z
severo
2,122,467,870
Support vectorial geospatial columns
Requires https://github.com/huggingface/datasets/issues/6438, to support GeoParquet. We could support more formats. Possibly requires geopandas as a dependency.
Support vectorial geospatial columns: Requires https://github.com/huggingface/datasets/issues/6438, to support GeoParquet. We could support more formats. Possibly requires geopandas as a dependency.
open
2024-02-07T08:33:36Z
2024-06-26T13:32:49Z
null
severo
2,121,788,034
catch ValueError before ImportError
fixes #2385 I didn't increment the job runner version, because it only happen in 235 datasets. We will update them manually. ``` db.cachedResponsesBlue.countDocuments({error_code: "DatasetWithScriptNotSupportedError", kind: "dataset-config-names"}) 235 ```
catch ValueError before ImportError: fixes #2385 I didn't increment the job runner version, because it only happen in 235 datasets. We will update them manually. ``` db.cachedResponsesBlue.countDocuments({error_code: "DatasetWithScriptNotSupportedError", kind: "dataset-config-names"}) 235 ```
closed
2024-02-06T22:41:51Z
2024-02-07T10:08:05Z
2024-02-07T10:08:05Z
severo
2,121,327,165
Loading methods and arguments
We can extend the `dataset-loading-tags` job to also store loading arguments that we can display on dataset pages in code snippets. For example with the info to build the code snippet like ```json {"loader": "webdataset", "url": "pipe:curl <hf url>"} ``` This way the front end can translate it to ```python import webdadataset as wds url = "pipe:curl <hf url>" ds = wds.WebDataset(url).decode() ``` For croissant it would be ```json {"loader": "mlcroissant", "url": "<croissant url>"} ``` for ```python import mlcroissant as mlc url = "<croissant url>" ds = mlc.Dataset(url) ``` I will start with WebDataset and Croissant
Loading methods and arguments: We can extend the `dataset-loading-tags` job to also store loading arguments that we can display on dataset pages in code snippets. For example with the info to build the code snippet like ```json {"loader": "webdataset", "url": "pipe:curl <hf url>"} ``` This way the front end can translate it to ```python import webdadataset as wds url = "pipe:curl <hf url>" ds = wds.WebDataset(url).decode() ``` For croissant it would be ```json {"loader": "mlcroissant", "url": "<croissant url>"} ``` for ```python import mlcroissant as mlc url = "<croissant url>" ds = mlc.Dataset(url) ``` I will start with WebDataset and Croissant
closed
2024-02-06T17:24:02Z
2024-07-30T16:11:26Z
2024-07-30T16:11:25Z
lhoestq
2,121,275,038
Update duckdb to 0.10.0
It will be the first version that will ensure backward-compatibility of the .duckdb format
Update duckdb to 0.10.0: It will be the first version that will ensure backward-compatibility of the .duckdb format
closed
2024-02-06T16:58:09Z
2024-02-21T12:16:30Z
2024-02-21T12:16:30Z
severo
2,121,219,794
Missing DatasetLoadingTagsJobRunner in factory
null
Missing DatasetLoadingTagsJobRunner in factory:
closed
2024-02-06T16:33:18Z
2024-02-06T16:39:36Z
2024-02-06T16:39:35Z
lhoestq
2,121,150,864
Update Poetry to 1.7.1 version to align with that of Dependabot
Note that once merged this PR, all developers will have to update their local Poetry version. Fix #2405.
Update Poetry to 1.7.1 version to align with that of Dependabot: Note that once merged this PR, all developers will have to update their local Poetry version. Fix #2405.
closed
2024-02-06T16:04:26Z
2024-02-07T09:05:18Z
2024-02-07T09:05:17Z
albertvillanova
2,121,145,131
unblock two datasets
fixes #2125
unblock two datasets: fixes #2125
closed
2024-02-06T16:02:35Z
2024-02-06T21:25:12Z
2024-02-06T21:25:12Z
severo
2,121,116,563
retry on ConnectionError
fixes #2049 (we retry ConnectionError, not ClientConnection, btw)
retry on ConnectionError: fixes #2049 (we retry ConnectionError, not ClientConnection, btw)
closed
2024-02-06T15:51:28Z
2024-02-06T17:29:45Z
2024-02-06T17:29:44Z
severo
2,120,536,385
Add task tags in /hub-cache?
On the same model as https://github.com/huggingface/datasets-server/pull/2386, detect and associate tags to a dataset to describe the tasks it can be used for. Previously discussed at https://github.com/huggingface/datasets-server/issues/561#issuecomment-1250029425
Add task tags in /hub-cache?: On the same model as https://github.com/huggingface/datasets-server/pull/2386, detect and associate tags to a dataset to describe the tasks it can be used for. Previously discussed at https://github.com/huggingface/datasets-server/issues/561#issuecomment-1250029425
closed
2024-02-06T11:17:19Z
2024-06-19T15:43:15Z
2024-06-19T15:43:15Z
severo
2,120,523,132
Remove env var HF_ENDPOINT?
Is it still required to set HF_ENDPOINT as an environment variable? https://github.com/huggingface/datasets-server/blob/main/services/worker/src/worker/resources.py#L41-L45
Remove env var HF_ENDPOINT?: Is it still required to set HF_ENDPOINT as an environment variable? https://github.com/huggingface/datasets-server/blob/main/services/worker/src/worker/resources.py#L41-L45
closed
2024-02-06T11:11:24Z
2024-02-06T14:53:12Z
2024-02-06T14:53:08Z
severo
2,120,051,362
Update cryptography dependency to 42.0 to fix vulnerability
This should fix 11 dependabot alerts.
Update cryptography dependency to 42.0 to fix vulnerability: This should fix 11 dependabot alerts.
closed
2024-02-06T06:20:21Z
2024-02-06T10:19:04Z
2024-02-06T10:19:03Z
albertvillanova
2,120,019,654
Update Poetry to the latest version to align with that of Dependabot
What about aligning Poetry version with the one used by Dependabot (currently 1.7.1)? - Advantage: we will be able to directly merge the security PRs proposed by Dependabot - Disadvantage: we will have to align with Dependabot version each time they update their Poetry - Poetry installation instructions explain how to install multiple versions in parallel If we agree on this, I would like to work on this issue.
Update Poetry to the latest version to align with that of Dependabot: What about aligning Poetry version with the one used by Dependabot (currently 1.7.1)? - Advantage: we will be able to directly merge the security PRs proposed by Dependabot - Disadvantage: we will have to align with Dependabot version each time they update their Poetry - Poetry installation instructions explain how to install multiple versions in parallel If we agree on this, I would like to work on this issue.
closed
2024-02-06T05:56:43Z
2024-02-07T09:05:18Z
2024-02-07T09:05:18Z
albertvillanova
2,119,862,099
Bump cryptography from 41.0.7 to 42.0.0 in /libs/libcommon
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst">cryptography's changelog</a>.</em></p> <blockquote> <p>42.0.0 - 2024-01-22</p> <pre><code> * **BACKWARDS INCOMPATIBLE:** Dropped support for LibreSSL &lt; 3.7. * **BACKWARDS INCOMPATIBLE:** Loading a PKCS7 with no content field using :func:`~cryptography.hazmat.primitives.serialization.pkcs7.load_pem_pkcs7_certificates` or :func:`~cryptography.hazmat.primitives.serialization.pkcs7.load_der_pkcs7_certificates` will now raise a ``ValueError`` rather than return an empty list. * Parsing SSH certificates no longer permits malformed critical options with values, as documented in the 41.0.2 release notes. * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.0. * Updated the minimum supported Rust version (MSRV) to 1.63.0, from 1.56.0. * We now publish both ``py37`` and ``py39`` ``abi3`` wheels. This should resolve some errors relating to initializing a module multiple times per process. * Support :class:`~cryptography.hazmat.primitives.asymmetric.padding.PSS` for X.509 certificate signing requests and certificate revocation lists with the keyword-only argument ``rsa_padding`` on the ``sign`` methods for :class:`~cryptography.x509.CertificateSigningRequestBuilder` and :class:`~cryptography.x509.CertificateRevocationListBuilder`. * Added support for obtaining X.509 certificate signing request signature algorithm parameters (including PSS) via :meth:`~cryptography.x509.CertificateSigningRequest.signature_algorithm_parameters`. * Added support for obtaining X.509 certificate revocation list signature algorithm parameters (including PSS) via :meth:`~cryptography.x509.CertificateRevocationList.signature_algorithm_parameters`. * Added ``mgf`` property to :class:`~cryptography.hazmat.primitives.asymmetric.padding.PSS`. * Added ``algorithm`` and ``mgf`` properties to :class:`~cryptography.hazmat.primitives.asymmetric.padding.OAEP`. * Added the following properties that return timezone-aware ``datetime`` objects: :meth:`~cryptography.x509.Certificate.not_valid_before_utc`, :meth:`~cryptography.x509.Certificate.not_valid_after_utc`, :meth:`~cryptography.x509.RevokedCertificate.revocation_date_utc`, :meth:`~cryptography.x509.CertificateRevocationList.next_update_utc`, :meth:`~cryptography.x509.CertificateRevocationList.last_update_utc`. These are timezone-aware variants of existing properties that return naïve ``datetime`` objects. * Deprecated the following properties that return naïve ``datetime`` objects: :meth:`~cryptography.x509.Certificate.not_valid_before`, :meth:`~cryptography.x509.Certificate.not_valid_after`, :meth:`~cryptography.x509.RevokedCertificate.revocation_date`, :meth:`~cryptography.x509.CertificateRevocationList.next_update`, :meth:`~cryptography.x509.CertificateRevocationList.last_update` in favor of the new timezone-aware variants mentioned above. * Added support for :class:`~cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20` on LibreSSL. * Added support for RSA PSS signatures in PKCS7 with &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/cryptography/commit/4e64baf360a3a89bd92582f59344c12b5c0bd3fd"><code>4e64baf</code></a> 42.0.0 version bump (<a href="https://redirect.github.com/pyca/cryptography/issues/10232">#10232</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/7cb13a3bc91b7537c6231674fb5b0d2132a7edbe"><code>7cb13a3</code></a> we'll ship 3.2.0 for 42 (<a href="https://redirect.github.com/pyca/cryptography/issues/9951">#9951</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/605c74e41c75edc717f21afaa5e6a0eee9863a10"><code>605c74e</code></a> Bump x509-limbo and/or wycheproof in CI (<a href="https://redirect.github.com/pyca/cryptography/issues/10231">#10231</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/97578b98ffc417864e07d0ff9b76c02d2cb4e6da"><code>97578b9</code></a> Bump BoringSSL and/or OpenSSL in CI (<a href="https://redirect.github.com/pyca/cryptography/issues/10230">#10230</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/972a7b5896a6047ea43a86db87820ab474d898ff"><code>972a7b5</code></a> verification: add test_verify_tz_aware (<a href="https://redirect.github.com/pyca/cryptography/issues/10229">#10229</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/41daf2d86dd9bf18081802fa5d851a7953810786"><code>41daf2d</code></a> Migrate PKCS7 backend to Rust (<a href="https://redirect.github.com/pyca/cryptography/issues/10228">#10228</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/d54093e62e7e68c02efbb4d6a09162ddb39bf72f"><code>d54093e</code></a> Remove some skips in tests that aren't needed anymore (<a href="https://redirect.github.com/pyca/cryptography/issues/10223">#10223</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/71929bd91f34213b9f4a3a0a493c218c35fa25eb"><code>71929bd</code></a> Remove binding that's not used anymore (<a href="https://redirect.github.com/pyca/cryptography/issues/10224">#10224</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/7ea4b89cea553ce0f641ed29e1ce2e3e34278f1d"><code>7ea4b89</code></a> fixed formatting in changelog (<a href="https://redirect.github.com/pyca/cryptography/issues/10225">#10225</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/410f4a1ee4cbf46fe7e969bb48fccf261f74bbcd"><code>410f4a1</code></a> Allow brainpool on libressl (<a href="https://redirect.github.com/pyca/cryptography/issues/10222">#10222</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pyca/cryptography/compare/41.0.7...42.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cryptography&package-manager=pip&previous-version=41.0.7&new-version=42.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/huggingface/datasets-server/network/alerts). </details>
Bump cryptography from 41.0.7 to 42.0.0 in /libs/libcommon: Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst">cryptography's changelog</a>.</em></p> <blockquote> <p>42.0.0 - 2024-01-22</p> <pre><code> * **BACKWARDS INCOMPATIBLE:** Dropped support for LibreSSL &lt; 3.7. * **BACKWARDS INCOMPATIBLE:** Loading a PKCS7 with no content field using :func:`~cryptography.hazmat.primitives.serialization.pkcs7.load_pem_pkcs7_certificates` or :func:`~cryptography.hazmat.primitives.serialization.pkcs7.load_der_pkcs7_certificates` will now raise a ``ValueError`` rather than return an empty list. * Parsing SSH certificates no longer permits malformed critical options with values, as documented in the 41.0.2 release notes. * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.0. * Updated the minimum supported Rust version (MSRV) to 1.63.0, from 1.56.0. * We now publish both ``py37`` and ``py39`` ``abi3`` wheels. This should resolve some errors relating to initializing a module multiple times per process. * Support :class:`~cryptography.hazmat.primitives.asymmetric.padding.PSS` for X.509 certificate signing requests and certificate revocation lists with the keyword-only argument ``rsa_padding`` on the ``sign`` methods for :class:`~cryptography.x509.CertificateSigningRequestBuilder` and :class:`~cryptography.x509.CertificateRevocationListBuilder`. * Added support for obtaining X.509 certificate signing request signature algorithm parameters (including PSS) via :meth:`~cryptography.x509.CertificateSigningRequest.signature_algorithm_parameters`. * Added support for obtaining X.509 certificate revocation list signature algorithm parameters (including PSS) via :meth:`~cryptography.x509.CertificateRevocationList.signature_algorithm_parameters`. * Added ``mgf`` property to :class:`~cryptography.hazmat.primitives.asymmetric.padding.PSS`. * Added ``algorithm`` and ``mgf`` properties to :class:`~cryptography.hazmat.primitives.asymmetric.padding.OAEP`. * Added the following properties that return timezone-aware ``datetime`` objects: :meth:`~cryptography.x509.Certificate.not_valid_before_utc`, :meth:`~cryptography.x509.Certificate.not_valid_after_utc`, :meth:`~cryptography.x509.RevokedCertificate.revocation_date_utc`, :meth:`~cryptography.x509.CertificateRevocationList.next_update_utc`, :meth:`~cryptography.x509.CertificateRevocationList.last_update_utc`. These are timezone-aware variants of existing properties that return naïve ``datetime`` objects. * Deprecated the following properties that return naïve ``datetime`` objects: :meth:`~cryptography.x509.Certificate.not_valid_before`, :meth:`~cryptography.x509.Certificate.not_valid_after`, :meth:`~cryptography.x509.RevokedCertificate.revocation_date`, :meth:`~cryptography.x509.CertificateRevocationList.next_update`, :meth:`~cryptography.x509.CertificateRevocationList.last_update` in favor of the new timezone-aware variants mentioned above. * Added support for :class:`~cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20` on LibreSSL. * Added support for RSA PSS signatures in PKCS7 with &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/cryptography/commit/4e64baf360a3a89bd92582f59344c12b5c0bd3fd"><code>4e64baf</code></a> 42.0.0 version bump (<a href="https://redirect.github.com/pyca/cryptography/issues/10232">#10232</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/7cb13a3bc91b7537c6231674fb5b0d2132a7edbe"><code>7cb13a3</code></a> we'll ship 3.2.0 for 42 (<a href="https://redirect.github.com/pyca/cryptography/issues/9951">#9951</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/605c74e41c75edc717f21afaa5e6a0eee9863a10"><code>605c74e</code></a> Bump x509-limbo and/or wycheproof in CI (<a href="https://redirect.github.com/pyca/cryptography/issues/10231">#10231</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/97578b98ffc417864e07d0ff9b76c02d2cb4e6da"><code>97578b9</code></a> Bump BoringSSL and/or OpenSSL in CI (<a href="https://redirect.github.com/pyca/cryptography/issues/10230">#10230</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/972a7b5896a6047ea43a86db87820ab474d898ff"><code>972a7b5</code></a> verification: add test_verify_tz_aware (<a href="https://redirect.github.com/pyca/cryptography/issues/10229">#10229</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/41daf2d86dd9bf18081802fa5d851a7953810786"><code>41daf2d</code></a> Migrate PKCS7 backend to Rust (<a href="https://redirect.github.com/pyca/cryptography/issues/10228">#10228</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/d54093e62e7e68c02efbb4d6a09162ddb39bf72f"><code>d54093e</code></a> Remove some skips in tests that aren't needed anymore (<a href="https://redirect.github.com/pyca/cryptography/issues/10223">#10223</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/71929bd91f34213b9f4a3a0a493c218c35fa25eb"><code>71929bd</code></a> Remove binding that's not used anymore (<a href="https://redirect.github.com/pyca/cryptography/issues/10224">#10224</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/7ea4b89cea553ce0f641ed29e1ce2e3e34278f1d"><code>7ea4b89</code></a> fixed formatting in changelog (<a href="https://redirect.github.com/pyca/cryptography/issues/10225">#10225</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/410f4a1ee4cbf46fe7e969bb48fccf261f74bbcd"><code>410f4a1</code></a> Allow brainpool on libressl (<a href="https://redirect.github.com/pyca/cryptography/issues/10222">#10222</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pyca/cryptography/compare/41.0.7...42.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cryptography&package-manager=pip&previous-version=41.0.7&new-version=42.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/huggingface/datasets-server/network/alerts). </details>
closed
2024-02-06T03:17:01Z
2024-02-06T10:20:25Z
2024-02-06T10:20:24Z
dependabot[bot]
2,119,715,333
delete only waiting jobs
Related to https://github.com/huggingface/datasets-server/issues/2387 As per [internal conversation](https://huggingface.slack.com/archives/C04L6P8KNQ5/p1707031392098359), only waiting jobs should be deleted on backfill to avoid started processes without a related Job record.
delete only waiting jobs: Related to https://github.com/huggingface/datasets-server/issues/2387 As per [internal conversation](https://huggingface.slack.com/archives/C04L6P8KNQ5/p1707031392098359), only waiting jobs should be deleted on backfill to avoid started processes without a related Job record.
closed
2024-02-06T00:33:01Z
2024-02-06T12:12:19Z
2024-02-06T12:12:19Z
AndreaFrancis
2,119,509,862
Reduce resources for /filter and /search?
They have nearly 0 traffic. https://grafana.huggingface.tech/d/i7gwsO5Vz/global-view?orgId=1&from=now-6h&to=now Should we reduce the number of pods? How to configure the right level?
Reduce resources for /filter and /search?: They have nearly 0 traffic. https://grafana.huggingface.tech/d/i7gwsO5Vz/global-view?orgId=1&from=now-6h&to=now Should we reduce the number of pods? How to configure the right level?
closed
2024-02-05T21:44:56Z
2024-02-28T17:55:50Z
2024-02-28T17:55:50Z
severo
2,119,157,996
upgrade starlette everywhere
#2400 was not complete --- <strike>still wip, because of starlette middleware types (https://github.com/encode/starlette/pull/2180, https://github.com/encode/starlette/pull/2381).</strike> it was a matter of upgrading mypy ahah
upgrade starlette everywhere: #2400 was not complete --- <strike>still wip, because of starlette middleware types (https://github.com/encode/starlette/pull/2180, https://github.com/encode/starlette/pull/2381).</strike> it was a matter of upgrading mypy ahah
closed
2024-02-05T18:04:46Z
2024-02-05T21:35:51Z
2024-02-05T21:35:50Z
severo
2,119,109,081
upgrade starlette
fixes #2399
upgrade starlette: fixes #2399
closed
2024-02-05T17:41:10Z
2024-02-05T17:54:18Z
2024-02-05T17:54:17Z
severo
2,119,095,738
upgrade starlette
null
upgrade starlette:
closed
2024-02-05T17:34:08Z
2024-02-05T17:54:18Z
2024-02-05T17:54:18Z
severo
2,119,091,310
Bump starlette from 0.28.0 to 0.36.2 in /services/worker
Bumps [starlette](https://github.com/encode/starlette) from 0.28.0 to 0.36.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/releases">starlette's releases</a>.</em></p> <blockquote> <h2>Version 0.36.2</h2> <h2>Fixed</h2> <ul> <li>Upgrade <code>python-multipart</code> to <code>0.0.7</code> <a href="https://github.com/encode/starlette/blob/HEAD/13e5c26a27f4903924624736abd6131b2da80cc5">13e5c26</a>.</li> <li>Avoid duplicate charset on <code>Content-Type</code> <a href="https://github.com/encode/starlette/2443">#2443</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.36.1...0.36.2">https://github.com/encode/starlette/compare/0.36.1...0.36.2</a></p> <h2>Version 0.36.1</h2> <h2>Fixed</h2> <ul> <li>Check if &quot;extensions&quot; in scope before checking the extension <a href="http://redirect.github.com/encode/starlette/pull/2438">#2438</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.36.0...0.36.1">https://github.com/encode/starlette/compare/0.36.0...0.36.1</a></p> <h2>Version 0.36.0</h2> <h2>Added</h2> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="http://redirect.github.com/encode/starlette/pull/2435">#2435</a>.</li> <li>Cancel <code>WebSocketTestSession</code> on close <a href="http://redirect.github.com/encode/starlette/pull/2427">#2427</a>.</li> <li>Raise <code>WebSocketDisconnect</code> when <code>WebSocket.send()</code> excepts <code>IOError</code> <a href="http://redirect.github.com/encode/starlette/pull/2425">#2425</a>.</li> <li>Raise <code>FileNotFoundError</code> when the <code>env_file</code> parameter on <code>Config</code> is not valid <a href="http://redirect.github.com/encode/starlette/pull/2422">#2422</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.35.1...0.36.0">https://github.com/encode/starlette/compare/0.35.1...0.36.0</a></p> <h2>Version 0.35.1</h2> <h2>Fixed</h2> <ul> <li>Stop using the deprecated &quot;method&quot; parameter in <code>FileResponse</code> inside of <code>StaticFiles</code> <a href="https://redirect.github.com/encode/starlette/pull/2406">#2406</a>.</li> <li>Make <code>typing-extensions</code> optional again <a href="https://redirect.github.com/encode/starlette/pull/2409">#2409</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.35.0...0.35.1">https://github.com/encode/starlette/compare/0.35.0...0.35.1</a></p> <h2>Version 0.35.0</h2> <h2>Added</h2> <ul> <li>Add <code>*args</code> to <code>Middleware</code> and improve its type hints <a href="https://redirect.github.com/encode/starlette/pull/2381">#2381</a>.</li> </ul> <h2>Fixed</h2> <ul> <li>Use <code>Iterable</code> instead <code>Iterator</code> on <code>iterate_in_threadpool</code> <a href="https://redirect.github.com/encode/starlette/pull/2362">#2362</a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/blob/master/docs/release-notes.md">starlette's changelog</a>.</em></p> <blockquote> <h2>0.36.2</h2> <p>February 3, 2024</p> <h4>Fixed</h4> <ul> <li>Upgrade <code>python-multipart</code> to <code>0.0.7</code> <a href="https://github.com/encode/starlette/blob/master/docs/13e5c26a27f4903924624736abd6131b2da80cc5">13e5c26</a>.</li> <li>Avoid duplicate charset on <code>Content-Type</code> <a href="https://github.com/encode/starlette/2443">#2443</a>.</li> </ul> <h2>0.36.1</h2> <p>January 23, 2024</p> <h4>Fixed</h4> <ul> <li>Check if &quot;extensions&quot; in scope before checking the extension <a href="http://redirect.github.com/encode/starlette/pull/2438">#2438</a>.</li> </ul> <h2>0.36.0</h2> <p>January 22, 2024</p> <h4>Added</h4> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="http://redirect.github.com/encode/starlette/pull/2435">#2435</a>.</li> <li>Cancel <code>WebSocketTestSession</code> on close <a href="http://redirect.github.com/encode/starlette/pull/2427">#2427</a>.</li> <li>Raise <code>WebSocketDisconnect</code> when <code>WebSocket.send()</code> excepts <code>IOError</code> <a href="http://redirect.github.com/encode/starlette/pull/2425">#2425</a>.</li> <li>Raise <code>FileNotFoundError</code> when the <code>env_file</code> parameter on <code>Config</code> is not valid <a href="http://redirect.github.com/encode/starlette/pull/2422">#2422</a>.</li> </ul> <h2>0.35.1</h2> <p>January 11, 2024</p> <h4>Fixed</h4> <ul> <li>Stop using the deprecated &quot;method&quot; parameter in <code>FileResponse</code> inside of <code>StaticFiles</code> <a href="https://redirect.github.com/encode/starlette/pull/2406">#2406</a>.</li> <li>Make <code>typing-extensions</code> optional again <a href="https://redirect.github.com/encode/starlette/pull/2409">#2409</a>.</li> </ul> <h2>0.35.0</h2> <p>January 11, 2024</p> <h4>Added</h4> <ul> <li>Add <code>*args</code> to <code>Middleware</code> and improve its type hints <a href="https://redirect.github.com/encode/starlette/pull/2381">#2381</a>.</li> </ul> <h4>Fixed</h4> <ul> <li>Use <code>Iterable</code> instead <code>Iterator</code> on <code>iterate_in_threadpool</code> <a href="https://redirect.github.com/encode/starlette/pull/2362">#2362</a>.</li> </ul> <h4>Changes</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/encode/starlette/commit/04a7d9d8d1db3734c028d89a6a3fd636ddcafedf"><code>04a7d9d</code></a> Version 0.36.2 (<a href="https://redirect.github.com/encode/starlette/issues/2456">#2456</a>)</li> <li><a href="https://github.com/encode/starlette/commit/13e5c26a27f4903924624736abd6131b2da80cc5"><code>13e5c26</code></a> Merge pull request from GHSA-93gm-qmq6-w238</li> <li><a href="https://github.com/encode/starlette/commit/b8eebef38711902769fc1846c9bb2a1fcd26960d"><code>b8eebef</code></a> Avoid duplicate charset on <code>Content-Type</code> (<a href="https://redirect.github.com/encode/starlette/issues/2443">#2443</a>)</li> <li><a href="https://github.com/encode/starlette/commit/8da52c2243b8855426c40c16ae24b27734824078"><code>8da52c2</code></a> Bump the python-packages group with 4 updates (<a href="https://redirect.github.com/encode/starlette/issues/2455">#2455</a>)</li> <li><a href="https://github.com/encode/starlette/commit/4355e6bc288e14dea9597ad9c9265c0f9cad33c0"><code>4355e6b</code></a> Fix nav override for newer version of Mkdocs Material (<a href="https://redirect.github.com/encode/starlette/issues/2444">#2444</a>)</li> <li><a href="https://github.com/encode/starlette/commit/433da65fc1431754dae0c3c87290b0421aa4a6f9"><code>433da65</code></a> Version 0.36.1 (<a href="https://redirect.github.com/encode/starlette/issues/2440">#2440</a>)</li> <li><a href="https://github.com/encode/starlette/commit/4ca0a8757a6ac5938c64f8ce925e3abe95625468"><code>4ca0a87</code></a> Downgrade mkdocs-material (<a href="https://redirect.github.com/encode/starlette/issues/2439">#2439</a>)</li> <li><a href="https://github.com/encode/starlette/commit/e54be85aba48201b0f1c061c892bdc380efb754d"><code>e54be85</code></a> Check if &quot;extensions&quot; in scope before checking the extension (<a href="https://redirect.github.com/encode/starlette/issues/2438">#2438</a>)</li> <li><a href="https://github.com/encode/starlette/commit/8d09cf4b692a8e28a2f52c7cfa108c80471ffc21"><code>8d09cf4</code></a> Version 0.36.0 (<a href="https://redirect.github.com/encode/starlette/issues/2432">#2432</a>)</li> <li><a href="https://github.com/encode/starlette/commit/7936e86f0a0eb7494aee8a1094b0ccda31c67a72"><code>7936e86</code></a> Add support for ASGI <code>pathsend</code> extension (<a href="https://redirect.github.com/encode/starlette/issues/2435">#2435</a>)</li> <li>Additional commits viewable in <a href="https://github.com/encode/starlette/compare/0.28.0...0.36.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=starlette&package-manager=pip&previous-version=0.28.0&new-version=0.36.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/huggingface/datasets-server/network/alerts). </details>
Bump starlette from 0.28.0 to 0.36.2 in /services/worker: Bumps [starlette](https://github.com/encode/starlette) from 0.28.0 to 0.36.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/releases">starlette's releases</a>.</em></p> <blockquote> <h2>Version 0.36.2</h2> <h2>Fixed</h2> <ul> <li>Upgrade <code>python-multipart</code> to <code>0.0.7</code> <a href="https://github.com/encode/starlette/blob/HEAD/13e5c26a27f4903924624736abd6131b2da80cc5">13e5c26</a>.</li> <li>Avoid duplicate charset on <code>Content-Type</code> <a href="https://github.com/encode/starlette/2443">#2443</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.36.1...0.36.2">https://github.com/encode/starlette/compare/0.36.1...0.36.2</a></p> <h2>Version 0.36.1</h2> <h2>Fixed</h2> <ul> <li>Check if &quot;extensions&quot; in scope before checking the extension <a href="http://redirect.github.com/encode/starlette/pull/2438">#2438</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.36.0...0.36.1">https://github.com/encode/starlette/compare/0.36.0...0.36.1</a></p> <h2>Version 0.36.0</h2> <h2>Added</h2> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="http://redirect.github.com/encode/starlette/pull/2435">#2435</a>.</li> <li>Cancel <code>WebSocketTestSession</code> on close <a href="http://redirect.github.com/encode/starlette/pull/2427">#2427</a>.</li> <li>Raise <code>WebSocketDisconnect</code> when <code>WebSocket.send()</code> excepts <code>IOError</code> <a href="http://redirect.github.com/encode/starlette/pull/2425">#2425</a>.</li> <li>Raise <code>FileNotFoundError</code> when the <code>env_file</code> parameter on <code>Config</code> is not valid <a href="http://redirect.github.com/encode/starlette/pull/2422">#2422</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.35.1...0.36.0">https://github.com/encode/starlette/compare/0.35.1...0.36.0</a></p> <h2>Version 0.35.1</h2> <h2>Fixed</h2> <ul> <li>Stop using the deprecated &quot;method&quot; parameter in <code>FileResponse</code> inside of <code>StaticFiles</code> <a href="https://redirect.github.com/encode/starlette/pull/2406">#2406</a>.</li> <li>Make <code>typing-extensions</code> optional again <a href="https://redirect.github.com/encode/starlette/pull/2409">#2409</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.35.0...0.35.1">https://github.com/encode/starlette/compare/0.35.0...0.35.1</a></p> <h2>Version 0.35.0</h2> <h2>Added</h2> <ul> <li>Add <code>*args</code> to <code>Middleware</code> and improve its type hints <a href="https://redirect.github.com/encode/starlette/pull/2381">#2381</a>.</li> </ul> <h2>Fixed</h2> <ul> <li>Use <code>Iterable</code> instead <code>Iterator</code> on <code>iterate_in_threadpool</code> <a href="https://redirect.github.com/encode/starlette/pull/2362">#2362</a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/blob/master/docs/release-notes.md">starlette's changelog</a>.</em></p> <blockquote> <h2>0.36.2</h2> <p>February 3, 2024</p> <h4>Fixed</h4> <ul> <li>Upgrade <code>python-multipart</code> to <code>0.0.7</code> <a href="https://github.com/encode/starlette/blob/master/docs/13e5c26a27f4903924624736abd6131b2da80cc5">13e5c26</a>.</li> <li>Avoid duplicate charset on <code>Content-Type</code> <a href="https://github.com/encode/starlette/2443">#2443</a>.</li> </ul> <h2>0.36.1</h2> <p>January 23, 2024</p> <h4>Fixed</h4> <ul> <li>Check if &quot;extensions&quot; in scope before checking the extension <a href="http://redirect.github.com/encode/starlette/pull/2438">#2438</a>.</li> </ul> <h2>0.36.0</h2> <p>January 22, 2024</p> <h4>Added</h4> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="http://redirect.github.com/encode/starlette/pull/2435">#2435</a>.</li> <li>Cancel <code>WebSocketTestSession</code> on close <a href="http://redirect.github.com/encode/starlette/pull/2427">#2427</a>.</li> <li>Raise <code>WebSocketDisconnect</code> when <code>WebSocket.send()</code> excepts <code>IOError</code> <a href="http://redirect.github.com/encode/starlette/pull/2425">#2425</a>.</li> <li>Raise <code>FileNotFoundError</code> when the <code>env_file</code> parameter on <code>Config</code> is not valid <a href="http://redirect.github.com/encode/starlette/pull/2422">#2422</a>.</li> </ul> <h2>0.35.1</h2> <p>January 11, 2024</p> <h4>Fixed</h4> <ul> <li>Stop using the deprecated &quot;method&quot; parameter in <code>FileResponse</code> inside of <code>StaticFiles</code> <a href="https://redirect.github.com/encode/starlette/pull/2406">#2406</a>.</li> <li>Make <code>typing-extensions</code> optional again <a href="https://redirect.github.com/encode/starlette/pull/2409">#2409</a>.</li> </ul> <h2>0.35.0</h2> <p>January 11, 2024</p> <h4>Added</h4> <ul> <li>Add <code>*args</code> to <code>Middleware</code> and improve its type hints <a href="https://redirect.github.com/encode/starlette/pull/2381">#2381</a>.</li> </ul> <h4>Fixed</h4> <ul> <li>Use <code>Iterable</code> instead <code>Iterator</code> on <code>iterate_in_threadpool</code> <a href="https://redirect.github.com/encode/starlette/pull/2362">#2362</a>.</li> </ul> <h4>Changes</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/encode/starlette/commit/04a7d9d8d1db3734c028d89a6a3fd636ddcafedf"><code>04a7d9d</code></a> Version 0.36.2 (<a href="https://redirect.github.com/encode/starlette/issues/2456">#2456</a>)</li> <li><a href="https://github.com/encode/starlette/commit/13e5c26a27f4903924624736abd6131b2da80cc5"><code>13e5c26</code></a> Merge pull request from GHSA-93gm-qmq6-w238</li> <li><a href="https://github.com/encode/starlette/commit/b8eebef38711902769fc1846c9bb2a1fcd26960d"><code>b8eebef</code></a> Avoid duplicate charset on <code>Content-Type</code> (<a href="https://redirect.github.com/encode/starlette/issues/2443">#2443</a>)</li> <li><a href="https://github.com/encode/starlette/commit/8da52c2243b8855426c40c16ae24b27734824078"><code>8da52c2</code></a> Bump the python-packages group with 4 updates (<a href="https://redirect.github.com/encode/starlette/issues/2455">#2455</a>)</li> <li><a href="https://github.com/encode/starlette/commit/4355e6bc288e14dea9597ad9c9265c0f9cad33c0"><code>4355e6b</code></a> Fix nav override for newer version of Mkdocs Material (<a href="https://redirect.github.com/encode/starlette/issues/2444">#2444</a>)</li> <li><a href="https://github.com/encode/starlette/commit/433da65fc1431754dae0c3c87290b0421aa4a6f9"><code>433da65</code></a> Version 0.36.1 (<a href="https://redirect.github.com/encode/starlette/issues/2440">#2440</a>)</li> <li><a href="https://github.com/encode/starlette/commit/4ca0a8757a6ac5938c64f8ce925e3abe95625468"><code>4ca0a87</code></a> Downgrade mkdocs-material (<a href="https://redirect.github.com/encode/starlette/issues/2439">#2439</a>)</li> <li><a href="https://github.com/encode/starlette/commit/e54be85aba48201b0f1c061c892bdc380efb754d"><code>e54be85</code></a> Check if &quot;extensions&quot; in scope before checking the extension (<a href="https://redirect.github.com/encode/starlette/issues/2438">#2438</a>)</li> <li><a href="https://github.com/encode/starlette/commit/8d09cf4b692a8e28a2f52c7cfa108c80471ffc21"><code>8d09cf4</code></a> Version 0.36.0 (<a href="https://redirect.github.com/encode/starlette/issues/2432">#2432</a>)</li> <li><a href="https://github.com/encode/starlette/commit/7936e86f0a0eb7494aee8a1094b0ccda31c67a72"><code>7936e86</code></a> Add support for ASGI <code>pathsend</code> extension (<a href="https://redirect.github.com/encode/starlette/issues/2435">#2435</a>)</li> <li>Additional commits viewable in <a href="https://github.com/encode/starlette/compare/0.28.0...0.36.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=starlette&package-manager=pip&previous-version=0.28.0&new-version=0.36.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/huggingface/datasets-server/network/alerts). </details>
closed
2024-02-05T17:31:46Z
2024-02-05T21:36:34Z
2024-02-05T21:36:32Z
dependabot[bot]
2,119,088,004
Bump starlette from 0.28.0 to 0.36.2 in /jobs/cache_maintenance
Bumps [starlette](https://github.com/encode/starlette) from 0.28.0 to 0.36.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/releases">starlette's releases</a>.</em></p> <blockquote> <h2>Version 0.36.2</h2> <h2>Fixed</h2> <ul> <li>Upgrade <code>python-multipart</code> to <code>0.0.7</code> <a href="https://github.com/encode/starlette/blob/HEAD/13e5c26a27f4903924624736abd6131b2da80cc5">13e5c26</a>.</li> <li>Avoid duplicate charset on <code>Content-Type</code> <a href="https://github.com/encode/starlette/2443">#2443</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.36.1...0.36.2">https://github.com/encode/starlette/compare/0.36.1...0.36.2</a></p> <h2>Version 0.36.1</h2> <h2>Fixed</h2> <ul> <li>Check if &quot;extensions&quot; in scope before checking the extension <a href="http://redirect.github.com/encode/starlette/pull/2438">#2438</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.36.0...0.36.1">https://github.com/encode/starlette/compare/0.36.0...0.36.1</a></p> <h2>Version 0.36.0</h2> <h2>Added</h2> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="http://redirect.github.com/encode/starlette/pull/2435">#2435</a>.</li> <li>Cancel <code>WebSocketTestSession</code> on close <a href="http://redirect.github.com/encode/starlette/pull/2427">#2427</a>.</li> <li>Raise <code>WebSocketDisconnect</code> when <code>WebSocket.send()</code> excepts <code>IOError</code> <a href="http://redirect.github.com/encode/starlette/pull/2425">#2425</a>.</li> <li>Raise <code>FileNotFoundError</code> when the <code>env_file</code> parameter on <code>Config</code> is not valid <a href="http://redirect.github.com/encode/starlette/pull/2422">#2422</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.35.1...0.36.0">https://github.com/encode/starlette/compare/0.35.1...0.36.0</a></p> <h2>Version 0.35.1</h2> <h2>Fixed</h2> <ul> <li>Stop using the deprecated &quot;method&quot; parameter in <code>FileResponse</code> inside of <code>StaticFiles</code> <a href="https://redirect.github.com/encode/starlette/pull/2406">#2406</a>.</li> <li>Make <code>typing-extensions</code> optional again <a href="https://redirect.github.com/encode/starlette/pull/2409">#2409</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.35.0...0.35.1">https://github.com/encode/starlette/compare/0.35.0...0.35.1</a></p> <h2>Version 0.35.0</h2> <h2>Added</h2> <ul> <li>Add <code>*args</code> to <code>Middleware</code> and improve its type hints <a href="https://redirect.github.com/encode/starlette/pull/2381">#2381</a>.</li> </ul> <h2>Fixed</h2> <ul> <li>Use <code>Iterable</code> instead <code>Iterator</code> on <code>iterate_in_threadpool</code> <a href="https://redirect.github.com/encode/starlette/pull/2362">#2362</a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/blob/master/docs/release-notes.md">starlette's changelog</a>.</em></p> <blockquote> <h2>0.36.2</h2> <p>February 3, 2024</p> <h4>Fixed</h4> <ul> <li>Upgrade <code>python-multipart</code> to <code>0.0.7</code> <a href="https://github.com/encode/starlette/blob/master/docs/13e5c26a27f4903924624736abd6131b2da80cc5">13e5c26</a>.</li> <li>Avoid duplicate charset on <code>Content-Type</code> <a href="https://github.com/encode/starlette/2443">#2443</a>.</li> </ul> <h2>0.36.1</h2> <p>January 23, 2024</p> <h4>Fixed</h4> <ul> <li>Check if &quot;extensions&quot; in scope before checking the extension <a href="http://redirect.github.com/encode/starlette/pull/2438">#2438</a>.</li> </ul> <h2>0.36.0</h2> <p>January 22, 2024</p> <h4>Added</h4> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="http://redirect.github.com/encode/starlette/pull/2435">#2435</a>.</li> <li>Cancel <code>WebSocketTestSession</code> on close <a href="http://redirect.github.com/encode/starlette/pull/2427">#2427</a>.</li> <li>Raise <code>WebSocketDisconnect</code> when <code>WebSocket.send()</code> excepts <code>IOError</code> <a href="http://redirect.github.com/encode/starlette/pull/2425">#2425</a>.</li> <li>Raise <code>FileNotFoundError</code> when the <code>env_file</code> parameter on <code>Config</code> is not valid <a href="http://redirect.github.com/encode/starlette/pull/2422">#2422</a>.</li> </ul> <h2>0.35.1</h2> <p>January 11, 2024</p> <h4>Fixed</h4> <ul> <li>Stop using the deprecated &quot;method&quot; parameter in <code>FileResponse</code> inside of <code>StaticFiles</code> <a href="https://redirect.github.com/encode/starlette/pull/2406">#2406</a>.</li> <li>Make <code>typing-extensions</code> optional again <a href="https://redirect.github.com/encode/starlette/pull/2409">#2409</a>.</li> </ul> <h2>0.35.0</h2> <p>January 11, 2024</p> <h4>Added</h4> <ul> <li>Add <code>*args</code> to <code>Middleware</code> and improve its type hints <a href="https://redirect.github.com/encode/starlette/pull/2381">#2381</a>.</li> </ul> <h4>Fixed</h4> <ul> <li>Use <code>Iterable</code> instead <code>Iterator</code> on <code>iterate_in_threadpool</code> <a href="https://redirect.github.com/encode/starlette/pull/2362">#2362</a>.</li> </ul> <h4>Changes</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/encode/starlette/commit/04a7d9d8d1db3734c028d89a6a3fd636ddcafedf"><code>04a7d9d</code></a> Version 0.36.2 (<a href="https://redirect.github.com/encode/starlette/issues/2456">#2456</a>)</li> <li><a href="https://github.com/encode/starlette/commit/13e5c26a27f4903924624736abd6131b2da80cc5"><code>13e5c26</code></a> Merge pull request from GHSA-93gm-qmq6-w238</li> <li><a href="https://github.com/encode/starlette/commit/b8eebef38711902769fc1846c9bb2a1fcd26960d"><code>b8eebef</code></a> Avoid duplicate charset on <code>Content-Type</code> (<a href="https://redirect.github.com/encode/starlette/issues/2443">#2443</a>)</li> <li><a href="https://github.com/encode/starlette/commit/8da52c2243b8855426c40c16ae24b27734824078"><code>8da52c2</code></a> Bump the python-packages group with 4 updates (<a href="https://redirect.github.com/encode/starlette/issues/2455">#2455</a>)</li> <li><a href="https://github.com/encode/starlette/commit/4355e6bc288e14dea9597ad9c9265c0f9cad33c0"><code>4355e6b</code></a> Fix nav override for newer version of Mkdocs Material (<a href="https://redirect.github.com/encode/starlette/issues/2444">#2444</a>)</li> <li><a href="https://github.com/encode/starlette/commit/433da65fc1431754dae0c3c87290b0421aa4a6f9"><code>433da65</code></a> Version 0.36.1 (<a href="https://redirect.github.com/encode/starlette/issues/2440">#2440</a>)</li> <li><a href="https://github.com/encode/starlette/commit/4ca0a8757a6ac5938c64f8ce925e3abe95625468"><code>4ca0a87</code></a> Downgrade mkdocs-material (<a href="https://redirect.github.com/encode/starlette/issues/2439">#2439</a>)</li> <li><a href="https://github.com/encode/starlette/commit/e54be85aba48201b0f1c061c892bdc380efb754d"><code>e54be85</code></a> Check if &quot;extensions&quot; in scope before checking the extension (<a href="https://redirect.github.com/encode/starlette/issues/2438">#2438</a>)</li> <li><a href="https://github.com/encode/starlette/commit/8d09cf4b692a8e28a2f52c7cfa108c80471ffc21"><code>8d09cf4</code></a> Version 0.36.0 (<a href="https://redirect.github.com/encode/starlette/issues/2432">#2432</a>)</li> <li><a href="https://github.com/encode/starlette/commit/7936e86f0a0eb7494aee8a1094b0ccda31c67a72"><code>7936e86</code></a> Add support for ASGI <code>pathsend</code> extension (<a href="https://redirect.github.com/encode/starlette/issues/2435">#2435</a>)</li> <li>Additional commits viewable in <a href="https://github.com/encode/starlette/compare/0.28.0...0.36.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=starlette&package-manager=pip&previous-version=0.28.0&new-version=0.36.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/huggingface/datasets-server/network/alerts). </details>
Bump starlette from 0.28.0 to 0.36.2 in /jobs/cache_maintenance: Bumps [starlette](https://github.com/encode/starlette) from 0.28.0 to 0.36.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/releases">starlette's releases</a>.</em></p> <blockquote> <h2>Version 0.36.2</h2> <h2>Fixed</h2> <ul> <li>Upgrade <code>python-multipart</code> to <code>0.0.7</code> <a href="https://github.com/encode/starlette/blob/HEAD/13e5c26a27f4903924624736abd6131b2da80cc5">13e5c26</a>.</li> <li>Avoid duplicate charset on <code>Content-Type</code> <a href="https://github.com/encode/starlette/2443">#2443</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.36.1...0.36.2">https://github.com/encode/starlette/compare/0.36.1...0.36.2</a></p> <h2>Version 0.36.1</h2> <h2>Fixed</h2> <ul> <li>Check if &quot;extensions&quot; in scope before checking the extension <a href="http://redirect.github.com/encode/starlette/pull/2438">#2438</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.36.0...0.36.1">https://github.com/encode/starlette/compare/0.36.0...0.36.1</a></p> <h2>Version 0.36.0</h2> <h2>Added</h2> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="http://redirect.github.com/encode/starlette/pull/2435">#2435</a>.</li> <li>Cancel <code>WebSocketTestSession</code> on close <a href="http://redirect.github.com/encode/starlette/pull/2427">#2427</a>.</li> <li>Raise <code>WebSocketDisconnect</code> when <code>WebSocket.send()</code> excepts <code>IOError</code> <a href="http://redirect.github.com/encode/starlette/pull/2425">#2425</a>.</li> <li>Raise <code>FileNotFoundError</code> when the <code>env_file</code> parameter on <code>Config</code> is not valid <a href="http://redirect.github.com/encode/starlette/pull/2422">#2422</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.35.1...0.36.0">https://github.com/encode/starlette/compare/0.35.1...0.36.0</a></p> <h2>Version 0.35.1</h2> <h2>Fixed</h2> <ul> <li>Stop using the deprecated &quot;method&quot; parameter in <code>FileResponse</code> inside of <code>StaticFiles</code> <a href="https://redirect.github.com/encode/starlette/pull/2406">#2406</a>.</li> <li>Make <code>typing-extensions</code> optional again <a href="https://redirect.github.com/encode/starlette/pull/2409">#2409</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.35.0...0.35.1">https://github.com/encode/starlette/compare/0.35.0...0.35.1</a></p> <h2>Version 0.35.0</h2> <h2>Added</h2> <ul> <li>Add <code>*args</code> to <code>Middleware</code> and improve its type hints <a href="https://redirect.github.com/encode/starlette/pull/2381">#2381</a>.</li> </ul> <h2>Fixed</h2> <ul> <li>Use <code>Iterable</code> instead <code>Iterator</code> on <code>iterate_in_threadpool</code> <a href="https://redirect.github.com/encode/starlette/pull/2362">#2362</a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/blob/master/docs/release-notes.md">starlette's changelog</a>.</em></p> <blockquote> <h2>0.36.2</h2> <p>February 3, 2024</p> <h4>Fixed</h4> <ul> <li>Upgrade <code>python-multipart</code> to <code>0.0.7</code> <a href="https://github.com/encode/starlette/blob/master/docs/13e5c26a27f4903924624736abd6131b2da80cc5">13e5c26</a>.</li> <li>Avoid duplicate charset on <code>Content-Type</code> <a href="https://github.com/encode/starlette/2443">#2443</a>.</li> </ul> <h2>0.36.1</h2> <p>January 23, 2024</p> <h4>Fixed</h4> <ul> <li>Check if &quot;extensions&quot; in scope before checking the extension <a href="http://redirect.github.com/encode/starlette/pull/2438">#2438</a>.</li> </ul> <h2>0.36.0</h2> <p>January 22, 2024</p> <h4>Added</h4> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="http://redirect.github.com/encode/starlette/pull/2435">#2435</a>.</li> <li>Cancel <code>WebSocketTestSession</code> on close <a href="http://redirect.github.com/encode/starlette/pull/2427">#2427</a>.</li> <li>Raise <code>WebSocketDisconnect</code> when <code>WebSocket.send()</code> excepts <code>IOError</code> <a href="http://redirect.github.com/encode/starlette/pull/2425">#2425</a>.</li> <li>Raise <code>FileNotFoundError</code> when the <code>env_file</code> parameter on <code>Config</code> is not valid <a href="http://redirect.github.com/encode/starlette/pull/2422">#2422</a>.</li> </ul> <h2>0.35.1</h2> <p>January 11, 2024</p> <h4>Fixed</h4> <ul> <li>Stop using the deprecated &quot;method&quot; parameter in <code>FileResponse</code> inside of <code>StaticFiles</code> <a href="https://redirect.github.com/encode/starlette/pull/2406">#2406</a>.</li> <li>Make <code>typing-extensions</code> optional again <a href="https://redirect.github.com/encode/starlette/pull/2409">#2409</a>.</li> </ul> <h2>0.35.0</h2> <p>January 11, 2024</p> <h4>Added</h4> <ul> <li>Add <code>*args</code> to <code>Middleware</code> and improve its type hints <a href="https://redirect.github.com/encode/starlette/pull/2381">#2381</a>.</li> </ul> <h4>Fixed</h4> <ul> <li>Use <code>Iterable</code> instead <code>Iterator</code> on <code>iterate_in_threadpool</code> <a href="https://redirect.github.com/encode/starlette/pull/2362">#2362</a>.</li> </ul> <h4>Changes</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/encode/starlette/commit/04a7d9d8d1db3734c028d89a6a3fd636ddcafedf"><code>04a7d9d</code></a> Version 0.36.2 (<a href="https://redirect.github.com/encode/starlette/issues/2456">#2456</a>)</li> <li><a href="https://github.com/encode/starlette/commit/13e5c26a27f4903924624736abd6131b2da80cc5"><code>13e5c26</code></a> Merge pull request from GHSA-93gm-qmq6-w238</li> <li><a href="https://github.com/encode/starlette/commit/b8eebef38711902769fc1846c9bb2a1fcd26960d"><code>b8eebef</code></a> Avoid duplicate charset on <code>Content-Type</code> (<a href="https://redirect.github.com/encode/starlette/issues/2443">#2443</a>)</li> <li><a href="https://github.com/encode/starlette/commit/8da52c2243b8855426c40c16ae24b27734824078"><code>8da52c2</code></a> Bump the python-packages group with 4 updates (<a href="https://redirect.github.com/encode/starlette/issues/2455">#2455</a>)</li> <li><a href="https://github.com/encode/starlette/commit/4355e6bc288e14dea9597ad9c9265c0f9cad33c0"><code>4355e6b</code></a> Fix nav override for newer version of Mkdocs Material (<a href="https://redirect.github.com/encode/starlette/issues/2444">#2444</a>)</li> <li><a href="https://github.com/encode/starlette/commit/433da65fc1431754dae0c3c87290b0421aa4a6f9"><code>433da65</code></a> Version 0.36.1 (<a href="https://redirect.github.com/encode/starlette/issues/2440">#2440</a>)</li> <li><a href="https://github.com/encode/starlette/commit/4ca0a8757a6ac5938c64f8ce925e3abe95625468"><code>4ca0a87</code></a> Downgrade mkdocs-material (<a href="https://redirect.github.com/encode/starlette/issues/2439">#2439</a>)</li> <li><a href="https://github.com/encode/starlette/commit/e54be85aba48201b0f1c061c892bdc380efb754d"><code>e54be85</code></a> Check if &quot;extensions&quot; in scope before checking the extension (<a href="https://redirect.github.com/encode/starlette/issues/2438">#2438</a>)</li> <li><a href="https://github.com/encode/starlette/commit/8d09cf4b692a8e28a2f52c7cfa108c80471ffc21"><code>8d09cf4</code></a> Version 0.36.0 (<a href="https://redirect.github.com/encode/starlette/issues/2432">#2432</a>)</li> <li><a href="https://github.com/encode/starlette/commit/7936e86f0a0eb7494aee8a1094b0ccda31c67a72"><code>7936e86</code></a> Add support for ASGI <code>pathsend</code> extension (<a href="https://redirect.github.com/encode/starlette/issues/2435">#2435</a>)</li> <li>Additional commits viewable in <a href="https://github.com/encode/starlette/compare/0.28.0...0.36.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=starlette&package-manager=pip&previous-version=0.28.0&new-version=0.36.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/huggingface/datasets-server/network/alerts). </details>
closed
2024-02-05T17:30:08Z
2024-02-05T17:55:19Z
2024-02-05T17:55:17Z
dependabot[bot]
2,119,087,368
Bump starlette from 0.28.0 to 0.36.2 in /libs/libcommon
Bumps [starlette](https://github.com/encode/starlette) from 0.28.0 to 0.36.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/releases">starlette's releases</a>.</em></p> <blockquote> <h2>Version 0.36.2</h2> <h2>Fixed</h2> <ul> <li>Upgrade <code>python-multipart</code> to <code>0.0.7</code> <a href="https://github.com/encode/starlette/blob/HEAD/13e5c26a27f4903924624736abd6131b2da80cc5">13e5c26</a>.</li> <li>Avoid duplicate charset on <code>Content-Type</code> <a href="https://github.com/encode/starlette/2443">#2443</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.36.1...0.36.2">https://github.com/encode/starlette/compare/0.36.1...0.36.2</a></p> <h2>Version 0.36.1</h2> <h2>Fixed</h2> <ul> <li>Check if &quot;extensions&quot; in scope before checking the extension <a href="http://redirect.github.com/encode/starlette/pull/2438">#2438</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.36.0...0.36.1">https://github.com/encode/starlette/compare/0.36.0...0.36.1</a></p> <h2>Version 0.36.0</h2> <h2>Added</h2> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="http://redirect.github.com/encode/starlette/pull/2435">#2435</a>.</li> <li>Cancel <code>WebSocketTestSession</code> on close <a href="http://redirect.github.com/encode/starlette/pull/2427">#2427</a>.</li> <li>Raise <code>WebSocketDisconnect</code> when <code>WebSocket.send()</code> excepts <code>IOError</code> <a href="http://redirect.github.com/encode/starlette/pull/2425">#2425</a>.</li> <li>Raise <code>FileNotFoundError</code> when the <code>env_file</code> parameter on <code>Config</code> is not valid <a href="http://redirect.github.com/encode/starlette/pull/2422">#2422</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.35.1...0.36.0">https://github.com/encode/starlette/compare/0.35.1...0.36.0</a></p> <h2>Version 0.35.1</h2> <h2>Fixed</h2> <ul> <li>Stop using the deprecated &quot;method&quot; parameter in <code>FileResponse</code> inside of <code>StaticFiles</code> <a href="https://redirect.github.com/encode/starlette/pull/2406">#2406</a>.</li> <li>Make <code>typing-extensions</code> optional again <a href="https://redirect.github.com/encode/starlette/pull/2409">#2409</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.35.0...0.35.1">https://github.com/encode/starlette/compare/0.35.0...0.35.1</a></p> <h2>Version 0.35.0</h2> <h2>Added</h2> <ul> <li>Add <code>*args</code> to <code>Middleware</code> and improve its type hints <a href="https://redirect.github.com/encode/starlette/pull/2381">#2381</a>.</li> </ul> <h2>Fixed</h2> <ul> <li>Use <code>Iterable</code> instead <code>Iterator</code> on <code>iterate_in_threadpool</code> <a href="https://redirect.github.com/encode/starlette/pull/2362">#2362</a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/blob/master/docs/release-notes.md">starlette's changelog</a>.</em></p> <blockquote> <h2>0.36.2</h2> <p>February 3, 2024</p> <h4>Fixed</h4> <ul> <li>Upgrade <code>python-multipart</code> to <code>0.0.7</code> <a href="https://github.com/encode/starlette/blob/master/docs/13e5c26a27f4903924624736abd6131b2da80cc5">13e5c26</a>.</li> <li>Avoid duplicate charset on <code>Content-Type</code> <a href="https://github.com/encode/starlette/2443">#2443</a>.</li> </ul> <h2>0.36.1</h2> <p>January 23, 2024</p> <h4>Fixed</h4> <ul> <li>Check if &quot;extensions&quot; in scope before checking the extension <a href="http://redirect.github.com/encode/starlette/pull/2438">#2438</a>.</li> </ul> <h2>0.36.0</h2> <p>January 22, 2024</p> <h4>Added</h4> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="http://redirect.github.com/encode/starlette/pull/2435">#2435</a>.</li> <li>Cancel <code>WebSocketTestSession</code> on close <a href="http://redirect.github.com/encode/starlette/pull/2427">#2427</a>.</li> <li>Raise <code>WebSocketDisconnect</code> when <code>WebSocket.send()</code> excepts <code>IOError</code> <a href="http://redirect.github.com/encode/starlette/pull/2425">#2425</a>.</li> <li>Raise <code>FileNotFoundError</code> when the <code>env_file</code> parameter on <code>Config</code> is not valid <a href="http://redirect.github.com/encode/starlette/pull/2422">#2422</a>.</li> </ul> <h2>0.35.1</h2> <p>January 11, 2024</p> <h4>Fixed</h4> <ul> <li>Stop using the deprecated &quot;method&quot; parameter in <code>FileResponse</code> inside of <code>StaticFiles</code> <a href="https://redirect.github.com/encode/starlette/pull/2406">#2406</a>.</li> <li>Make <code>typing-extensions</code> optional again <a href="https://redirect.github.com/encode/starlette/pull/2409">#2409</a>.</li> </ul> <h2>0.35.0</h2> <p>January 11, 2024</p> <h4>Added</h4> <ul> <li>Add <code>*args</code> to <code>Middleware</code> and improve its type hints <a href="https://redirect.github.com/encode/starlette/pull/2381">#2381</a>.</li> </ul> <h4>Fixed</h4> <ul> <li>Use <code>Iterable</code> instead <code>Iterator</code> on <code>iterate_in_threadpool</code> <a href="https://redirect.github.com/encode/starlette/pull/2362">#2362</a>.</li> </ul> <h4>Changes</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/encode/starlette/commit/04a7d9d8d1db3734c028d89a6a3fd636ddcafedf"><code>04a7d9d</code></a> Version 0.36.2 (<a href="https://redirect.github.com/encode/starlette/issues/2456">#2456</a>)</li> <li><a href="https://github.com/encode/starlette/commit/13e5c26a27f4903924624736abd6131b2da80cc5"><code>13e5c26</code></a> Merge pull request from GHSA-93gm-qmq6-w238</li> <li><a href="https://github.com/encode/starlette/commit/b8eebef38711902769fc1846c9bb2a1fcd26960d"><code>b8eebef</code></a> Avoid duplicate charset on <code>Content-Type</code> (<a href="https://redirect.github.com/encode/starlette/issues/2443">#2443</a>)</li> <li><a href="https://github.com/encode/starlette/commit/8da52c2243b8855426c40c16ae24b27734824078"><code>8da52c2</code></a> Bump the python-packages group with 4 updates (<a href="https://redirect.github.com/encode/starlette/issues/2455">#2455</a>)</li> <li><a href="https://github.com/encode/starlette/commit/4355e6bc288e14dea9597ad9c9265c0f9cad33c0"><code>4355e6b</code></a> Fix nav override for newer version of Mkdocs Material (<a href="https://redirect.github.com/encode/starlette/issues/2444">#2444</a>)</li> <li><a href="https://github.com/encode/starlette/commit/433da65fc1431754dae0c3c87290b0421aa4a6f9"><code>433da65</code></a> Version 0.36.1 (<a href="https://redirect.github.com/encode/starlette/issues/2440">#2440</a>)</li> <li><a href="https://github.com/encode/starlette/commit/4ca0a8757a6ac5938c64f8ce925e3abe95625468"><code>4ca0a87</code></a> Downgrade mkdocs-material (<a href="https://redirect.github.com/encode/starlette/issues/2439">#2439</a>)</li> <li><a href="https://github.com/encode/starlette/commit/e54be85aba48201b0f1c061c892bdc380efb754d"><code>e54be85</code></a> Check if &quot;extensions&quot; in scope before checking the extension (<a href="https://redirect.github.com/encode/starlette/issues/2438">#2438</a>)</li> <li><a href="https://github.com/encode/starlette/commit/8d09cf4b692a8e28a2f52c7cfa108c80471ffc21"><code>8d09cf4</code></a> Version 0.36.0 (<a href="https://redirect.github.com/encode/starlette/issues/2432">#2432</a>)</li> <li><a href="https://github.com/encode/starlette/commit/7936e86f0a0eb7494aee8a1094b0ccda31c67a72"><code>7936e86</code></a> Add support for ASGI <code>pathsend</code> extension (<a href="https://redirect.github.com/encode/starlette/issues/2435">#2435</a>)</li> <li>Additional commits viewable in <a href="https://github.com/encode/starlette/compare/0.28.0...0.36.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=starlette&package-manager=pip&previous-version=0.28.0&new-version=0.36.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/huggingface/datasets-server/network/alerts). </details>
Bump starlette from 0.28.0 to 0.36.2 in /libs/libcommon: Bumps [starlette](https://github.com/encode/starlette) from 0.28.0 to 0.36.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/releases">starlette's releases</a>.</em></p> <blockquote> <h2>Version 0.36.2</h2> <h2>Fixed</h2> <ul> <li>Upgrade <code>python-multipart</code> to <code>0.0.7</code> <a href="https://github.com/encode/starlette/blob/HEAD/13e5c26a27f4903924624736abd6131b2da80cc5">13e5c26</a>.</li> <li>Avoid duplicate charset on <code>Content-Type</code> <a href="https://github.com/encode/starlette/2443">#2443</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.36.1...0.36.2">https://github.com/encode/starlette/compare/0.36.1...0.36.2</a></p> <h2>Version 0.36.1</h2> <h2>Fixed</h2> <ul> <li>Check if &quot;extensions&quot; in scope before checking the extension <a href="http://redirect.github.com/encode/starlette/pull/2438">#2438</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.36.0...0.36.1">https://github.com/encode/starlette/compare/0.36.0...0.36.1</a></p> <h2>Version 0.36.0</h2> <h2>Added</h2> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="http://redirect.github.com/encode/starlette/pull/2435">#2435</a>.</li> <li>Cancel <code>WebSocketTestSession</code> on close <a href="http://redirect.github.com/encode/starlette/pull/2427">#2427</a>.</li> <li>Raise <code>WebSocketDisconnect</code> when <code>WebSocket.send()</code> excepts <code>IOError</code> <a href="http://redirect.github.com/encode/starlette/pull/2425">#2425</a>.</li> <li>Raise <code>FileNotFoundError</code> when the <code>env_file</code> parameter on <code>Config</code> is not valid <a href="http://redirect.github.com/encode/starlette/pull/2422">#2422</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.35.1...0.36.0">https://github.com/encode/starlette/compare/0.35.1...0.36.0</a></p> <h2>Version 0.35.1</h2> <h2>Fixed</h2> <ul> <li>Stop using the deprecated &quot;method&quot; parameter in <code>FileResponse</code> inside of <code>StaticFiles</code> <a href="https://redirect.github.com/encode/starlette/pull/2406">#2406</a>.</li> <li>Make <code>typing-extensions</code> optional again <a href="https://redirect.github.com/encode/starlette/pull/2409">#2409</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.35.0...0.35.1">https://github.com/encode/starlette/compare/0.35.0...0.35.1</a></p> <h2>Version 0.35.0</h2> <h2>Added</h2> <ul> <li>Add <code>*args</code> to <code>Middleware</code> and improve its type hints <a href="https://redirect.github.com/encode/starlette/pull/2381">#2381</a>.</li> </ul> <h2>Fixed</h2> <ul> <li>Use <code>Iterable</code> instead <code>Iterator</code> on <code>iterate_in_threadpool</code> <a href="https://redirect.github.com/encode/starlette/pull/2362">#2362</a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/blob/master/docs/release-notes.md">starlette's changelog</a>.</em></p> <blockquote> <h2>0.36.2</h2> <p>February 3, 2024</p> <h4>Fixed</h4> <ul> <li>Upgrade <code>python-multipart</code> to <code>0.0.7</code> <a href="https://github.com/encode/starlette/blob/master/docs/13e5c26a27f4903924624736abd6131b2da80cc5">13e5c26</a>.</li> <li>Avoid duplicate charset on <code>Content-Type</code> <a href="https://github.com/encode/starlette/2443">#2443</a>.</li> </ul> <h2>0.36.1</h2> <p>January 23, 2024</p> <h4>Fixed</h4> <ul> <li>Check if &quot;extensions&quot; in scope before checking the extension <a href="http://redirect.github.com/encode/starlette/pull/2438">#2438</a>.</li> </ul> <h2>0.36.0</h2> <p>January 22, 2024</p> <h4>Added</h4> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="http://redirect.github.com/encode/starlette/pull/2435">#2435</a>.</li> <li>Cancel <code>WebSocketTestSession</code> on close <a href="http://redirect.github.com/encode/starlette/pull/2427">#2427</a>.</li> <li>Raise <code>WebSocketDisconnect</code> when <code>WebSocket.send()</code> excepts <code>IOError</code> <a href="http://redirect.github.com/encode/starlette/pull/2425">#2425</a>.</li> <li>Raise <code>FileNotFoundError</code> when the <code>env_file</code> parameter on <code>Config</code> is not valid <a href="http://redirect.github.com/encode/starlette/pull/2422">#2422</a>.</li> </ul> <h2>0.35.1</h2> <p>January 11, 2024</p> <h4>Fixed</h4> <ul> <li>Stop using the deprecated &quot;method&quot; parameter in <code>FileResponse</code> inside of <code>StaticFiles</code> <a href="https://redirect.github.com/encode/starlette/pull/2406">#2406</a>.</li> <li>Make <code>typing-extensions</code> optional again <a href="https://redirect.github.com/encode/starlette/pull/2409">#2409</a>.</li> </ul> <h2>0.35.0</h2> <p>January 11, 2024</p> <h4>Added</h4> <ul> <li>Add <code>*args</code> to <code>Middleware</code> and improve its type hints <a href="https://redirect.github.com/encode/starlette/pull/2381">#2381</a>.</li> </ul> <h4>Fixed</h4> <ul> <li>Use <code>Iterable</code> instead <code>Iterator</code> on <code>iterate_in_threadpool</code> <a href="https://redirect.github.com/encode/starlette/pull/2362">#2362</a>.</li> </ul> <h4>Changes</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/encode/starlette/commit/04a7d9d8d1db3734c028d89a6a3fd636ddcafedf"><code>04a7d9d</code></a> Version 0.36.2 (<a href="https://redirect.github.com/encode/starlette/issues/2456">#2456</a>)</li> <li><a href="https://github.com/encode/starlette/commit/13e5c26a27f4903924624736abd6131b2da80cc5"><code>13e5c26</code></a> Merge pull request from GHSA-93gm-qmq6-w238</li> <li><a href="https://github.com/encode/starlette/commit/b8eebef38711902769fc1846c9bb2a1fcd26960d"><code>b8eebef</code></a> Avoid duplicate charset on <code>Content-Type</code> (<a href="https://redirect.github.com/encode/starlette/issues/2443">#2443</a>)</li> <li><a href="https://github.com/encode/starlette/commit/8da52c2243b8855426c40c16ae24b27734824078"><code>8da52c2</code></a> Bump the python-packages group with 4 updates (<a href="https://redirect.github.com/encode/starlette/issues/2455">#2455</a>)</li> <li><a href="https://github.com/encode/starlette/commit/4355e6bc288e14dea9597ad9c9265c0f9cad33c0"><code>4355e6b</code></a> Fix nav override for newer version of Mkdocs Material (<a href="https://redirect.github.com/encode/starlette/issues/2444">#2444</a>)</li> <li><a href="https://github.com/encode/starlette/commit/433da65fc1431754dae0c3c87290b0421aa4a6f9"><code>433da65</code></a> Version 0.36.1 (<a href="https://redirect.github.com/encode/starlette/issues/2440">#2440</a>)</li> <li><a href="https://github.com/encode/starlette/commit/4ca0a8757a6ac5938c64f8ce925e3abe95625468"><code>4ca0a87</code></a> Downgrade mkdocs-material (<a href="https://redirect.github.com/encode/starlette/issues/2439">#2439</a>)</li> <li><a href="https://github.com/encode/starlette/commit/e54be85aba48201b0f1c061c892bdc380efb754d"><code>e54be85</code></a> Check if &quot;extensions&quot; in scope before checking the extension (<a href="https://redirect.github.com/encode/starlette/issues/2438">#2438</a>)</li> <li><a href="https://github.com/encode/starlette/commit/8d09cf4b692a8e28a2f52c7cfa108c80471ffc21"><code>8d09cf4</code></a> Version 0.36.0 (<a href="https://redirect.github.com/encode/starlette/issues/2432">#2432</a>)</li> <li><a href="https://github.com/encode/starlette/commit/7936e86f0a0eb7494aee8a1094b0ccda31c67a72"><code>7936e86</code></a> Add support for ASGI <code>pathsend</code> extension (<a href="https://redirect.github.com/encode/starlette/issues/2435">#2435</a>)</li> <li>Additional commits viewable in <a href="https://github.com/encode/starlette/compare/0.28.0...0.36.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=starlette&package-manager=pip&previous-version=0.28.0&new-version=0.36.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/huggingface/datasets-server/network/alerts). </details>
closed
2024-02-05T17:29:49Z
2024-02-05T17:55:02Z
2024-02-05T17:55:00Z
dependabot[bot]
2,119,084,825
The API service uses too much RAM
https://huggingface.slack.com/archives/C04L6P8KNQ5/p1706978013568999 ![Capture d’écran 2024-02-05 à 10 46 22](https://github.com/huggingface/datasets-server/assets/1676121/60b7915e-323e-4bfe-8f4b-3a435ce1813a) ![Capture d’écran 2024-02-03 à 17 33 18](https://github.com/huggingface/datasets-server/assets/1676121/f68049f1-ed34-4ea3-8128-47e6cb614ba4)
The API service uses too much RAM: https://huggingface.slack.com/archives/C04L6P8KNQ5/p1706978013568999 ![Capture d’écran 2024-02-05 à 10 46 22](https://github.com/huggingface/datasets-server/assets/1676121/60b7915e-323e-4bfe-8f4b-3a435ce1813a) ![Capture d’écran 2024-02-03 à 17 33 18](https://github.com/huggingface/datasets-server/assets/1676121/f68049f1-ed34-4ea3-8128-47e6cb614ba4)
closed
2024-02-05T17:28:26Z
2024-06-19T15:41:47Z
2024-06-19T15:41:47Z
severo
2,119,084,139
Bump starlette from 0.28.0 to 0.36.2 in /jobs/mongodb_migration
Bumps [starlette](https://github.com/encode/starlette) from 0.28.0 to 0.36.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/releases">starlette's releases</a>.</em></p> <blockquote> <h2>Version 0.36.2</h2> <h2>Fixed</h2> <ul> <li>Upgrade <code>python-multipart</code> to <code>0.0.7</code> <a href="https://github.com/encode/starlette/blob/HEAD/13e5c26a27f4903924624736abd6131b2da80cc5">13e5c26</a>.</li> <li>Avoid duplicate charset on <code>Content-Type</code> <a href="https://github.com/encode/starlette/2443">#2443</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.36.1...0.36.2">https://github.com/encode/starlette/compare/0.36.1...0.36.2</a></p> <h2>Version 0.36.1</h2> <h2>Fixed</h2> <ul> <li>Check if &quot;extensions&quot; in scope before checking the extension <a href="http://redirect.github.com/encode/starlette/pull/2438">#2438</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.36.0...0.36.1">https://github.com/encode/starlette/compare/0.36.0...0.36.1</a></p> <h2>Version 0.36.0</h2> <h2>Added</h2> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="http://redirect.github.com/encode/starlette/pull/2435">#2435</a>.</li> <li>Cancel <code>WebSocketTestSession</code> on close <a href="http://redirect.github.com/encode/starlette/pull/2427">#2427</a>.</li> <li>Raise <code>WebSocketDisconnect</code> when <code>WebSocket.send()</code> excepts <code>IOError</code> <a href="http://redirect.github.com/encode/starlette/pull/2425">#2425</a>.</li> <li>Raise <code>FileNotFoundError</code> when the <code>env_file</code> parameter on <code>Config</code> is not valid <a href="http://redirect.github.com/encode/starlette/pull/2422">#2422</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.35.1...0.36.0">https://github.com/encode/starlette/compare/0.35.1...0.36.0</a></p> <h2>Version 0.35.1</h2> <h2>Fixed</h2> <ul> <li>Stop using the deprecated &quot;method&quot; parameter in <code>FileResponse</code> inside of <code>StaticFiles</code> <a href="https://redirect.github.com/encode/starlette/pull/2406">#2406</a>.</li> <li>Make <code>typing-extensions</code> optional again <a href="https://redirect.github.com/encode/starlette/pull/2409">#2409</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.35.0...0.35.1">https://github.com/encode/starlette/compare/0.35.0...0.35.1</a></p> <h2>Version 0.35.0</h2> <h2>Added</h2> <ul> <li>Add <code>*args</code> to <code>Middleware</code> and improve its type hints <a href="https://redirect.github.com/encode/starlette/pull/2381">#2381</a>.</li> </ul> <h2>Fixed</h2> <ul> <li>Use <code>Iterable</code> instead <code>Iterator</code> on <code>iterate_in_threadpool</code> <a href="https://redirect.github.com/encode/starlette/pull/2362">#2362</a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/blob/master/docs/release-notes.md">starlette's changelog</a>.</em></p> <blockquote> <h2>0.36.2</h2> <p>February 3, 2024</p> <h4>Fixed</h4> <ul> <li>Upgrade <code>python-multipart</code> to <code>0.0.7</code> <a href="https://github.com/encode/starlette/blob/master/docs/13e5c26a27f4903924624736abd6131b2da80cc5">13e5c26</a>.</li> <li>Avoid duplicate charset on <code>Content-Type</code> <a href="https://github.com/encode/starlette/2443">#2443</a>.</li> </ul> <h2>0.36.1</h2> <p>January 23, 2024</p> <h4>Fixed</h4> <ul> <li>Check if &quot;extensions&quot; in scope before checking the extension <a href="http://redirect.github.com/encode/starlette/pull/2438">#2438</a>.</li> </ul> <h2>0.36.0</h2> <p>January 22, 2024</p> <h4>Added</h4> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="http://redirect.github.com/encode/starlette/pull/2435">#2435</a>.</li> <li>Cancel <code>WebSocketTestSession</code> on close <a href="http://redirect.github.com/encode/starlette/pull/2427">#2427</a>.</li> <li>Raise <code>WebSocketDisconnect</code> when <code>WebSocket.send()</code> excepts <code>IOError</code> <a href="http://redirect.github.com/encode/starlette/pull/2425">#2425</a>.</li> <li>Raise <code>FileNotFoundError</code> when the <code>env_file</code> parameter on <code>Config</code> is not valid <a href="http://redirect.github.com/encode/starlette/pull/2422">#2422</a>.</li> </ul> <h2>0.35.1</h2> <p>January 11, 2024</p> <h4>Fixed</h4> <ul> <li>Stop using the deprecated &quot;method&quot; parameter in <code>FileResponse</code> inside of <code>StaticFiles</code> <a href="https://redirect.github.com/encode/starlette/pull/2406">#2406</a>.</li> <li>Make <code>typing-extensions</code> optional again <a href="https://redirect.github.com/encode/starlette/pull/2409">#2409</a>.</li> </ul> <h2>0.35.0</h2> <p>January 11, 2024</p> <h4>Added</h4> <ul> <li>Add <code>*args</code> to <code>Middleware</code> and improve its type hints <a href="https://redirect.github.com/encode/starlette/pull/2381">#2381</a>.</li> </ul> <h4>Fixed</h4> <ul> <li>Use <code>Iterable</code> instead <code>Iterator</code> on <code>iterate_in_threadpool</code> <a href="https://redirect.github.com/encode/starlette/pull/2362">#2362</a>.</li> </ul> <h4>Changes</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/encode/starlette/commit/04a7d9d8d1db3734c028d89a6a3fd636ddcafedf"><code>04a7d9d</code></a> Version 0.36.2 (<a href="https://redirect.github.com/encode/starlette/issues/2456">#2456</a>)</li> <li><a href="https://github.com/encode/starlette/commit/13e5c26a27f4903924624736abd6131b2da80cc5"><code>13e5c26</code></a> Merge pull request from GHSA-93gm-qmq6-w238</li> <li><a href="https://github.com/encode/starlette/commit/b8eebef38711902769fc1846c9bb2a1fcd26960d"><code>b8eebef</code></a> Avoid duplicate charset on <code>Content-Type</code> (<a href="https://redirect.github.com/encode/starlette/issues/2443">#2443</a>)</li> <li><a href="https://github.com/encode/starlette/commit/8da52c2243b8855426c40c16ae24b27734824078"><code>8da52c2</code></a> Bump the python-packages group with 4 updates (<a href="https://redirect.github.com/encode/starlette/issues/2455">#2455</a>)</li> <li><a href="https://github.com/encode/starlette/commit/4355e6bc288e14dea9597ad9c9265c0f9cad33c0"><code>4355e6b</code></a> Fix nav override for newer version of Mkdocs Material (<a href="https://redirect.github.com/encode/starlette/issues/2444">#2444</a>)</li> <li><a href="https://github.com/encode/starlette/commit/433da65fc1431754dae0c3c87290b0421aa4a6f9"><code>433da65</code></a> Version 0.36.1 (<a href="https://redirect.github.com/encode/starlette/issues/2440">#2440</a>)</li> <li><a href="https://github.com/encode/starlette/commit/4ca0a8757a6ac5938c64f8ce925e3abe95625468"><code>4ca0a87</code></a> Downgrade mkdocs-material (<a href="https://redirect.github.com/encode/starlette/issues/2439">#2439</a>)</li> <li><a href="https://github.com/encode/starlette/commit/e54be85aba48201b0f1c061c892bdc380efb754d"><code>e54be85</code></a> Check if &quot;extensions&quot; in scope before checking the extension (<a href="https://redirect.github.com/encode/starlette/issues/2438">#2438</a>)</li> <li><a href="https://github.com/encode/starlette/commit/8d09cf4b692a8e28a2f52c7cfa108c80471ffc21"><code>8d09cf4</code></a> Version 0.36.0 (<a href="https://redirect.github.com/encode/starlette/issues/2432">#2432</a>)</li> <li><a href="https://github.com/encode/starlette/commit/7936e86f0a0eb7494aee8a1094b0ccda31c67a72"><code>7936e86</code></a> Add support for ASGI <code>pathsend</code> extension (<a href="https://redirect.github.com/encode/starlette/issues/2435">#2435</a>)</li> <li>Additional commits viewable in <a href="https://github.com/encode/starlette/compare/0.28.0...0.36.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=starlette&package-manager=pip&previous-version=0.28.0&new-version=0.36.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/huggingface/datasets-server/network/alerts). </details>
Bump starlette from 0.28.0 to 0.36.2 in /jobs/mongodb_migration: Bumps [starlette](https://github.com/encode/starlette) from 0.28.0 to 0.36.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/releases">starlette's releases</a>.</em></p> <blockquote> <h2>Version 0.36.2</h2> <h2>Fixed</h2> <ul> <li>Upgrade <code>python-multipart</code> to <code>0.0.7</code> <a href="https://github.com/encode/starlette/blob/HEAD/13e5c26a27f4903924624736abd6131b2da80cc5">13e5c26</a>.</li> <li>Avoid duplicate charset on <code>Content-Type</code> <a href="https://github.com/encode/starlette/2443">#2443</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.36.1...0.36.2">https://github.com/encode/starlette/compare/0.36.1...0.36.2</a></p> <h2>Version 0.36.1</h2> <h2>Fixed</h2> <ul> <li>Check if &quot;extensions&quot; in scope before checking the extension <a href="http://redirect.github.com/encode/starlette/pull/2438">#2438</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.36.0...0.36.1">https://github.com/encode/starlette/compare/0.36.0...0.36.1</a></p> <h2>Version 0.36.0</h2> <h2>Added</h2> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="http://redirect.github.com/encode/starlette/pull/2435">#2435</a>.</li> <li>Cancel <code>WebSocketTestSession</code> on close <a href="http://redirect.github.com/encode/starlette/pull/2427">#2427</a>.</li> <li>Raise <code>WebSocketDisconnect</code> when <code>WebSocket.send()</code> excepts <code>IOError</code> <a href="http://redirect.github.com/encode/starlette/pull/2425">#2425</a>.</li> <li>Raise <code>FileNotFoundError</code> when the <code>env_file</code> parameter on <code>Config</code> is not valid <a href="http://redirect.github.com/encode/starlette/pull/2422">#2422</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.35.1...0.36.0">https://github.com/encode/starlette/compare/0.35.1...0.36.0</a></p> <h2>Version 0.35.1</h2> <h2>Fixed</h2> <ul> <li>Stop using the deprecated &quot;method&quot; parameter in <code>FileResponse</code> inside of <code>StaticFiles</code> <a href="https://redirect.github.com/encode/starlette/pull/2406">#2406</a>.</li> <li>Make <code>typing-extensions</code> optional again <a href="https://redirect.github.com/encode/starlette/pull/2409">#2409</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.35.0...0.35.1">https://github.com/encode/starlette/compare/0.35.0...0.35.1</a></p> <h2>Version 0.35.0</h2> <h2>Added</h2> <ul> <li>Add <code>*args</code> to <code>Middleware</code> and improve its type hints <a href="https://redirect.github.com/encode/starlette/pull/2381">#2381</a>.</li> </ul> <h2>Fixed</h2> <ul> <li>Use <code>Iterable</code> instead <code>Iterator</code> on <code>iterate_in_threadpool</code> <a href="https://redirect.github.com/encode/starlette/pull/2362">#2362</a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/blob/master/docs/release-notes.md">starlette's changelog</a>.</em></p> <blockquote> <h2>0.36.2</h2> <p>February 3, 2024</p> <h4>Fixed</h4> <ul> <li>Upgrade <code>python-multipart</code> to <code>0.0.7</code> <a href="https://github.com/encode/starlette/blob/master/docs/13e5c26a27f4903924624736abd6131b2da80cc5">13e5c26</a>.</li> <li>Avoid duplicate charset on <code>Content-Type</code> <a href="https://github.com/encode/starlette/2443">#2443</a>.</li> </ul> <h2>0.36.1</h2> <p>January 23, 2024</p> <h4>Fixed</h4> <ul> <li>Check if &quot;extensions&quot; in scope before checking the extension <a href="http://redirect.github.com/encode/starlette/pull/2438">#2438</a>.</li> </ul> <h2>0.36.0</h2> <p>January 22, 2024</p> <h4>Added</h4> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="http://redirect.github.com/encode/starlette/pull/2435">#2435</a>.</li> <li>Cancel <code>WebSocketTestSession</code> on close <a href="http://redirect.github.com/encode/starlette/pull/2427">#2427</a>.</li> <li>Raise <code>WebSocketDisconnect</code> when <code>WebSocket.send()</code> excepts <code>IOError</code> <a href="http://redirect.github.com/encode/starlette/pull/2425">#2425</a>.</li> <li>Raise <code>FileNotFoundError</code> when the <code>env_file</code> parameter on <code>Config</code> is not valid <a href="http://redirect.github.com/encode/starlette/pull/2422">#2422</a>.</li> </ul> <h2>0.35.1</h2> <p>January 11, 2024</p> <h4>Fixed</h4> <ul> <li>Stop using the deprecated &quot;method&quot; parameter in <code>FileResponse</code> inside of <code>StaticFiles</code> <a href="https://redirect.github.com/encode/starlette/pull/2406">#2406</a>.</li> <li>Make <code>typing-extensions</code> optional again <a href="https://redirect.github.com/encode/starlette/pull/2409">#2409</a>.</li> </ul> <h2>0.35.0</h2> <p>January 11, 2024</p> <h4>Added</h4> <ul> <li>Add <code>*args</code> to <code>Middleware</code> and improve its type hints <a href="https://redirect.github.com/encode/starlette/pull/2381">#2381</a>.</li> </ul> <h4>Fixed</h4> <ul> <li>Use <code>Iterable</code> instead <code>Iterator</code> on <code>iterate_in_threadpool</code> <a href="https://redirect.github.com/encode/starlette/pull/2362">#2362</a>.</li> </ul> <h4>Changes</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/encode/starlette/commit/04a7d9d8d1db3734c028d89a6a3fd636ddcafedf"><code>04a7d9d</code></a> Version 0.36.2 (<a href="https://redirect.github.com/encode/starlette/issues/2456">#2456</a>)</li> <li><a href="https://github.com/encode/starlette/commit/13e5c26a27f4903924624736abd6131b2da80cc5"><code>13e5c26</code></a> Merge pull request from GHSA-93gm-qmq6-w238</li> <li><a href="https://github.com/encode/starlette/commit/b8eebef38711902769fc1846c9bb2a1fcd26960d"><code>b8eebef</code></a> Avoid duplicate charset on <code>Content-Type</code> (<a href="https://redirect.github.com/encode/starlette/issues/2443">#2443</a>)</li> <li><a href="https://github.com/encode/starlette/commit/8da52c2243b8855426c40c16ae24b27734824078"><code>8da52c2</code></a> Bump the python-packages group with 4 updates (<a href="https://redirect.github.com/encode/starlette/issues/2455">#2455</a>)</li> <li><a href="https://github.com/encode/starlette/commit/4355e6bc288e14dea9597ad9c9265c0f9cad33c0"><code>4355e6b</code></a> Fix nav override for newer version of Mkdocs Material (<a href="https://redirect.github.com/encode/starlette/issues/2444">#2444</a>)</li> <li><a href="https://github.com/encode/starlette/commit/433da65fc1431754dae0c3c87290b0421aa4a6f9"><code>433da65</code></a> Version 0.36.1 (<a href="https://redirect.github.com/encode/starlette/issues/2440">#2440</a>)</li> <li><a href="https://github.com/encode/starlette/commit/4ca0a8757a6ac5938c64f8ce925e3abe95625468"><code>4ca0a87</code></a> Downgrade mkdocs-material (<a href="https://redirect.github.com/encode/starlette/issues/2439">#2439</a>)</li> <li><a href="https://github.com/encode/starlette/commit/e54be85aba48201b0f1c061c892bdc380efb754d"><code>e54be85</code></a> Check if &quot;extensions&quot; in scope before checking the extension (<a href="https://redirect.github.com/encode/starlette/issues/2438">#2438</a>)</li> <li><a href="https://github.com/encode/starlette/commit/8d09cf4b692a8e28a2f52c7cfa108c80471ffc21"><code>8d09cf4</code></a> Version 0.36.0 (<a href="https://redirect.github.com/encode/starlette/issues/2432">#2432</a>)</li> <li><a href="https://github.com/encode/starlette/commit/7936e86f0a0eb7494aee8a1094b0ccda31c67a72"><code>7936e86</code></a> Add support for ASGI <code>pathsend</code> extension (<a href="https://redirect.github.com/encode/starlette/issues/2435">#2435</a>)</li> <li>Additional commits viewable in <a href="https://github.com/encode/starlette/compare/0.28.0...0.36.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=starlette&package-manager=pip&previous-version=0.28.0&new-version=0.36.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/huggingface/datasets-server/network/alerts). </details>
closed
2024-02-05T17:28:03Z
2024-02-05T17:55:05Z
2024-02-05T17:55:03Z
dependabot[bot]
2,119,083,609
Bump starlette from 0.28.0 to 0.36.2 in /libs/libapi
Bumps [starlette](https://github.com/encode/starlette) from 0.28.0 to 0.36.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/releases">starlette's releases</a>.</em></p> <blockquote> <h2>Version 0.36.2</h2> <h2>Fixed</h2> <ul> <li>Upgrade <code>python-multipart</code> to <code>0.0.7</code> <a href="https://github.com/encode/starlette/blob/HEAD/13e5c26a27f4903924624736abd6131b2da80cc5">13e5c26</a>.</li> <li>Avoid duplicate charset on <code>Content-Type</code> <a href="https://github.com/encode/starlette/2443">#2443</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.36.1...0.36.2">https://github.com/encode/starlette/compare/0.36.1...0.36.2</a></p> <h2>Version 0.36.1</h2> <h2>Fixed</h2> <ul> <li>Check if &quot;extensions&quot; in scope before checking the extension <a href="http://redirect.github.com/encode/starlette/pull/2438">#2438</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.36.0...0.36.1">https://github.com/encode/starlette/compare/0.36.0...0.36.1</a></p> <h2>Version 0.36.0</h2> <h2>Added</h2> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="http://redirect.github.com/encode/starlette/pull/2435">#2435</a>.</li> <li>Cancel <code>WebSocketTestSession</code> on close <a href="http://redirect.github.com/encode/starlette/pull/2427">#2427</a>.</li> <li>Raise <code>WebSocketDisconnect</code> when <code>WebSocket.send()</code> excepts <code>IOError</code> <a href="http://redirect.github.com/encode/starlette/pull/2425">#2425</a>.</li> <li>Raise <code>FileNotFoundError</code> when the <code>env_file</code> parameter on <code>Config</code> is not valid <a href="http://redirect.github.com/encode/starlette/pull/2422">#2422</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.35.1...0.36.0">https://github.com/encode/starlette/compare/0.35.1...0.36.0</a></p> <h2>Version 0.35.1</h2> <h2>Fixed</h2> <ul> <li>Stop using the deprecated &quot;method&quot; parameter in <code>FileResponse</code> inside of <code>StaticFiles</code> <a href="https://redirect.github.com/encode/starlette/pull/2406">#2406</a>.</li> <li>Make <code>typing-extensions</code> optional again <a href="https://redirect.github.com/encode/starlette/pull/2409">#2409</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.35.0...0.35.1">https://github.com/encode/starlette/compare/0.35.0...0.35.1</a></p> <h2>Version 0.35.0</h2> <h2>Added</h2> <ul> <li>Add <code>*args</code> to <code>Middleware</code> and improve its type hints <a href="https://redirect.github.com/encode/starlette/pull/2381">#2381</a>.</li> </ul> <h2>Fixed</h2> <ul> <li>Use <code>Iterable</code> instead <code>Iterator</code> on <code>iterate_in_threadpool</code> <a href="https://redirect.github.com/encode/starlette/pull/2362">#2362</a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/blob/master/docs/release-notes.md">starlette's changelog</a>.</em></p> <blockquote> <h2>0.36.2</h2> <p>February 3, 2024</p> <h4>Fixed</h4> <ul> <li>Upgrade <code>python-multipart</code> to <code>0.0.7</code> <a href="https://github.com/encode/starlette/blob/master/docs/13e5c26a27f4903924624736abd6131b2da80cc5">13e5c26</a>.</li> <li>Avoid duplicate charset on <code>Content-Type</code> <a href="https://github.com/encode/starlette/2443">#2443</a>.</li> </ul> <h2>0.36.1</h2> <p>January 23, 2024</p> <h4>Fixed</h4> <ul> <li>Check if &quot;extensions&quot; in scope before checking the extension <a href="http://redirect.github.com/encode/starlette/pull/2438">#2438</a>.</li> </ul> <h2>0.36.0</h2> <p>January 22, 2024</p> <h4>Added</h4> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="http://redirect.github.com/encode/starlette/pull/2435">#2435</a>.</li> <li>Cancel <code>WebSocketTestSession</code> on close <a href="http://redirect.github.com/encode/starlette/pull/2427">#2427</a>.</li> <li>Raise <code>WebSocketDisconnect</code> when <code>WebSocket.send()</code> excepts <code>IOError</code> <a href="http://redirect.github.com/encode/starlette/pull/2425">#2425</a>.</li> <li>Raise <code>FileNotFoundError</code> when the <code>env_file</code> parameter on <code>Config</code> is not valid <a href="http://redirect.github.com/encode/starlette/pull/2422">#2422</a>.</li> </ul> <h2>0.35.1</h2> <p>January 11, 2024</p> <h4>Fixed</h4> <ul> <li>Stop using the deprecated &quot;method&quot; parameter in <code>FileResponse</code> inside of <code>StaticFiles</code> <a href="https://redirect.github.com/encode/starlette/pull/2406">#2406</a>.</li> <li>Make <code>typing-extensions</code> optional again <a href="https://redirect.github.com/encode/starlette/pull/2409">#2409</a>.</li> </ul> <h2>0.35.0</h2> <p>January 11, 2024</p> <h4>Added</h4> <ul> <li>Add <code>*args</code> to <code>Middleware</code> and improve its type hints <a href="https://redirect.github.com/encode/starlette/pull/2381">#2381</a>.</li> </ul> <h4>Fixed</h4> <ul> <li>Use <code>Iterable</code> instead <code>Iterator</code> on <code>iterate_in_threadpool</code> <a href="https://redirect.github.com/encode/starlette/pull/2362">#2362</a>.</li> </ul> <h4>Changes</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/encode/starlette/commit/04a7d9d8d1db3734c028d89a6a3fd636ddcafedf"><code>04a7d9d</code></a> Version 0.36.2 (<a href="https://redirect.github.com/encode/starlette/issues/2456">#2456</a>)</li> <li><a href="https://github.com/encode/starlette/commit/13e5c26a27f4903924624736abd6131b2da80cc5"><code>13e5c26</code></a> Merge pull request from GHSA-93gm-qmq6-w238</li> <li><a href="https://github.com/encode/starlette/commit/b8eebef38711902769fc1846c9bb2a1fcd26960d"><code>b8eebef</code></a> Avoid duplicate charset on <code>Content-Type</code> (<a href="https://redirect.github.com/encode/starlette/issues/2443">#2443</a>)</li> <li><a href="https://github.com/encode/starlette/commit/8da52c2243b8855426c40c16ae24b27734824078"><code>8da52c2</code></a> Bump the python-packages group with 4 updates (<a href="https://redirect.github.com/encode/starlette/issues/2455">#2455</a>)</li> <li><a href="https://github.com/encode/starlette/commit/4355e6bc288e14dea9597ad9c9265c0f9cad33c0"><code>4355e6b</code></a> Fix nav override for newer version of Mkdocs Material (<a href="https://redirect.github.com/encode/starlette/issues/2444">#2444</a>)</li> <li><a href="https://github.com/encode/starlette/commit/433da65fc1431754dae0c3c87290b0421aa4a6f9"><code>433da65</code></a> Version 0.36.1 (<a href="https://redirect.github.com/encode/starlette/issues/2440">#2440</a>)</li> <li><a href="https://github.com/encode/starlette/commit/4ca0a8757a6ac5938c64f8ce925e3abe95625468"><code>4ca0a87</code></a> Downgrade mkdocs-material (<a href="https://redirect.github.com/encode/starlette/issues/2439">#2439</a>)</li> <li><a href="https://github.com/encode/starlette/commit/e54be85aba48201b0f1c061c892bdc380efb754d"><code>e54be85</code></a> Check if &quot;extensions&quot; in scope before checking the extension (<a href="https://redirect.github.com/encode/starlette/issues/2438">#2438</a>)</li> <li><a href="https://github.com/encode/starlette/commit/8d09cf4b692a8e28a2f52c7cfa108c80471ffc21"><code>8d09cf4</code></a> Version 0.36.0 (<a href="https://redirect.github.com/encode/starlette/issues/2432">#2432</a>)</li> <li><a href="https://github.com/encode/starlette/commit/7936e86f0a0eb7494aee8a1094b0ccda31c67a72"><code>7936e86</code></a> Add support for ASGI <code>pathsend</code> extension (<a href="https://redirect.github.com/encode/starlette/issues/2435">#2435</a>)</li> <li>Additional commits viewable in <a href="https://github.com/encode/starlette/compare/0.28.0...0.36.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=starlette&package-manager=pip&previous-version=0.28.0&new-version=0.36.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/huggingface/datasets-server/network/alerts). </details>
Bump starlette from 0.28.0 to 0.36.2 in /libs/libapi: Bumps [starlette](https://github.com/encode/starlette) from 0.28.0 to 0.36.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/releases">starlette's releases</a>.</em></p> <blockquote> <h2>Version 0.36.2</h2> <h2>Fixed</h2> <ul> <li>Upgrade <code>python-multipart</code> to <code>0.0.7</code> <a href="https://github.com/encode/starlette/blob/HEAD/13e5c26a27f4903924624736abd6131b2da80cc5">13e5c26</a>.</li> <li>Avoid duplicate charset on <code>Content-Type</code> <a href="https://github.com/encode/starlette/2443">#2443</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.36.1...0.36.2">https://github.com/encode/starlette/compare/0.36.1...0.36.2</a></p> <h2>Version 0.36.1</h2> <h2>Fixed</h2> <ul> <li>Check if &quot;extensions&quot; in scope before checking the extension <a href="http://redirect.github.com/encode/starlette/pull/2438">#2438</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.36.0...0.36.1">https://github.com/encode/starlette/compare/0.36.0...0.36.1</a></p> <h2>Version 0.36.0</h2> <h2>Added</h2> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="http://redirect.github.com/encode/starlette/pull/2435">#2435</a>.</li> <li>Cancel <code>WebSocketTestSession</code> on close <a href="http://redirect.github.com/encode/starlette/pull/2427">#2427</a>.</li> <li>Raise <code>WebSocketDisconnect</code> when <code>WebSocket.send()</code> excepts <code>IOError</code> <a href="http://redirect.github.com/encode/starlette/pull/2425">#2425</a>.</li> <li>Raise <code>FileNotFoundError</code> when the <code>env_file</code> parameter on <code>Config</code> is not valid <a href="http://redirect.github.com/encode/starlette/pull/2422">#2422</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.35.1...0.36.0">https://github.com/encode/starlette/compare/0.35.1...0.36.0</a></p> <h2>Version 0.35.1</h2> <h2>Fixed</h2> <ul> <li>Stop using the deprecated &quot;method&quot; parameter in <code>FileResponse</code> inside of <code>StaticFiles</code> <a href="https://redirect.github.com/encode/starlette/pull/2406">#2406</a>.</li> <li>Make <code>typing-extensions</code> optional again <a href="https://redirect.github.com/encode/starlette/pull/2409">#2409</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.35.0...0.35.1">https://github.com/encode/starlette/compare/0.35.0...0.35.1</a></p> <h2>Version 0.35.0</h2> <h2>Added</h2> <ul> <li>Add <code>*args</code> to <code>Middleware</code> and improve its type hints <a href="https://redirect.github.com/encode/starlette/pull/2381">#2381</a>.</li> </ul> <h2>Fixed</h2> <ul> <li>Use <code>Iterable</code> instead <code>Iterator</code> on <code>iterate_in_threadpool</code> <a href="https://redirect.github.com/encode/starlette/pull/2362">#2362</a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/blob/master/docs/release-notes.md">starlette's changelog</a>.</em></p> <blockquote> <h2>0.36.2</h2> <p>February 3, 2024</p> <h4>Fixed</h4> <ul> <li>Upgrade <code>python-multipart</code> to <code>0.0.7</code> <a href="https://github.com/encode/starlette/blob/master/docs/13e5c26a27f4903924624736abd6131b2da80cc5">13e5c26</a>.</li> <li>Avoid duplicate charset on <code>Content-Type</code> <a href="https://github.com/encode/starlette/2443">#2443</a>.</li> </ul> <h2>0.36.1</h2> <p>January 23, 2024</p> <h4>Fixed</h4> <ul> <li>Check if &quot;extensions&quot; in scope before checking the extension <a href="http://redirect.github.com/encode/starlette/pull/2438">#2438</a>.</li> </ul> <h2>0.36.0</h2> <p>January 22, 2024</p> <h4>Added</h4> <ul> <li>Add support for ASGI <code>pathsend</code> extension <a href="http://redirect.github.com/encode/starlette/pull/2435">#2435</a>.</li> <li>Cancel <code>WebSocketTestSession</code> on close <a href="http://redirect.github.com/encode/starlette/pull/2427">#2427</a>.</li> <li>Raise <code>WebSocketDisconnect</code> when <code>WebSocket.send()</code> excepts <code>IOError</code> <a href="http://redirect.github.com/encode/starlette/pull/2425">#2425</a>.</li> <li>Raise <code>FileNotFoundError</code> when the <code>env_file</code> parameter on <code>Config</code> is not valid <a href="http://redirect.github.com/encode/starlette/pull/2422">#2422</a>.</li> </ul> <h2>0.35.1</h2> <p>January 11, 2024</p> <h4>Fixed</h4> <ul> <li>Stop using the deprecated &quot;method&quot; parameter in <code>FileResponse</code> inside of <code>StaticFiles</code> <a href="https://redirect.github.com/encode/starlette/pull/2406">#2406</a>.</li> <li>Make <code>typing-extensions</code> optional again <a href="https://redirect.github.com/encode/starlette/pull/2409">#2409</a>.</li> </ul> <h2>0.35.0</h2> <p>January 11, 2024</p> <h4>Added</h4> <ul> <li>Add <code>*args</code> to <code>Middleware</code> and improve its type hints <a href="https://redirect.github.com/encode/starlette/pull/2381">#2381</a>.</li> </ul> <h4>Fixed</h4> <ul> <li>Use <code>Iterable</code> instead <code>Iterator</code> on <code>iterate_in_threadpool</code> <a href="https://redirect.github.com/encode/starlette/pull/2362">#2362</a>.</li> </ul> <h4>Changes</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/encode/starlette/commit/04a7d9d8d1db3734c028d89a6a3fd636ddcafedf"><code>04a7d9d</code></a> Version 0.36.2 (<a href="https://redirect.github.com/encode/starlette/issues/2456">#2456</a>)</li> <li><a href="https://github.com/encode/starlette/commit/13e5c26a27f4903924624736abd6131b2da80cc5"><code>13e5c26</code></a> Merge pull request from GHSA-93gm-qmq6-w238</li> <li><a href="https://github.com/encode/starlette/commit/b8eebef38711902769fc1846c9bb2a1fcd26960d"><code>b8eebef</code></a> Avoid duplicate charset on <code>Content-Type</code> (<a href="https://redirect.github.com/encode/starlette/issues/2443">#2443</a>)</li> <li><a href="https://github.com/encode/starlette/commit/8da52c2243b8855426c40c16ae24b27734824078"><code>8da52c2</code></a> Bump the python-packages group with 4 updates (<a href="https://redirect.github.com/encode/starlette/issues/2455">#2455</a>)</li> <li><a href="https://github.com/encode/starlette/commit/4355e6bc288e14dea9597ad9c9265c0f9cad33c0"><code>4355e6b</code></a> Fix nav override for newer version of Mkdocs Material (<a href="https://redirect.github.com/encode/starlette/issues/2444">#2444</a>)</li> <li><a href="https://github.com/encode/starlette/commit/433da65fc1431754dae0c3c87290b0421aa4a6f9"><code>433da65</code></a> Version 0.36.1 (<a href="https://redirect.github.com/encode/starlette/issues/2440">#2440</a>)</li> <li><a href="https://github.com/encode/starlette/commit/4ca0a8757a6ac5938c64f8ce925e3abe95625468"><code>4ca0a87</code></a> Downgrade mkdocs-material (<a href="https://redirect.github.com/encode/starlette/issues/2439">#2439</a>)</li> <li><a href="https://github.com/encode/starlette/commit/e54be85aba48201b0f1c061c892bdc380efb754d"><code>e54be85</code></a> Check if &quot;extensions&quot; in scope before checking the extension (<a href="https://redirect.github.com/encode/starlette/issues/2438">#2438</a>)</li> <li><a href="https://github.com/encode/starlette/commit/8d09cf4b692a8e28a2f52c7cfa108c80471ffc21"><code>8d09cf4</code></a> Version 0.36.0 (<a href="https://redirect.github.com/encode/starlette/issues/2432">#2432</a>)</li> <li><a href="https://github.com/encode/starlette/commit/7936e86f0a0eb7494aee8a1094b0ccda31c67a72"><code>7936e86</code></a> Add support for ASGI <code>pathsend</code> extension (<a href="https://redirect.github.com/encode/starlette/issues/2435">#2435</a>)</li> <li>Additional commits viewable in <a href="https://github.com/encode/starlette/compare/0.28.0...0.36.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=starlette&package-manager=pip&previous-version=0.28.0&new-version=0.36.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/huggingface/datasets-server/network/alerts). </details>
closed
2024-02-05T17:27:48Z
2024-02-05T21:36:32Z
2024-02-05T21:36:30Z
dependabot[bot]
2,119,069,380
Bump fastapi from 0.103.2 to 0.109.1 in /front/admin_ui
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.103.2 to 0.109.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tiangolo/fastapi/releases">fastapi's releases</a>.</em></p> <blockquote> <h2>0.109.1</h2> <h3>Security fixes</h3> <ul> <li>⬆️ Upgrade minimum version of <code>python-multipart</code> to <code>&gt;=0.0.7</code> to fix a vulnerability when using form data with a ReDos attack. You can also simply upgrade <code>python-multipart</code>.</li> </ul> <p>Read more in the <a href="https://github.com/tiangolo/fastapi/security/advisories/GHSA-qf9m-vfgh-m389">advisory: Content-Type Header ReDoS</a>.</p> <h3>Features</h3> <ul> <li>✨ Include HTTP 205 in status codes with no body. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10969">#10969</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h3>Refactors</h3> <ul> <li>✅ Refactor tests for duplicate operation ID generation for compatibility with other tools running the FastAPI test suite. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10876">#10876</a> by <a href="https://github.com/emmettbutler"><code>@​emmettbutler</code></a>.</li> <li>♻️ Simplify string format with f-strings in <code>fastapi/utils.py</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10576">#10576</a> by <a href="https://github.com/eukub"><code>@​eukub</code></a>.</li> <li>🔧 Fix Ruff configuration unintentionally enabling and re-disabling mccabe complexity check. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10893">#10893</a> by <a href="https://github.com/jiridanek"><code>@​jiridanek</code></a>.</li> <li>✅ Re-enable test in <code>tests/test_tutorial/test_header_params/test_tutorial003.py</code> after fix in Starlette. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10904">#10904</a> by <a href="https://github.com/ooknimm"><code>@​ooknimm</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Tweak wording in <code>help-fastapi.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11040">#11040</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>📝 Tweak docs for Behind a Proxy. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11038">#11038</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>📝 Add External Link: 10 Tips for adding SQLAlchemy to FastAPI. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11036">#11036</a> by <a href="https://github.com/Donnype"><code>@​Donnype</code></a>.</li> <li>📝 Add External Link: Tips on migrating from Flask to FastAPI and vice-versa. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11029">#11029</a> by <a href="https://github.com/jtemporal"><code>@​jtemporal</code></a>.</li> <li>📝 Deprecate old tutorials: Peewee, Couchbase, encode/databases. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10979">#10979</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>✏️ Fix typo in <code>fastapi/security/oauth2.py</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10972">#10972</a> by <a href="https://github.com/RafalSkolasinski"><code>@​RafalSkolasinski</code></a>.</li> <li>📝 Update <code>HTTPException</code> details in <code>docs/en/docs/tutorial/handling-errors.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/5418">#5418</a> by <a href="https://github.com/papb"><code>@​papb</code></a>.</li> <li>✏️ A few tweaks in <code>docs/de/docs/tutorial/first-steps.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10959">#10959</a> by <a href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li> <li>✏️ Fix link in <code>docs/en/docs/advanced/async-tests.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10960">#10960</a> by <a href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li> <li>✏️ Fix typos for Spanish documentation. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10957">#10957</a> by <a href="https://github.com/jlopezlira"><code>@​jlopezlira</code></a>.</li> <li>📝 Add warning about lifespan functions and backwards compatibility with events. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10734">#10734</a> by <a href="https://github.com/jacob-indigo"><code>@​jacob-indigo</code></a>.</li> <li>✏️ Fix broken link in <code>docs/tutorial/sql-databases.md</code> in several languages. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10716">#10716</a> by <a href="https://github.com/theoohoho"><code>@​theoohoho</code></a>.</li> <li>✏️ Remove broken links from <code>external_links.yml</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10943">#10943</a> by <a href="https://github.com/Torabek"><code>@​Torabek</code></a>.</li> <li>📝 Update template docs with more info about <code>url_for</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/5937">#5937</a> by <a href="https://github.com/EzzEddin"><code>@​EzzEddin</code></a>.</li> <li>📝 Update usage of Token model in security docs. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/9313">#9313</a> by <a href="https://github.com/piotrszacilowski"><code>@​piotrszacilowski</code></a>.</li> <li>✏️ Update highlighted line in <code>docs/en/docs/tutorial/bigger-applications.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/5490">#5490</a> by <a href="https://github.com/papb"><code>@​papb</code></a>.</li> <li>📝 Add External Link: Explore How to Effectively Use JWT With FastAPI. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10212">#10212</a> by <a href="https://github.com/aanchlia"><code>@​aanchlia</code></a>.</li> <li>📝 Add hyperlink to <code>docs/en/docs/tutorial/static-files.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10243">#10243</a> by <a href="https://github.com/hungtsetse"><code>@​hungtsetse</code></a>.</li> <li>📝 Add External Link: Instrument a FastAPI service adding tracing with OpenTelemetry and send/show traces in Grafana Tempo. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/9440">#9440</a> by <a href="https://github.com/softwarebloat"><code>@​softwarebloat</code></a>.</li> <li>📝 Review and rewording of <code>en/docs/contributing.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10480">#10480</a> by <a href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li> <li>📝 Add External Link: ML serving and monitoring with FastAPI and Evidently. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/9701">#9701</a> by <a href="https://github.com/mnrozhkov"><code>@​mnrozhkov</code></a>.</li> <li>📝 Reword in docs, from &quot;have in mind&quot; to &quot;keep in mind&quot;. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10376">#10376</a> by <a href="https://github.com/malicious"><code>@​malicious</code></a>.</li> <li>📝 Add External Link: Talk by Jeny Sadadia. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10265">#10265</a> by <a href="https://github.com/JenySadadia"><code>@​JenySadadia</code></a>.</li> <li>📝 Add location info to <code>tutorial/bigger-applications.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10552">#10552</a> by <a href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li> <li>✏️ Fix Pydantic method name in <code>docs/en/docs/advanced/path-operation-advanced-configuration.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10826">#10826</a> by <a href="https://github.com/ahmedabdou14"><code>@​ahmedabdou14</code></a>.</li> </ul> <h3>Translations</h3> <ul> <li>🌐 Add Spanish translation for <code>docs/es/docs/external-links.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10933">#10933</a> by <a href="https://github.com/pablocm83"><code>@​pablocm83</code></a>.</li> <li>🌐 Update Korean translation for <code>docs/ko/docs/tutorial/first-steps.md</code>, <code>docs/ko/docs/tutorial/index.md</code>, <code>docs/ko/docs/tutorial/path-params.md</code>, and <code>docs/ko/docs/tutorial/query-params.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/4218">#4218</a> by <a href="https://github.com/SnowSuno"><code>@​SnowSuno</code></a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tiangolo/fastapi/commit/7633d1571cc0c2792b766f67172edb9427c66899"><code>7633d15</code></a> 🔖 Release version 0.109.1</li> <li><a href="https://github.com/tiangolo/fastapi/commit/a4de147521bf1546f700aa494d99fce1bed0741b"><code>a4de147</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/9d34ad0ee8a0dfbbcce06f76c2d5d851085024fc"><code>9d34ad0</code></a> Merge pull request from GHSA-qf9m-vfgh-m389</li> <li><a href="https://github.com/tiangolo/fastapi/commit/ebf972349431043170c1f6a4550bd29642f09cd2"><code>ebf9723</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/8590d0c2ec301d01da68ad3032f9b119d616a644"><code>8590d0c</code></a> 👥 Update FastAPI People (<a href="https://redirect.github.com/tiangolo/fastapi/issues/11074">#11074</a>)</li> <li><a href="https://github.com/tiangolo/fastapi/commit/063d7ffb15c4d1fe88745a8d2d2c9202d44046c5"><code>063d7ff</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/3c81e622f3783920ef3e3d4ecfae12c5511747bf"><code>3c81e62</code></a> 🌐 Add Spanish translation for <code>docs/es/docs/external-links.md</code> (<a href="https://redirect.github.com/tiangolo/fastapi/issues/10933">#10933</a>)</li> <li><a href="https://github.com/tiangolo/fastapi/commit/6c4a143fd0fb2a9963ca60938c4a2bf69573aeca"><code>6c4a143</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/d254e2f6ad773cf6694b7c1917c5792e9f805fd0"><code>d254e2f</code></a> 🌐 Update Korean translation for <code>docs/ko/docs/tutorial/first-steps.md</code>, `docs...</li> <li><a href="https://github.com/tiangolo/fastapi/commit/6f6e786979eb3156b85e7c2f44d0b8af5cf0af17"><code>6f6e786</code></a> 📝 Update release notes</li> <li>Additional commits viewable in <a href="https://github.com/tiangolo/fastapi/compare/0.103.2...0.109.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastapi&package-manager=pip&previous-version=0.103.2&new-version=0.109.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/huggingface/datasets-server/network/alerts). </details>
Bump fastapi from 0.103.2 to 0.109.1 in /front/admin_ui: Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.103.2 to 0.109.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tiangolo/fastapi/releases">fastapi's releases</a>.</em></p> <blockquote> <h2>0.109.1</h2> <h3>Security fixes</h3> <ul> <li>⬆️ Upgrade minimum version of <code>python-multipart</code> to <code>&gt;=0.0.7</code> to fix a vulnerability when using form data with a ReDos attack. You can also simply upgrade <code>python-multipart</code>.</li> </ul> <p>Read more in the <a href="https://github.com/tiangolo/fastapi/security/advisories/GHSA-qf9m-vfgh-m389">advisory: Content-Type Header ReDoS</a>.</p> <h3>Features</h3> <ul> <li>✨ Include HTTP 205 in status codes with no body. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10969">#10969</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h3>Refactors</h3> <ul> <li>✅ Refactor tests for duplicate operation ID generation for compatibility with other tools running the FastAPI test suite. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10876">#10876</a> by <a href="https://github.com/emmettbutler"><code>@​emmettbutler</code></a>.</li> <li>♻️ Simplify string format with f-strings in <code>fastapi/utils.py</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10576">#10576</a> by <a href="https://github.com/eukub"><code>@​eukub</code></a>.</li> <li>🔧 Fix Ruff configuration unintentionally enabling and re-disabling mccabe complexity check. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10893">#10893</a> by <a href="https://github.com/jiridanek"><code>@​jiridanek</code></a>.</li> <li>✅ Re-enable test in <code>tests/test_tutorial/test_header_params/test_tutorial003.py</code> after fix in Starlette. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10904">#10904</a> by <a href="https://github.com/ooknimm"><code>@​ooknimm</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Tweak wording in <code>help-fastapi.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11040">#11040</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>📝 Tweak docs for Behind a Proxy. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11038">#11038</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>📝 Add External Link: 10 Tips for adding SQLAlchemy to FastAPI. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11036">#11036</a> by <a href="https://github.com/Donnype"><code>@​Donnype</code></a>.</li> <li>📝 Add External Link: Tips on migrating from Flask to FastAPI and vice-versa. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11029">#11029</a> by <a href="https://github.com/jtemporal"><code>@​jtemporal</code></a>.</li> <li>📝 Deprecate old tutorials: Peewee, Couchbase, encode/databases. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10979">#10979</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>✏️ Fix typo in <code>fastapi/security/oauth2.py</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10972">#10972</a> by <a href="https://github.com/RafalSkolasinski"><code>@​RafalSkolasinski</code></a>.</li> <li>📝 Update <code>HTTPException</code> details in <code>docs/en/docs/tutorial/handling-errors.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/5418">#5418</a> by <a href="https://github.com/papb"><code>@​papb</code></a>.</li> <li>✏️ A few tweaks in <code>docs/de/docs/tutorial/first-steps.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10959">#10959</a> by <a href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li> <li>✏️ Fix link in <code>docs/en/docs/advanced/async-tests.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10960">#10960</a> by <a href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li> <li>✏️ Fix typos for Spanish documentation. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10957">#10957</a> by <a href="https://github.com/jlopezlira"><code>@​jlopezlira</code></a>.</li> <li>📝 Add warning about lifespan functions and backwards compatibility with events. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10734">#10734</a> by <a href="https://github.com/jacob-indigo"><code>@​jacob-indigo</code></a>.</li> <li>✏️ Fix broken link in <code>docs/tutorial/sql-databases.md</code> in several languages. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10716">#10716</a> by <a href="https://github.com/theoohoho"><code>@​theoohoho</code></a>.</li> <li>✏️ Remove broken links from <code>external_links.yml</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10943">#10943</a> by <a href="https://github.com/Torabek"><code>@​Torabek</code></a>.</li> <li>📝 Update template docs with more info about <code>url_for</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/5937">#5937</a> by <a href="https://github.com/EzzEddin"><code>@​EzzEddin</code></a>.</li> <li>📝 Update usage of Token model in security docs. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/9313">#9313</a> by <a href="https://github.com/piotrszacilowski"><code>@​piotrszacilowski</code></a>.</li> <li>✏️ Update highlighted line in <code>docs/en/docs/tutorial/bigger-applications.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/5490">#5490</a> by <a href="https://github.com/papb"><code>@​papb</code></a>.</li> <li>📝 Add External Link: Explore How to Effectively Use JWT With FastAPI. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10212">#10212</a> by <a href="https://github.com/aanchlia"><code>@​aanchlia</code></a>.</li> <li>📝 Add hyperlink to <code>docs/en/docs/tutorial/static-files.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10243">#10243</a> by <a href="https://github.com/hungtsetse"><code>@​hungtsetse</code></a>.</li> <li>📝 Add External Link: Instrument a FastAPI service adding tracing with OpenTelemetry and send/show traces in Grafana Tempo. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/9440">#9440</a> by <a href="https://github.com/softwarebloat"><code>@​softwarebloat</code></a>.</li> <li>📝 Review and rewording of <code>en/docs/contributing.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10480">#10480</a> by <a href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li> <li>📝 Add External Link: ML serving and monitoring with FastAPI and Evidently. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/9701">#9701</a> by <a href="https://github.com/mnrozhkov"><code>@​mnrozhkov</code></a>.</li> <li>📝 Reword in docs, from &quot;have in mind&quot; to &quot;keep in mind&quot;. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10376">#10376</a> by <a href="https://github.com/malicious"><code>@​malicious</code></a>.</li> <li>📝 Add External Link: Talk by Jeny Sadadia. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10265">#10265</a> by <a href="https://github.com/JenySadadia"><code>@​JenySadadia</code></a>.</li> <li>📝 Add location info to <code>tutorial/bigger-applications.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10552">#10552</a> by <a href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li> <li>✏️ Fix Pydantic method name in <code>docs/en/docs/advanced/path-operation-advanced-configuration.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10826">#10826</a> by <a href="https://github.com/ahmedabdou14"><code>@​ahmedabdou14</code></a>.</li> </ul> <h3>Translations</h3> <ul> <li>🌐 Add Spanish translation for <code>docs/es/docs/external-links.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10933">#10933</a> by <a href="https://github.com/pablocm83"><code>@​pablocm83</code></a>.</li> <li>🌐 Update Korean translation for <code>docs/ko/docs/tutorial/first-steps.md</code>, <code>docs/ko/docs/tutorial/index.md</code>, <code>docs/ko/docs/tutorial/path-params.md</code>, and <code>docs/ko/docs/tutorial/query-params.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/4218">#4218</a> by <a href="https://github.com/SnowSuno"><code>@​SnowSuno</code></a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tiangolo/fastapi/commit/7633d1571cc0c2792b766f67172edb9427c66899"><code>7633d15</code></a> 🔖 Release version 0.109.1</li> <li><a href="https://github.com/tiangolo/fastapi/commit/a4de147521bf1546f700aa494d99fce1bed0741b"><code>a4de147</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/9d34ad0ee8a0dfbbcce06f76c2d5d851085024fc"><code>9d34ad0</code></a> Merge pull request from GHSA-qf9m-vfgh-m389</li> <li><a href="https://github.com/tiangolo/fastapi/commit/ebf972349431043170c1f6a4550bd29642f09cd2"><code>ebf9723</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/8590d0c2ec301d01da68ad3032f9b119d616a644"><code>8590d0c</code></a> 👥 Update FastAPI People (<a href="https://redirect.github.com/tiangolo/fastapi/issues/11074">#11074</a>)</li> <li><a href="https://github.com/tiangolo/fastapi/commit/063d7ffb15c4d1fe88745a8d2d2c9202d44046c5"><code>063d7ff</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/3c81e622f3783920ef3e3d4ecfae12c5511747bf"><code>3c81e62</code></a> 🌐 Add Spanish translation for <code>docs/es/docs/external-links.md</code> (<a href="https://redirect.github.com/tiangolo/fastapi/issues/10933">#10933</a>)</li> <li><a href="https://github.com/tiangolo/fastapi/commit/6c4a143fd0fb2a9963ca60938c4a2bf69573aeca"><code>6c4a143</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/d254e2f6ad773cf6694b7c1917c5792e9f805fd0"><code>d254e2f</code></a> 🌐 Update Korean translation for <code>docs/ko/docs/tutorial/first-steps.md</code>, `docs...</li> <li><a href="https://github.com/tiangolo/fastapi/commit/6f6e786979eb3156b85e7c2f44d0b8af5cf0af17"><code>6f6e786</code></a> 📝 Update release notes</li> <li>Additional commits viewable in <a href="https://github.com/tiangolo/fastapi/compare/0.103.2...0.109.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastapi&package-manager=pip&previous-version=0.103.2&new-version=0.109.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/huggingface/datasets-server/network/alerts). </details>
closed
2024-02-05T17:20:04Z
2024-02-05T17:26:18Z
2024-02-05T17:26:17Z
dependabot[bot]
2,118,531,851
return list of tags in /hub-cache
Add a list of tags in /hub-cache used to refresh the Hub's datasets cache. For now, we add the "croissant" tag if `dataset-info` exists and is complete (all the configs). We can further build on this to add other tags, like webdataset.
return list of tags in /hub-cache: Add a list of tags in /hub-cache used to refresh the Hub's datasets cache. For now, we add the "croissant" tag if `dataset-info` exists and is complete (all the configs). We can further build on this to add other tags, like webdataset.
closed
2024-02-05T13:15:56Z
2024-02-06T10:58:13Z
2024-02-06T10:58:10Z
severo
2,118,442,170
Store the repo visibility (public/private) to filter webhooks
See https://github.com/huggingface/datasets-server/pull/2389#pullrequestreview-1862425050 Not sure if we want to do it, or wait for the Hub to provide more finely scoped webhooks. See also #2208, where we wanted to store metadata about the datasets.
Store the repo visibility (public/private) to filter webhooks: See https://github.com/huggingface/datasets-server/pull/2389#pullrequestreview-1862425050 Not sure if we want to do it, or wait for the Hub to provide more finely scoped webhooks. See also #2208, where we wanted to store metadata about the datasets.
closed
2024-02-05T12:37:30Z
2024-06-19T15:37:36Z
2024-06-19T15:37:36Z
severo
2,118,221,553
handle visibility (public/private) changes
side-effect : any configuration change recreates everything in the datasets-server. Possibly, the Hub will implement "scope": "repo.config.visibility", but for now, it's the way to react to visibility changes. fixes #2379
handle visibility (public/private) changes: side-effect : any configuration change recreates everything in the datasets-server. Possibly, the Hub will implement "scope": "repo.config.visibility", but for now, it's the way to react to visibility changes. fixes #2379
closed
2024-02-05T10:48:22Z
2024-02-05T12:37:58Z
2024-02-05T12:37:57Z
severo
2,118,153,054
Backfill cron job generates exceptions
Last backfill job finished with: ``` DEBUG: 2024-02-05 02:45:53,249 - root - 99521 analyzed datasets (total: 99521 datasets): 59 datasets have been deleted (0.06%), 864 datasets raised an exception (0.87%) ``` An exception was raised in backfill_dataset() for 864 datasets. https://kibana.elastic.huggingface.tech/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:'2024-02-04T19:45:06.175Z',to:'2024-02-05T03:53:55.398Z'))&_a=(columns:!(message),filters:!(('$state':(store:appState),meta:(alias:!n,disabled:!f,index:de38ff80-ac19-11ec-bb45-ad141ad1c5f8,key:kubernetes.namespace,negate:!f,params:(query:datasets-server),type:phrase),query:(match_phrase:(kubernetes.namespace:datasets-server)))),hideChart:!f,index:de38ff80-ac19-11ec-bb45-ad141ad1c5f8,interval:auto,query:(language:kuery,query:'kubernetes.container.name%20:%20%22prod-datasets-server-backfill%22%20'),sort:!(!('@timestamp',desc)))
Backfill cron job generates exceptions: Last backfill job finished with: ``` DEBUG: 2024-02-05 02:45:53,249 - root - 99521 analyzed datasets (total: 99521 datasets): 59 datasets have been deleted (0.06%), 864 datasets raised an exception (0.87%) ``` An exception was raised in backfill_dataset() for 864 datasets. https://kibana.elastic.huggingface.tech/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:'2024-02-04T19:45:06.175Z',to:'2024-02-05T03:53:55.398Z'))&_a=(columns:!(message),filters:!(('$state':(store:appState),meta:(alias:!n,disabled:!f,index:de38ff80-ac19-11ec-bb45-ad141ad1c5f8,key:kubernetes.namespace,negate:!f,params:(query:datasets-server),type:phrase),query:(match_phrase:(kubernetes.namespace:datasets-server)))),hideChart:!f,index:de38ff80-ac19-11ec-bb45-ad141ad1c5f8,interval:auto,query:(language:kuery,query:'kubernetes.container.name%20:%20%22prod-datasets-server-backfill%22%20'),sort:!(!('@timestamp',desc)))
closed
2024-02-05T10:13:27Z
2024-02-07T08:25:45Z
2024-02-07T08:25:45Z
severo
2,118,091,388
Simple jobs have difficulty 100
After a backfill on 2024/02/03, we got a lot of new jobs, and in particular, a lot of them have a high difficulty, much higher than what they should reach. <img width="643" alt="Capture d’écran 2024-02-05 à 10 41 58" src="https://github.com/huggingface/datasets-server/assets/1676121/35a31d46-451f-476f-9691-01b7d302df23">
Simple jobs have difficulty 100: After a backfill on 2024/02/03, we got a lot of new jobs, and in particular, a lot of them have a high difficulty, much higher than what they should reach. <img width="643" alt="Capture d’écran 2024-02-05 à 10 41 58" src="https://github.com/huggingface/datasets-server/assets/1676121/35a31d46-451f-476f-9691-01b7d302df23">
closed
2024-02-05T09:42:53Z
2024-02-06T16:09:25Z
2024-02-06T16:09:25Z
severo
2,115,785,736
Add loading tags, starting with croissant and webdataset
Added two tags: - "croissant" for datasets that have a valid info (= a valid croissant json) - "webdataset" fro datasets with `info["builder_name"] == "webdataset"` I implemented this using a new job "dataset-loading-tags" that aims at detecting tags related to dataset loading tools, and then adding the tags to "dataset-hub-cache". Later we can enrich "dataset-loading-tags" with loading argument that can be used when showing code snippets in dataset pages. TODO - [x] add to hub-cache - [x] tests
Add loading tags, starting with croissant and webdataset: Added two tags: - "croissant" for datasets that have a valid info (= a valid croissant json) - "webdataset" fro datasets with `info["builder_name"] == "webdataset"` I implemented this using a new job "dataset-loading-tags" that aims at detecting tags related to dataset loading tools, and then adding the tags to "dataset-hub-cache". Later we can enrich "dataset-loading-tags" with loading argument that can be used when showing code snippets in dataset pages. TODO - [x] add to hub-cache - [x] tests
closed
2024-02-02T20:54:16Z
2024-02-06T15:50:54Z
2024-02-06T15:50:53Z
lhoestq
2,115,386,622
Replace `DatasetModuleNotInstalledError` errors with `DatasetWithScriptNotSupportedError`
We should never have a `DatasetModuleNotInstalledError` error, because we should return a `DatasetWithScriptNotSupportedError` error before See https://github.com/huggingface/datasets-server/issues/1067#issuecomment-1924305954
Replace `DatasetModuleNotInstalledError` errors with `DatasetWithScriptNotSupportedError`: We should never have a `DatasetModuleNotInstalledError` error, because we should return a `DatasetWithScriptNotSupportedError` error before See https://github.com/huggingface/datasets-server/issues/1067#issuecomment-1924305954
closed
2024-02-02T17:13:31Z
2024-03-25T13:20:49Z
2024-02-07T10:08:05Z
severo
2,115,368,080
Delete obsolete Parquet and DuckDB files
replaces https://github.com/huggingface/datasets-server/issues/1613 and https://github.com/huggingface/datasets-server/issues/980. When we call `delete_dataset()`, we should remove all the parquet and duckdb files. And maybe even the `refs/convert/parquet` branch altogether?
Delete obsolete Parquet and DuckDB files: replaces https://github.com/huggingface/datasets-server/issues/1613 and https://github.com/huggingface/datasets-server/issues/980. When we call `delete_dataset()`, we should remove all the parquet and duckdb files. And maybe even the `refs/convert/parquet` branch altogether?
open
2024-02-02T17:04:49Z
2024-07-08T08:46:06Z
null
severo
2,115,321,192
Add unit tests for backfill_dataset and backfill
null
Add unit tests for backfill_dataset and backfill:
open
2024-02-02T16:41:26Z
2024-02-27T19:59:13Z
null
severo
2,115,302,264
Simplify the code of update_dataset()
When we delete and recreate a dataset (or, in the case of a moved dataset: delete the old one and create the new one): we could simplify the code a lot. The backfill complexity could be used only for the backfill cron job.
Simplify the code of update_dataset(): When we delete and recreate a dataset (or, in the case of a moved dataset: delete the old one and create the new one): we could simplify the code a lot. The backfill complexity could be used only for the backfill cron job.
open
2024-02-02T16:31:01Z
2024-02-02T16:31:13Z
null
severo
2,115,282,465
Improve backfill job logs to give more stats
number of jobs created/deleted, number of cache entries created/deleted, etc. it would require the backfill_dataset to return values
Improve backfill job logs to give more stats: number of jobs created/deleted, number of cache entries created/deleted, etc. it would require the backfill_dataset to return values
closed
2024-02-02T16:20:56Z
2024-02-09T18:00:44Z
2024-02-09T18:00:44Z
severo
2,115,199,691
UI: Add difficulty and failed_runs to admin_ui
- Adding difficulty param in admin UI so we can run the job in a light, medium, or heavy worker (It will change on job_type change event). ![image](https://github.com/huggingface/datasets-server/assets/5564745/2bf72734-2a8b-413c-b186-23418b68f8e8) - Adding failed_runs in cache UI table
UI: Add difficulty and failed_runs to admin_ui: - Adding difficulty param in admin UI so we can run the job in a light, medium, or heavy worker (It will change on job_type change event). ![image](https://github.com/huggingface/datasets-server/assets/5564745/2bf72734-2a8b-413c-b186-23418b68f8e8) - Adding failed_runs in cache UI table
closed
2024-02-02T15:38:36Z
2024-02-02T16:54:10Z
2024-02-02T16:54:09Z
AndreaFrancis
2,115,185,169
Don't ignore webhooks when a dataset changes visibility
See: - https://github.com/huggingface/moon-landing/issues/8779 - https://github.com/huggingface/moon-landing/pull/8825 A webhook is sent when a dataset is toggle between public and private. Currently, we ignore them due to https://github.com/huggingface/datasets-server/blob/66c1e089e204ab33195b957e1b99b0da6a4dd2de/services/api/src/api/routes/webhook.py#L84-L89 Instead, I think we should delete+update the dataset
Don't ignore webhooks when a dataset changes visibility: See: - https://github.com/huggingface/moon-landing/issues/8779 - https://github.com/huggingface/moon-landing/pull/8825 A webhook is sent when a dataset is toggle between public and private. Currently, we ignore them due to https://github.com/huggingface/datasets-server/blob/66c1e089e204ab33195b957e1b99b0da6a4dd2de/services/api/src/api/routes/webhook.py#L84-L89 Instead, I think we should delete+update the dataset
closed
2024-02-02T15:29:55Z
2024-02-05T12:37:58Z
2024-02-05T12:37:58Z
severo
2,115,177,002
Run backfill cron job in parallel on the datasets
See https://github.com/huggingface/datasets-server/pull/2375#issuecomment-1924086210
Run backfill cron job in parallel on the datasets: See https://github.com/huggingface/datasets-server/pull/2375#issuecomment-1924086210
closed
2024-02-02T15:25:44Z
2024-02-06T16:04:59Z
2024-02-06T16:04:59Z
severo
2,114,816,873
Follow /auth-check 307 redirections
See https://github.com/huggingface/datasets-server/issues/1655#issuecomment-1923688766: as the dataset has been renamed, an internal call to /auth-check returns a 307 redirection, but we don't follow it. More generally, we should handle redirections in all the code (I think it's always handled by huggingface_hub, so it should be only in our custom requests)
Follow /auth-check 307 redirections: See https://github.com/huggingface/datasets-server/issues/1655#issuecomment-1923688766: as the dataset has been renamed, an internal call to /auth-check returns a 307 redirection, but we don't follow it. More generally, we should handle redirections in all the code (I think it's always handled by huggingface_hub, so it should be only in our custom requests)
open
2024-02-02T12:25:29Z
2024-07-30T16:09:13Z
null
severo
2,114,788,836
Should we increment "failed_runs" when error is "ResponseAlreadyComputedError"?
Related to https://github.com/huggingface/datasets-server/issues/1464: is it really an error?
Should we increment "failed_runs" when error is "ResponseAlreadyComputedError"?: Related to https://github.com/huggingface/datasets-server/issues/1464: is it really an error?
closed
2024-02-02T12:08:31Z
2024-02-22T21:16:12Z
2024-02-22T21:16:12Z
severo
2,114,613,227
Fix backfill when dataset only has one cache entry
fixes #2274
Fix backfill when dataset only has one cache entry: fixes #2274
closed
2024-02-02T10:33:31Z
2024-02-02T15:26:09Z
2024-02-02T15:26:08Z
severo
2,113,586,252
Upgrade gradio
fix #2306
Upgrade gradio: fix #2306
closed
2024-02-01T22:06:13Z
2024-02-01T22:25:38Z
2024-02-01T22:25:37Z
severo
2,113,485,595
Use "Sign-In with HF" instead of token in admin-UI
See https://huggingface.co/docs/hub/spaces-oauth
Use "Sign-In with HF" instead of token in admin-UI: See https://huggingface.co/docs/hub/spaces-oauth
open
2024-02-01T21:07:15Z
2024-02-01T21:21:38Z
null
severo
2,113,034,162
Difficulty in admin UI
Already deployed <img width="1106" alt="Capture d’écran 2024-02-01 à 18 25 08" src="https://github.com/huggingface/datasets-server/assets/1676121/3d33a129-c887-4220-a6ed-100ee8dc6cb6">
Difficulty in admin UI: Already deployed <img width="1106" alt="Capture d’écran 2024-02-01 à 18 25 08" src="https://github.com/huggingface/datasets-server/assets/1676121/3d33a129-c887-4220-a6ed-100ee8dc6cb6">
closed
2024-02-01T17:21:48Z
2024-02-01T17:25:25Z
2024-02-01T17:25:24Z
severo