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,277,644,268
block mcding-org/* datasets
They are very big (a lot of configs) and are updated all the time.
block mcding-org/* datasets: They are very big (a lot of configs) and are updated all the time.
closed
2024-05-03T13:05:10Z
2024-05-03T13:36:10Z
2024-05-03T13:36:10Z
severo
2,277,622,547
support more than 10k parquet files in config-parquet-metadata
fixes #2768
support more than 10k parquet files in config-parquet-metadata: fixes #2768
closed
2024-05-03T12:53:45Z
2024-05-03T13:35:05Z
2024-05-03T13:35:04Z
severo
2,276,440,441
Delete the cache entries before backfilling again if cache is incoherent (inexisting config or split names)
fixes #2767. Hopefully, applying this to production will delete a lot of obsolete cache entries after the next backfill
Delete the cache entries before backfilling again if cache is incoherent (inexisting config or split names): fixes #2767. Hopefully, applying this to production will delete a lot of obsolete cache entries after the next backfill
closed
2024-05-02T20:40:50Z
2024-05-03T10:42:20Z
2024-05-03T08:49:39Z
severo
2,275,662,351
FineWeb: Unexpected end of stream: Page was smaller (1862094) than expected (2055611)
The config-parquet-metadata job succeeds but the split-first-rows job fails when using `compute_first_rows_from_parquet_response`. In the meantime I set the error code in the config-parquet-metadata response as `CachedResponseNotFound` to make the split-first-rows succeed This workaround causes `ResponseNotFound` when opening page 2 in the viewer unfortunately (can't do random access in the parquet data without a valid config-parquet-metadata response)
FineWeb: Unexpected end of stream: Page was smaller (1862094) than expected (2055611): The config-parquet-metadata job succeeds but the split-first-rows job fails when using `compute_first_rows_from_parquet_response`. In the meantime I set the error code in the config-parquet-metadata response as `CachedResponseNotFound` to make the split-first-rows succeed This workaround causes `ResponseNotFound` when opening page 2 in the viewer unfortunately (can't do random access in the parquet data without a valid config-parquet-metadata response)
closed
2024-05-02T14:18:12Z
2024-05-03T13:35:05Z
2024-05-03T13:35:05Z
lhoestq
2,275,489,227
Backfill ignores the existing cache entries for previous config/split names
See https://github.com/huggingface/dataset-viewer/issues/2766#issuecomment-2090443731 > For https://huggingface.co/datasets/re-align/UnifiedChat, for example, we have entries, including an error with LockedDatasetTimeoutError, for config `default`. But this config does not exist anymore. In this case, the backfill process should have deleted all the cache entries for config `default`.
Backfill ignores the existing cache entries for previous config/split names: See https://github.com/huggingface/dataset-viewer/issues/2766#issuecomment-2090443731 > For https://huggingface.co/datasets/re-align/UnifiedChat, for example, we have entries, including an error with LockedDatasetTimeoutError, for config `default`. But this config does not exist anymore. In this case, the backfill process should have deleted all the cache entries for config `default`.
closed
2024-05-02T13:01:36Z
2024-05-03T08:49:40Z
2024-05-03T08:49:40Z
severo
2,275,353,789
persisting CreateCommitError
For dataset https://huggingface.co/datasets/venetis/VMMRdb_make_model_test, we get the same error after 30 retries: `CreateCommitError`. Another one: https://huggingface.co/datasets/celsowm/stack-exchange-paired-mini-1k Also, two other datasets have the `CreateCommitError` for more than 1 month, so it does not seem to be the same issue: - https://huggingface.co/datasets/schhetri41/PoseDataset - https://huggingface.co/datasets/asuglia/coco_pope
persisting CreateCommitError: For dataset https://huggingface.co/datasets/venetis/VMMRdb_make_model_test, we get the same error after 30 retries: `CreateCommitError`. Another one: https://huggingface.co/datasets/celsowm/stack-exchange-paired-mini-1k Also, two other datasets have the `CreateCommitError` for more than 1 month, so it does not seem to be the same issue: - https://huggingface.co/datasets/schhetri41/PoseDataset - https://huggingface.co/datasets/asuglia/coco_pope
open
2024-05-02T11:53:57Z
2024-07-30T16:51:51Z
null
severo
2,275,338,435
Children jobs are not created after `JobManagerCrashedError`
This would explain why we have ~500 `PreviousStepStillProcessingError` entries, while they should be temporary. https://github.com/huggingface/dataset-viewer/pull/2758#issuecomment-2090300183
Children jobs are not created after `JobManagerCrashedError`: This would explain why we have ~500 `PreviousStepStillProcessingError` entries, while they should be temporary. https://github.com/huggingface/dataset-viewer/pull/2758#issuecomment-2090300183
open
2024-05-02T11:45:02Z
2024-05-15T10:04:08Z
null
severo
2,272,338,619
Index Translations and TranslationVariableLanguages data type for search
We have 2171 splits with translation or TranslationVariableLanguages data types that need to be indexed while duckdb supports it. See these examples: - https://huggingface.co/datasets/vgaraujov/americasnlp-mt-21 - https://huggingface.co/datasets/ted_hrlr
Index Translations and TranslationVariableLanguages data type for search: We have 2171 splits with translation or TranslationVariableLanguages data types that need to be indexed while duckdb supports it. See these examples: - https://huggingface.co/datasets/vgaraujov/americasnlp-mt-21 - https://huggingface.co/datasets/ted_hrlr
closed
2024-04-30T19:48:56Z
2024-05-02T15:21:09Z
2024-05-02T14:11:06Z
AndreaFrancis
2,272,114,014
Add Presidio scan
Run Presidio on string data and store the entities counts + (masked) results. Will add the aggregations that we can show in the viewer in a subsequent PR. TODO: - [x] tests - [x] add job to graph the plan is to show the entity types (email, ip adress, etc.) present in a dataset and the % of rows containing each type close #2745
Add Presidio scan: Run Presidio on string data and store the entities counts + (masked) results. Will add the aggregations that we can show in the viewer in a subsequent PR. TODO: - [x] tests - [x] add job to graph the plan is to show the entity types (email, ip adress, etc.) present in a dataset and the % of rows containing each type close #2745
closed
2024-04-30T17:32:43Z
2024-05-21T09:41:32Z
2024-05-18T13:09:44Z
lhoestq
2,271,966,719
A space in the column name breaks the assets URLs
reported internally by @xianbaoqian: https://huggingface.slack.com/archives/C02EMARJ65P/p1714493144145569 ## with the space ![image](https://github.com/huggingface/dataset-viewer/assets/1676121/2c6f96eb-c42d-4a43-aa8f-00a66bbb9907) ![image](https://github.com/huggingface/dataset-viewer/assets/1676121/70ab3289-9a8e-4115-9f2c-c2c4d1f1d0b9) ## without the space ![image](https://github.com/huggingface/dataset-viewer/assets/1676121/6fb291b5-c73f-4639-89bc-ff1adbd8b9b1)
A space in the column name breaks the assets URLs: reported internally by @xianbaoqian: https://huggingface.slack.com/archives/C02EMARJ65P/p1714493144145569 ## with the space ![image](https://github.com/huggingface/dataset-viewer/assets/1676121/2c6f96eb-c42d-4a43-aa8f-00a66bbb9907) ![image](https://github.com/huggingface/dataset-viewer/assets/1676121/70ab3289-9a8e-4115-9f2c-c2c4d1f1d0b9) ## without the space ![image](https://github.com/huggingface/dataset-viewer/assets/1676121/6fb291b5-c73f-4639-89bc-ff1adbd8b9b1)
open
2024-04-30T16:23:25Z
2024-09-10T11:32:56Z
null
severo
2,271,924,010
Use `DisabledRepoError`
When we do so, we have to be very careful with the new local directory which is created: - ensure it does not fill the disk - ensure it's cleaned when needed - ensure we have the rights to write there internal slack discussion: https://huggingface.slack.com/archives/C01TETY5V8S/p1714492966868849 cc @Wauplin
Use `DisabledRepoError`: When we do so, we have to be very careful with the new local directory which is created: - ensure it does not fill the disk - ensure it's cleaned when needed - ensure we have the rights to write there internal slack discussion: https://huggingface.slack.com/archives/C01TETY5V8S/p1714492966868849 cc @Wauplin
open
2024-04-30T16:09:09Z
2024-07-30T16:28:14Z
null
severo
2,271,523,412
Fix size in tests
fixes #2759 I'm not sure why we need to add 5 bytes to the size though...
Fix size in tests: fixes #2759 I'm not sure why we need to add 5 bytes to the size though...
closed
2024-04-30T13:45:34Z
2024-04-30T15:14:24Z
2024-04-30T15:14:22Z
severo
2,271,482,013
services/worker tests are failing
See https://github.com/huggingface/dataset-viewer/actions/runs/8895306050/job/24425363938 We get 55 instead of 50 (not sure for which field, we don't have enough logs as of now).
services/worker tests are failing: See https://github.com/huggingface/dataset-viewer/actions/runs/8895306050/job/24425363938 We get 55 instead of 50 (not sure for which field, we don't have enough logs as of now).
closed
2024-04-30T13:27:57Z
2024-04-30T15:14:24Z
2024-04-30T15:14:24Z
severo
2,271,427,484
Set number of retries per error code
See https://huggingface.slack.com/archives/C04L6P8KNQ5/p1714480880576699?thread_ts=1714033939.429809&cid=C04L6P8KNQ5 (internal) Errors like `CreateCommitError` should always be retried, because they correspond to the Hub being down, which should always be a temporary situation. I set the limit to 30 in that case (instead of 3). I set 30 to other error codes as well: `HfHubError`, `LockedDatasetTimeoutError`, `PreviousStepStillProcessingError`
Set number of retries per error code: See https://huggingface.slack.com/archives/C04L6P8KNQ5/p1714480880576699?thread_ts=1714033939.429809&cid=C04L6P8KNQ5 (internal) Errors like `CreateCommitError` should always be retried, because they correspond to the Hub being down, which should always be a temporary situation. I set the limit to 30 in that case (instead of 3). I set 30 to other error codes as well: `HfHubError`, `LockedDatasetTimeoutError`, `PreviousStepStillProcessingError`
closed
2024-04-30T13:05:20Z
2024-05-02T11:54:09Z
2024-04-30T13:39:38Z
severo
2,271,353,100
Don't recompute everything if the change is only in the README body
If the contents of the README file (ie: excluding the dataset viewer YAML configuration) are modified, the responses will all be unchanged, so: we could avoid recomputing everything. This is particularly important for big datasets. internal discussion: https://huggingface.slack.com/archives/C04L6P8KNQ5/p1714150324722819?thread_ts=1714078257.142609&cid=C04L6P8KNQ5
Don't recompute everything if the change is only in the README body: If the contents of the README file (ie: excluding the dataset viewer YAML configuration) are modified, the responses will all be unchanged, so: we could avoid recomputing everything. This is particularly important for big datasets. internal discussion: https://huggingface.slack.com/archives/C04L6P8KNQ5/p1714150324722819?thread_ts=1714078257.142609&cid=C04L6P8KNQ5
open
2024-04-30T12:34:04Z
2024-05-07T15:33:01Z
null
severo
2,271,080,446
Upgrade pyarrow to 16?
Release notes here: https://arrow.apache.org/blog/2024/04/20/16.0.0-release/ Are we affected by any change? Does it enable something for us?
Upgrade pyarrow to 16?: Release notes here: https://arrow.apache.org/blog/2024/04/20/16.0.0-release/ Are we affected by any change? Does it enable something for us?
open
2024-04-30T10:20:45Z
2024-04-30T16:19:31Z
null
severo
2,270,189,704
Adding large_string to duckdb-index worker and tests
Fix for https://github.com/huggingface/dataset-viewer/issues/2613
Adding large_string to duckdb-index worker and tests: Fix for https://github.com/huggingface/dataset-viewer/issues/2613
closed
2024-04-29T23:39:40Z
2024-04-30T13:50:11Z
2024-04-30T13:05:15Z
AndreaFrancis
2,269,539,788
Return partial dataset-hub-cache instead of error?
`dataset-hub-cache` depends on multiple previous steps, and any error in one of them makes it fail. It provokes things like https://github.com/huggingface/moon-landing/issues/9799 (internal): in the datasets list, a dataset is not marked as "supporting the dataset viewer", whereas the only issue is that we didn't manage to list the compatible libraries, to create the tags. https://github.com/huggingface/dataset-viewer/blob/main/services/worker/src/worker/job_runners/dataset/hub_cache.py In this case, we could return a partial response, or maybe return an empty list of libraries or modalities if we have an error. What do you think @lhoestq?
Return partial dataset-hub-cache instead of error?: `dataset-hub-cache` depends on multiple previous steps, and any error in one of them makes it fail. It provokes things like https://github.com/huggingface/moon-landing/issues/9799 (internal): in the datasets list, a dataset is not marked as "supporting the dataset viewer", whereas the only issue is that we didn't manage to list the compatible libraries, to create the tags. https://github.com/huggingface/dataset-viewer/blob/main/services/worker/src/worker/job_runners/dataset/hub_cache.py In this case, we could return a partial response, or maybe return an empty list of libraries or modalities if we have an error. What do you think @lhoestq?
closed
2024-04-29T17:10:09Z
2024-06-13T13:57:20Z
2024-06-13T13:57:20Z
severo
2,268,621,277
Use `.__cause__` when possible when raising an exception
See https://github.com/huggingface/dataset-viewer/pull/2747#discussion_r1581758922 This refactoring would remove the need to pass the cause explicitly to the `cause` argument. Most importantly, we sometimes forget to pass the cause, which reduce the information passed to the user. Note that it will only work if we pass `from err` after raising... which can also easily be forgotten 😬
Use `.__cause__` when possible when raising an exception: See https://github.com/huggingface/dataset-viewer/pull/2747#discussion_r1581758922 This refactoring would remove the need to pass the cause explicitly to the `cause` argument. Most importantly, we sometimes forget to pass the cause, which reduce the information passed to the user. Note that it will only work if we pass `from err` after raising... which can also easily be forgotten 😬
open
2024-04-29T10:05:26Z
2024-04-29T10:05:41Z
null
severo
2,264,248,528
Add timeout to hffs requests
I think it causes the fineweb job to hang, and then kube thinks the pod is doing nothing and can kill it cc @polinaeterna also cc @Wauplin just FYI
Add timeout to hffs requests: I think it causes the fineweb job to hang, and then kube thinks the pod is doing nothing and can kill it cc @polinaeterna also cc @Wauplin just FYI
closed
2024-04-25T18:32:29Z
2024-04-26T16:20:11Z
2024-04-25T20:44:35Z
lhoestq
2,264,235,571
Re enable signal handling
I also removed the custom exception handler that can cause a segfault and has never been useful (no logs from this in the past days and I've never seen it)
Re enable signal handling: I also removed the custom exception handler that can cause a segfault and has never been useful (no logs from this in the past days and I've never seen it)
closed
2024-04-25T18:25:06Z
2024-04-25T20:41:32Z
2024-04-25T20:41:31Z
lhoestq
2,264,002,622
Remove sleep logs
null
Remove sleep logs:
closed
2024-04-25T16:21:02Z
2024-04-25T16:22:58Z
2024-04-25T16:22:57Z
lhoestq
2,263,897,857
Disable signal handling (temporarily for fineweb)
Now Kube shows the reason "Error" (so not "OOM") but thanks to logging I managed to see that the main process did receive a SIGTERM. Temporarily disable some signal handling in case they prevent some logs from the children processes to appear, or if it prevents Kube from detecting the OOM. cc @polinaeterna
Disable signal handling (temporarily for fineweb): Now Kube shows the reason "Error" (so not "OOM") but thanks to logging I managed to see that the main process did receive a SIGTERM. Temporarily disable some signal handling in case they prevent some logs from the children processes to appear, or if it prevents Kube from detecting the OOM. cc @polinaeterna
closed
2024-04-25T15:25:40Z
2024-04-25T16:16:18Z
2024-04-25T16:15:49Z
lhoestq
2,263,894,566
Group sleep logs in retry()
they're spamming too much, e.g. 20k logs just for the parquet-and-info jobs of fineweb
Group sleep logs in retry(): they're spamming too much, e.g. 20k logs just for the parquet-and-info jobs of fineweb
closed
2024-04-25T15:24:03Z
2024-04-25T16:17:43Z
2024-04-25T16:17:43Z
lhoestq
2,263,660,641
Update DatasetWithScriptNotSupportedError message suggesting CLI
Suggest using the `datasets` convert_to_parquet CLI instead of opening a Discussion. Additionally, this PR sets a default error message, instead of repeating the same everywhere. Fix #2742.
Update DatasetWithScriptNotSupportedError message suggesting CLI: Suggest using the `datasets` convert_to_parquet CLI instead of opening a Discussion. Additionally, this PR sets a default error message, instead of repeating the same everywhere. Fix #2742.
closed
2024-04-25T13:55:23Z
2024-04-29T10:05:49Z
2024-04-26T16:23:58Z
albertvillanova
2,263,601,301
Update compatible_libraries.py
typo fix
Update compatible_libraries.py: typo fix
closed
2024-04-25T13:31:37Z
2024-04-25T13:31:49Z
2024-04-25T13:31:49Z
severo
2,263,216,305
Presidio scan
Can help detecting pii and warn authors / users. I'm working on something similar to the opt-out urls scan and use the default presidio config. Note that it has false positives so we might have to adapt messages on the Hub (or have some sort of additional filtering)
Presidio scan: Can help detecting pii and warn authors / users. I'm working on something similar to the opt-out urls scan and use the default presidio config. Note that it has false positives so we might have to adapt messages on the Hub (or have some sort of additional filtering)
closed
2024-04-25T10:17:32Z
2024-05-18T13:09:45Z
2024-05-18T13:09:45Z
lhoestq
2,263,141,231
More logs for crashes
Needed to debug HuggingFaceFW/fineweb "default" config that crashes in 15min without meaningful logs cc @polinaeterna
More logs for crashes: Needed to debug HuggingFaceFW/fineweb "default" config that crashes in 15min without meaningful logs cc @polinaeterna
closed
2024-04-25T09:40:01Z
2024-04-25T10:26:37Z
2024-04-25T10:26:36Z
lhoestq
2,259,158,524
Hardcode number of bins in histogram instead of env var
...to simplify things. I think I've seen some discussion and related PRs from @severo recently with the idea that the less configuration options the better. But I cannot find it... (Honestly, I have no idea why I decided that it would be a good idea to make it an environmental variable.)
Hardcode number of bins in histogram instead of env var: ...to simplify things. I think I've seen some discussion and related PRs from @severo recently with the idea that the less configuration options the better. But I cannot find it... (Honestly, I have no idea why I decided that it would be a good idea to make it an environmental variable.)
closed
2024-04-23T15:20:04Z
2024-04-25T08:50:00Z
2024-04-24T14:02:26Z
polinaeterna
2,258,423,170
Improve the message for DatasetWithScriptNotSupportedError
Now we have a CLI tool to convert a script dataset to a data-only one (parquet). See https://github.com/huggingface/datasets/releases/tag/2.19.0 <img width="676" alt="Capture d’écran 2024-04-23 à 11 41 10" src="https://github.com/huggingface/dataset-viewer/assets/1676121/0a90c9fc-47c5-4266-bf6e-07b2c29986a6"> We should reflect that in all the error messages for DatasetWithScriptNotSupportedError: https://github.com/search?q=repo%3Ahuggingface%2Fdataset-viewer+%22raise+DatasetWithScriptNotSupportedError%22&type=code, and propose the user to use the CLI to convert the dataset. Ideally with a link to a doc that shows how to do it (I think the doc page should lie in https://github.com/huggingface/datasets/tree/main/docs, see https://github.com/huggingface/datasets/issues/6830).
Improve the message for DatasetWithScriptNotSupportedError: Now we have a CLI tool to convert a script dataset to a data-only one (parquet). See https://github.com/huggingface/datasets/releases/tag/2.19.0 <img width="676" alt="Capture d’écran 2024-04-23 à 11 41 10" src="https://github.com/huggingface/dataset-viewer/assets/1676121/0a90c9fc-47c5-4266-bf6e-07b2c29986a6"> We should reflect that in all the error messages for DatasetWithScriptNotSupportedError: https://github.com/search?q=repo%3Ahuggingface%2Fdataset-viewer+%22raise+DatasetWithScriptNotSupportedError%22&type=code, and propose the user to use the CLI to convert the dataset. Ideally with a link to a doc that shows how to do it (I think the doc page should lie in https://github.com/huggingface/datasets/tree/main/docs, see https://github.com/huggingface/datasets/issues/6830).
closed
2024-04-23T09:44:04Z
2024-05-03T13:58:56Z
2024-04-26T16:23:59Z
severo
2,253,494,195
Remove remaining DatasetWithTooManyParquetFilesError
I missed this occurence of DatasetWithTooManyParquetFilesError in https://github.com/huggingface/dataset-viewer/pull/2503 I'd like to deploy this soon for the FW dataset release cc @guipenedo
Remove remaining DatasetWithTooManyParquetFilesError: I missed this occurence of DatasetWithTooManyParquetFilesError in https://github.com/huggingface/dataset-viewer/pull/2503 I'd like to deploy this soon for the FW dataset release cc @guipenedo
closed
2024-04-19T17:15:06Z
2024-04-20T12:18:17Z
2024-04-20T12:18:17Z
lhoestq
2,252,865,847
Update datasets to 2.19.0 and fsspec to 2024.3.1
Update datasets to 2.19.0. Fix #2739.
Update datasets to 2.19.0 and fsspec to 2024.3.1: Update datasets to 2.19.0. Fix #2739.
closed
2024-04-19T12:32:43Z
2024-04-24T13:32:47Z
2024-04-24T13:31:27Z
albertvillanova
2,252,722,839
Update datasets to 2.19.0
Update datasets to 2.19.0: https://github.com/huggingface/datasets/releases/tag/2.19.0
Update datasets to 2.19.0: Update datasets to 2.19.0: https://github.com/huggingface/datasets/releases/tag/2.19.0
closed
2024-04-19T11:17:42Z
2024-04-30T15:42:51Z
2024-04-30T15:42:50Z
albertvillanova
2,252,419,022
Block dataset
Bblock [mitermix/yt-links](https://huggingface.co/datasets/mitermix/yt-links) apparently it has too many files and is causing issues on the hub cc @XciD if you could tell us more about what issues it's causing and how we can avoid this in the future
Block dataset: Bblock [mitermix/yt-links](https://huggingface.co/datasets/mitermix/yt-links) apparently it has too many files and is causing issues on the hub cc @XciD if you could tell us more about what issues it's causing and how we can avoid this in the future
closed
2024-04-19T08:37:08Z
2024-04-19T09:26:22Z
2024-04-19T09:26:21Z
lhoestq
2,251,076,181
Store transformed values in duckdb index file
Add the following columns: * `{column_name}.length` - for lists and strings (**all strings**, both string-strings and class-strings) * `{column_name}.duration` - for audios * `{column_name}.width` and `{column_name}.height` - for images
Store transformed values in duckdb index file: Add the following columns: * `{column_name}.length` - for lists and strings (**all strings**, both string-strings and class-strings) * `{column_name}.duration` - for audios * `{column_name}.width` and `{column_name}.height` - for images
closed
2024-04-18T16:11:04Z
2024-05-27T10:34:57Z
2024-05-24T14:02:02Z
polinaeterna
2,251,068,747
Update aiohttp from 3.9.3 to 3.9.4 across 11 directories
Bumps the pip group with 1 update in the /front/admin_ui directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /libs/libapi directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /libs/libcommon directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /services/admin directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /services/api directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /services/rows directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /services/search directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /services/sse-api directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /services/worker directory: [aiohttp](https://github.com/aio-libs/aiohttp). Updates `aiohttp` from 3.9.3 to 3.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8089">#8089</a>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8104">#8104</a>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8163">#8163</a>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7741">#7741</a>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.9.4 (2024-04-11)</h1> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8089</code>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8104</code>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8163</code>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>7741</code>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572"><code>b3397c7</code></a> Release v3.9.4 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8201">#8201</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400"><code>a7e240a</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8320">#8320</a>/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397"><code>2833552</code></a> Escape filenames and paths in HTML when generating index pages (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8317">#8317</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8319">#8319</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ed43040613988fc4666109aca82a5180ff165df5"><code>ed43040</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8309">#8309</a>/c29945a1 backport][3.9] Improve reliability of run_app test (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8315">#8315</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ec2be0500e2674eea019c0966a7a905e9b3d6608"><code>ec2be05</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8299">#8299</a>/28d026eb backport][3.9] Create marker for internal tests (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8307">#8307</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/292d961f4ee2829a1b13fad92444a4fd693fbc87"><code>292d961</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8304">#8304</a>/88c80c14 backport][3.9] Check for backports in CI (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8305">#8305</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19"><code>cebe526</code></a> Fix handling of multipart/form-data (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8280">#8280</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8302">#8302</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/270ae9cf6a9e6159b5e29a950deb6ff7600aebc5"><code>270ae9c</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8297">#8297</a>/d15f07cf backport][3.9] Upgrade to llhttp 9.2.1 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8292">#8292</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8298">#8298</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/bb231059b14277c34a8a0331e51406d5abe4f424"><code>bb23105</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8283">#8283</a>/54e13b0a backport][3.9] Fix blocking I/O in the event loop while pr...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/3f79241bcbc02c9850348fc04c064fcbc980e8f0"><code>3f79241</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8286">#8286</a>/28f1fd88 backport][3.9] docs: remove repetitive word in comment (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8">#8</a>...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4">compare view</a></li> </ul> </details> <br /> Updates `aiohttp` from 3.9.3 to 3.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8089">#8089</a>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8104">#8104</a>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8163">#8163</a>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7741">#7741</a>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.9.4 (2024-04-11)</h1> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8089</code>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8104</code>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8163</code>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>7741</code>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572"><code>b3397c7</code></a> Release v3.9.4 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8201">#8201</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400"><code>a7e240a</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8320">#8320</a>/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397"><code>2833552</code></a> Escape filenames and paths in HTML when generating index pages (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8317">#8317</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8319">#8319</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ed43040613988fc4666109aca82a5180ff165df5"><code>ed43040</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8309">#8309</a>/c29945a1 backport][3.9] Improve reliability of run_app test (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8315">#8315</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ec2be0500e2674eea019c0966a7a905e9b3d6608"><code>ec2be05</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8299">#8299</a>/28d026eb backport][3.9] Create marker for internal tests (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8307">#8307</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/292d961f4ee2829a1b13fad92444a4fd693fbc87"><code>292d961</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8304">#8304</a>/88c80c14 backport][3.9] Check for backports in CI (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8305">#8305</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19"><code>cebe526</code></a> Fix handling of multipart/form-data (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8280">#8280</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8302">#8302</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/270ae9cf6a9e6159b5e29a950deb6ff7600aebc5"><code>270ae9c</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8297">#8297</a>/d15f07cf backport][3.9] Upgrade to llhttp 9.2.1 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8292">#8292</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8298">#8298</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/bb231059b14277c34a8a0331e51406d5abe4f424"><code>bb23105</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8283">#8283</a>/54e13b0a backport][3.9] Fix blocking I/O in the event loop while pr...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/3f79241bcbc02c9850348fc04c064fcbc980e8f0"><code>3f79241</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8286">#8286</a>/28f1fd88 backport][3.9] docs: remove repetitive word in comment (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8">#8</a>...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4">compare view</a></li> </ul> </details> <br /> Updates `aiohttp` from 3.9.3 to 3.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8089">#8089</a>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8104">#8104</a>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8163">#8163</a>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7741">#7741</a>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.9.4 (2024-04-11)</h1> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8089</code>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8104</code>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8163</code>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>7741</code>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572"><code>b3397c7</code></a> Release v3.9.4 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8201">#8201</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400"><code>a7e240a</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8320">#8320</a>/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397"><code>2833552</code></a> Escape filenames and paths in HTML when generating index pages (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8317">#8317</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8319">#8319</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ed43040613988fc4666109aca82a5180ff165df5"><code>ed43040</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8309">#8309</a>/c29945a1 backport][3.9] Improve reliability of run_app test (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8315">#8315</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ec2be0500e2674eea019c0966a7a905e9b3d6608"><code>ec2be05</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8299">#8299</a>/28d026eb backport][3.9] Create marker for internal tests (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8307">#8307</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/292d961f4ee2829a1b13fad92444a4fd693fbc87"><code>292d961</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8304">#8304</a>/88c80c14 backport][3.9] Check for backports in CI (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8305">#8305</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19"><code>cebe526</code></a> Fix handling of multipart/form-data (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8280">#8280</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8302">#8302</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/270ae9cf6a9e6159b5e29a950deb6ff7600aebc5"><code>270ae9c</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8297">#8297</a>/d15f07cf backport][3.9] Upgrade to llhttp 9.2.1 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8292">#8292</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8298">#8298</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/bb231059b14277c34a8a0331e51406d5abe4f424"><code>bb23105</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8283">#8283</a>/54e13b0a backport][3.9] Fix blocking I/O in the event loop while pr...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/3f79241bcbc02c9850348fc04c064fcbc980e8f0"><code>3f79241</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8286">#8286</a>/28f1fd88 backport][3.9] docs: remove repetitive word in comment (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8">#8</a>...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4">compare view</a></li> </ul> </details> <br /> Updates `aiohttp` from 3.9.3 to 3.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8089">#8089</a>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8104">#8104</a>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8163">#8163</a>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7741">#7741</a>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.9.4 (2024-04-11)</h1> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8089</code>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8104</code>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8163</code>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>7741</code>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572"><code>b3397c7</code></a> Release v3.9.4 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8201">#8201</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400"><code>a7e240a</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8320">#8320</a>/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397"><code>2833552</code></a> Escape filenames and paths in HTML when generating index pages (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8317">#8317</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8319">#8319</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ed43040613988fc4666109aca82a5180ff165df5"><code>ed43040</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8309">#8309</a>/c29945a1 backport][3.9] Improve reliability of run_app test (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8315">#8315</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ec2be0500e2674eea019c0966a7a905e9b3d6608"><code>ec2be05</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8299">#8299</a>/28d026eb backport][3.9] Create marker for internal tests (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8307">#8307</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/292d961f4ee2829a1b13fad92444a4fd693fbc87"><code>292d961</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8304">#8304</a>/88c80c14 backport][3.9] Check for backports in CI (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8305">#8305</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19"><code>cebe526</code></a> Fix handling of multipart/form-data (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8280">#8280</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8302">#8302</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/270ae9cf6a9e6159b5e29a950deb6ff7600aebc5"><code>270ae9c</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8297">#8297</a>/d15f07cf backport][3.9] Upgrade to llhttp 9.2.1 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8292">#8292</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8298">#8298</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/bb231059b14277c34a8a0331e51406d5abe4f424"><code>bb23105</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8283">#8283</a>/54e13b0a backport][3.9] Fix blocking I/O in the event loop while pr...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/3f79241bcbc02c9850348fc04c064fcbc980e8f0"><code>3f79241</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8286">#8286</a>/28f1fd88 backport][3.9] docs: remove repetitive word in comment (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8">#8</a>...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4">compare view</a></li> </ul> </details> <br /> Updates `aiohttp` from 3.9.3 to 3.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8089">#8089</a>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8104">#8104</a>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8163">#8163</a>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7741">#7741</a>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.9.4 (2024-04-11)</h1> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8089</code>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8104</code>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8163</code>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>7741</code>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572"><code>b3397c7</code></a> Release v3.9.4 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8201">#8201</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400"><code>a7e240a</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8320">#8320</a>/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397"><code>2833552</code></a> Escape filenames and paths in HTML when generating index pages (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8317">#8317</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8319">#8319</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ed43040613988fc4666109aca82a5180ff165df5"><code>ed43040</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8309">#8309</a>/c29945a1 backport][3.9] Improve reliability of run_app test (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8315">#8315</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ec2be0500e2674eea019c0966a7a905e9b3d6608"><code>ec2be05</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8299">#8299</a>/28d026eb backport][3.9] Create marker for internal tests (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8307">#8307</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/292d961f4ee2829a1b13fad92444a4fd693fbc87"><code>292d961</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8304">#8304</a>/88c80c14 backport][3.9] Check for backports in CI (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8305">#8305</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19"><code>cebe526</code></a> Fix handling of multipart/form-data (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8280">#8280</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8302">#8302</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/270ae9cf6a9e6159b5e29a950deb6ff7600aebc5"><code>270ae9c</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8297">#8297</a>/d15f07cf backport][3.9] Upgrade to llhttp 9.2.1 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8292">#8292</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8298">#8298</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/bb231059b14277c34a8a0331e51406d5abe4f424"><code>bb23105</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8283">#8283</a>/54e13b0a backport][3.9] Fix blocking I/O in the event loop while pr...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/3f79241bcbc02c9850348fc04c064fcbc980e8f0"><code>3f79241</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8286">#8286</a>/28f1fd88 backport][3.9] docs: remove repetitive word in comment (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8">#8</a>...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4">compare view</a></li> </ul> </details> <br /> Updates `aiohttp` from 3.9.3 to 3.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8089">#8089</a>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8104">#8104</a>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8163">#8163</a>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7741">#7741</a>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.9.4 (2024-04-11)</h1> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8089</code>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8104</code>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8163</code>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>7741</code>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572"><code>b3397c7</code></a> Release v3.9.4 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8201">#8201</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400"><code>a7e240a</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8320">#8320</a>/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397"><code>2833552</code></a> Escape filenames and paths in HTML when generating index pages (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8317">#8317</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8319">#8319</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ed43040613988fc4666109aca82a5180ff165df5"><code>ed43040</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8309">#8309</a>/c29945a1 backport][3.9] Improve reliability of run_app test (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8315">#8315</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ec2be0500e2674eea019c0966a7a905e9b3d6608"><code>ec2be05</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8299">#8299</a>/28d026eb backport][3.9] Create marker for internal tests (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8307">#8307</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/292d961f4ee2829a1b13fad92444a4fd693fbc87"><code>292d961</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8304">#8304</a>/88c80c14 backport][3.9] Check for backports in CI (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8305">#8305</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19"><code>cebe526</code></a> Fix handling of multipart/form-data (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8280">#8280</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8302">#8302</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/270ae9cf6a9e6159b5e29a950deb6ff7600aebc5"><code>270ae9c</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8297">#8297</a>/d15f07cf backport][3.9] Upgrade to llhttp 9.2.1 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8292">#8292</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8298">#8298</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/bb231059b14277c34a8a0331e51406d5abe4f424"><code>bb23105</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8283">#8283</a>/54e13b0a backport][3.9] Fix blocking I/O in the event loop while pr...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/3f79241bcbc02c9850348fc04c064fcbc980e8f0"><code>3f79241</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8286">#8286</a>/28f1fd88 backport][3.9] docs: remove repetitive word in comment (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8">#8</a>...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4">compare view</a></li> </ul> </details> <br /> Updates `aiohttp` from 3.9.3 to 3.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8089">#8089</a>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8104">#8104</a>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8163">#8163</a>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7741">#7741</a>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.9.4 (2024-04-11)</h1> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8089</code>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8104</code>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8163</code>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>7741</code>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572"><code>b3397c7</code></a> Release v3.9.4 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8201">#8201</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400"><code>a7e240a</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8320">#8320</a>/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397"><code>2833552</code></a> Escape filenames and paths in HTML when generating index pages (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8317">#8317</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8319">#8319</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ed43040613988fc4666109aca82a5180ff165df5"><code>ed43040</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8309">#8309</a>/c29945a1 backport][3.9] Improve reliability of run_app test (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8315">#8315</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ec2be0500e2674eea019c0966a7a905e9b3d6608"><code>ec2be05</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8299">#8299</a>/28d026eb backport][3.9] Create marker for internal tests (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8307">#8307</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/292d961f4ee2829a1b13fad92444a4fd693fbc87"><code>292d961</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8304">#8304</a>/88c80c14 backport][3.9] Check for backports in CI (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8305">#8305</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19"><code>cebe526</code></a> Fix handling of multipart/form-data (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8280">#8280</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8302">#8302</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/270ae9cf6a9e6159b5e29a950deb6ff7600aebc5"><code>270ae9c</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8297">#8297</a>/d15f07cf backport][3.9] Upgrade to llhttp 9.2.1 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8292">#8292</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8298">#8298</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/bb231059b14277c34a8a0331e51406d5abe4f424"><code>bb23105</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8283">#8283</a>/54e13b0a backport][3.9] Fix blocking I/O in the event loop while pr...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/3f79241bcbc02c9850348fc04c064fcbc980e8f0"><code>3f79241</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8286">#8286</a>/28f1fd88 backport][3.9] docs: remove repetitive word in comment (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8">#8</a>...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4">compare view</a></li> </ul> </details> <br /> Updates `aiohttp` from 3.9.3 to 3.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8089">#8089</a>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8104">#8104</a>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8163">#8163</a>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7741">#7741</a>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.9.4 (2024-04-11)</h1> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8089</code>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8104</code>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8163</code>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>7741</code>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572"><code>b3397c7</code></a> Release v3.9.4 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8201">#8201</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400"><code>a7e240a</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8320">#8320</a>/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397"><code>2833552</code></a> Escape filenames and paths in HTML when generating index pages (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8317">#8317</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8319">#8319</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ed43040613988fc4666109aca82a5180ff165df5"><code>ed43040</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8309">#8309</a>/c29945a1 backport][3.9] Improve reliability of run_app test (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8315">#8315</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ec2be0500e2674eea019c0966a7a905e9b3d6608"><code>ec2be05</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8299">#8299</a>/28d026eb backport][3.9] Create marker for internal tests (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8307">#8307</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/292d961f4ee2829a1b13fad92444a4fd693fbc87"><code>292d961</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8304">#8304</a>/88c80c14 backport][3.9] Check for backports in CI (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8305">#8305</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19"><code>cebe526</code></a> Fix handling of multipart/form-data (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8280">#8280</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8302">#8302</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/270ae9cf6a9e6159b5e29a950deb6ff7600aebc5"><code>270ae9c</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8297">#8297</a>/d15f07cf backport][3.9] Upgrade to llhttp 9.2.1 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8292">#8292</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8298">#8298</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/bb231059b14277c34a8a0331e51406d5abe4f424"><code>bb23105</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8283">#8283</a>/54e13b0a backport][3.9] Fix blocking I/O in the event loop while pr...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/3f79241bcbc02c9850348fc04c064fcbc980e8f0"><code>3f79241</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8286">#8286</a>/28f1fd88 backport][3.9] docs: remove repetitive word in comment (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8">#8</a>...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4">compare view</a></li> </ul> </details> <br /> Updates `aiohttp` from 3.9.3 to 3.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8089">#8089</a>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8104">#8104</a>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8163">#8163</a>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7741">#7741</a>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.9.4 (2024-04-11)</h1> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8089</code>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8104</code>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8163</code>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>7741</code>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572"><code>b3397c7</code></a> Release v3.9.4 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8201">#8201</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400"><code>a7e240a</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8320">#8320</a>/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397"><code>2833552</code></a> Escape filenames and paths in HTML when generating index pages (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8317">#8317</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8319">#8319</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ed43040613988fc4666109aca82a5180ff165df5"><code>ed43040</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8309">#8309</a>/c29945a1 backport][3.9] Improve reliability of run_app test (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8315">#8315</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ec2be0500e2674eea019c0966a7a905e9b3d6608"><code>ec2be05</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8299">#8299</a>/28d026eb backport][3.9] Create marker for internal tests (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8307">#8307</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/292d961f4ee2829a1b13fad92444a4fd693fbc87"><code>292d961</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8304">#8304</a>/88c80c14 backport][3.9] Check for backports in CI (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8305">#8305</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19"><code>cebe526</code></a> Fix handling of multipart/form-data (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8280">#8280</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8302">#8302</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/270ae9cf6a9e6159b5e29a950deb6ff7600aebc5"><code>270ae9c</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8297">#8297</a>/d15f07cf backport][3.9] Upgrade to llhttp 9.2.1 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8292">#8292</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8298">#8298</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/bb231059b14277c34a8a0331e51406d5abe4f424"><code>bb23105</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8283">#8283</a>/54e13b0a backport][3.9] Fix blocking I/O in the event loop while pr...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/3f79241bcbc02c9850348fc04c064fcbc980e8f0"><code>3f79241</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8286">#8286</a>/28f1fd88 backport][3.9] docs: remove repetitive word in comment (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8">#8</a>...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4">compare view</a></li> </ul> </details> <br /> Updates `aiohttp` from 3.9.3 to 3.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/is... _Description has been truncated_
Update aiohttp from 3.9.3 to 3.9.4 across 11 directories: Bumps the pip group with 1 update in the /front/admin_ui directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /libs/libapi directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /libs/libcommon directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /services/admin directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /services/api directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /services/rows directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /services/search directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /services/sse-api directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /services/worker directory: [aiohttp](https://github.com/aio-libs/aiohttp). Updates `aiohttp` from 3.9.3 to 3.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8089">#8089</a>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8104">#8104</a>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8163">#8163</a>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7741">#7741</a>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.9.4 (2024-04-11)</h1> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8089</code>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8104</code>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8163</code>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>7741</code>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572"><code>b3397c7</code></a> Release v3.9.4 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8201">#8201</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400"><code>a7e240a</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8320">#8320</a>/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397"><code>2833552</code></a> Escape filenames and paths in HTML when generating index pages (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8317">#8317</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8319">#8319</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ed43040613988fc4666109aca82a5180ff165df5"><code>ed43040</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8309">#8309</a>/c29945a1 backport][3.9] Improve reliability of run_app test (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8315">#8315</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ec2be0500e2674eea019c0966a7a905e9b3d6608"><code>ec2be05</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8299">#8299</a>/28d026eb backport][3.9] Create marker for internal tests (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8307">#8307</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/292d961f4ee2829a1b13fad92444a4fd693fbc87"><code>292d961</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8304">#8304</a>/88c80c14 backport][3.9] Check for backports in CI (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8305">#8305</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19"><code>cebe526</code></a> Fix handling of multipart/form-data (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8280">#8280</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8302">#8302</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/270ae9cf6a9e6159b5e29a950deb6ff7600aebc5"><code>270ae9c</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8297">#8297</a>/d15f07cf backport][3.9] Upgrade to llhttp 9.2.1 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8292">#8292</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8298">#8298</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/bb231059b14277c34a8a0331e51406d5abe4f424"><code>bb23105</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8283">#8283</a>/54e13b0a backport][3.9] Fix blocking I/O in the event loop while pr...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/3f79241bcbc02c9850348fc04c064fcbc980e8f0"><code>3f79241</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8286">#8286</a>/28f1fd88 backport][3.9] docs: remove repetitive word in comment (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8">#8</a>...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4">compare view</a></li> </ul> </details> <br /> Updates `aiohttp` from 3.9.3 to 3.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8089">#8089</a>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8104">#8104</a>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8163">#8163</a>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7741">#7741</a>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.9.4 (2024-04-11)</h1> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8089</code>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8104</code>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8163</code>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>7741</code>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572"><code>b3397c7</code></a> Release v3.9.4 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8201">#8201</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400"><code>a7e240a</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8320">#8320</a>/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397"><code>2833552</code></a> Escape filenames and paths in HTML when generating index pages (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8317">#8317</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8319">#8319</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ed43040613988fc4666109aca82a5180ff165df5"><code>ed43040</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8309">#8309</a>/c29945a1 backport][3.9] Improve reliability of run_app test (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8315">#8315</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ec2be0500e2674eea019c0966a7a905e9b3d6608"><code>ec2be05</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8299">#8299</a>/28d026eb backport][3.9] Create marker for internal tests (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8307">#8307</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/292d961f4ee2829a1b13fad92444a4fd693fbc87"><code>292d961</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8304">#8304</a>/88c80c14 backport][3.9] Check for backports in CI (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8305">#8305</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19"><code>cebe526</code></a> Fix handling of multipart/form-data (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8280">#8280</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8302">#8302</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/270ae9cf6a9e6159b5e29a950deb6ff7600aebc5"><code>270ae9c</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8297">#8297</a>/d15f07cf backport][3.9] Upgrade to llhttp 9.2.1 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8292">#8292</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8298">#8298</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/bb231059b14277c34a8a0331e51406d5abe4f424"><code>bb23105</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8283">#8283</a>/54e13b0a backport][3.9] Fix blocking I/O in the event loop while pr...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/3f79241bcbc02c9850348fc04c064fcbc980e8f0"><code>3f79241</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8286">#8286</a>/28f1fd88 backport][3.9] docs: remove repetitive word in comment (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8">#8</a>...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4">compare view</a></li> </ul> </details> <br /> Updates `aiohttp` from 3.9.3 to 3.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8089">#8089</a>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8104">#8104</a>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8163">#8163</a>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7741">#7741</a>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.9.4 (2024-04-11)</h1> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8089</code>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8104</code>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8163</code>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>7741</code>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572"><code>b3397c7</code></a> Release v3.9.4 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8201">#8201</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400"><code>a7e240a</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8320">#8320</a>/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397"><code>2833552</code></a> Escape filenames and paths in HTML when generating index pages (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8317">#8317</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8319">#8319</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ed43040613988fc4666109aca82a5180ff165df5"><code>ed43040</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8309">#8309</a>/c29945a1 backport][3.9] Improve reliability of run_app test (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8315">#8315</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ec2be0500e2674eea019c0966a7a905e9b3d6608"><code>ec2be05</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8299">#8299</a>/28d026eb backport][3.9] Create marker for internal tests (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8307">#8307</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/292d961f4ee2829a1b13fad92444a4fd693fbc87"><code>292d961</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8304">#8304</a>/88c80c14 backport][3.9] Check for backports in CI (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8305">#8305</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19"><code>cebe526</code></a> Fix handling of multipart/form-data (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8280">#8280</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8302">#8302</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/270ae9cf6a9e6159b5e29a950deb6ff7600aebc5"><code>270ae9c</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8297">#8297</a>/d15f07cf backport][3.9] Upgrade to llhttp 9.2.1 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8292">#8292</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8298">#8298</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/bb231059b14277c34a8a0331e51406d5abe4f424"><code>bb23105</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8283">#8283</a>/54e13b0a backport][3.9] Fix blocking I/O in the event loop while pr...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/3f79241bcbc02c9850348fc04c064fcbc980e8f0"><code>3f79241</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8286">#8286</a>/28f1fd88 backport][3.9] docs: remove repetitive word in comment (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8">#8</a>...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4">compare view</a></li> </ul> </details> <br /> Updates `aiohttp` from 3.9.3 to 3.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8089">#8089</a>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8104">#8104</a>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8163">#8163</a>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7741">#7741</a>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.9.4 (2024-04-11)</h1> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8089</code>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8104</code>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8163</code>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>7741</code>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572"><code>b3397c7</code></a> Release v3.9.4 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8201">#8201</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400"><code>a7e240a</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8320">#8320</a>/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397"><code>2833552</code></a> Escape filenames and paths in HTML when generating index pages (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8317">#8317</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8319">#8319</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ed43040613988fc4666109aca82a5180ff165df5"><code>ed43040</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8309">#8309</a>/c29945a1 backport][3.9] Improve reliability of run_app test (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8315">#8315</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ec2be0500e2674eea019c0966a7a905e9b3d6608"><code>ec2be05</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8299">#8299</a>/28d026eb backport][3.9] Create marker for internal tests (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8307">#8307</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/292d961f4ee2829a1b13fad92444a4fd693fbc87"><code>292d961</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8304">#8304</a>/88c80c14 backport][3.9] Check for backports in CI (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8305">#8305</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19"><code>cebe526</code></a> Fix handling of multipart/form-data (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8280">#8280</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8302">#8302</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/270ae9cf6a9e6159b5e29a950deb6ff7600aebc5"><code>270ae9c</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8297">#8297</a>/d15f07cf backport][3.9] Upgrade to llhttp 9.2.1 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8292">#8292</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8298">#8298</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/bb231059b14277c34a8a0331e51406d5abe4f424"><code>bb23105</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8283">#8283</a>/54e13b0a backport][3.9] Fix blocking I/O in the event loop while pr...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/3f79241bcbc02c9850348fc04c064fcbc980e8f0"><code>3f79241</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8286">#8286</a>/28f1fd88 backport][3.9] docs: remove repetitive word in comment (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8">#8</a>...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4">compare view</a></li> </ul> </details> <br /> Updates `aiohttp` from 3.9.3 to 3.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8089">#8089</a>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8104">#8104</a>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8163">#8163</a>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7741">#7741</a>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.9.4 (2024-04-11)</h1> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8089</code>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8104</code>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8163</code>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>7741</code>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572"><code>b3397c7</code></a> Release v3.9.4 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8201">#8201</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400"><code>a7e240a</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8320">#8320</a>/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397"><code>2833552</code></a> Escape filenames and paths in HTML when generating index pages (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8317">#8317</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8319">#8319</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ed43040613988fc4666109aca82a5180ff165df5"><code>ed43040</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8309">#8309</a>/c29945a1 backport][3.9] Improve reliability of run_app test (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8315">#8315</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ec2be0500e2674eea019c0966a7a905e9b3d6608"><code>ec2be05</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8299">#8299</a>/28d026eb backport][3.9] Create marker for internal tests (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8307">#8307</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/292d961f4ee2829a1b13fad92444a4fd693fbc87"><code>292d961</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8304">#8304</a>/88c80c14 backport][3.9] Check for backports in CI (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8305">#8305</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19"><code>cebe526</code></a> Fix handling of multipart/form-data (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8280">#8280</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8302">#8302</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/270ae9cf6a9e6159b5e29a950deb6ff7600aebc5"><code>270ae9c</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8297">#8297</a>/d15f07cf backport][3.9] Upgrade to llhttp 9.2.1 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8292">#8292</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8298">#8298</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/bb231059b14277c34a8a0331e51406d5abe4f424"><code>bb23105</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8283">#8283</a>/54e13b0a backport][3.9] Fix blocking I/O in the event loop while pr...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/3f79241bcbc02c9850348fc04c064fcbc980e8f0"><code>3f79241</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8286">#8286</a>/28f1fd88 backport][3.9] docs: remove repetitive word in comment (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8">#8</a>...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4">compare view</a></li> </ul> </details> <br /> Updates `aiohttp` from 3.9.3 to 3.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8089">#8089</a>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8104">#8104</a>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8163">#8163</a>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7741">#7741</a>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.9.4 (2024-04-11)</h1> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8089</code>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8104</code>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8163</code>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>7741</code>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572"><code>b3397c7</code></a> Release v3.9.4 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8201">#8201</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400"><code>a7e240a</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8320">#8320</a>/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397"><code>2833552</code></a> Escape filenames and paths in HTML when generating index pages (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8317">#8317</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8319">#8319</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ed43040613988fc4666109aca82a5180ff165df5"><code>ed43040</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8309">#8309</a>/c29945a1 backport][3.9] Improve reliability of run_app test (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8315">#8315</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ec2be0500e2674eea019c0966a7a905e9b3d6608"><code>ec2be05</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8299">#8299</a>/28d026eb backport][3.9] Create marker for internal tests (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8307">#8307</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/292d961f4ee2829a1b13fad92444a4fd693fbc87"><code>292d961</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8304">#8304</a>/88c80c14 backport][3.9] Check for backports in CI (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8305">#8305</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19"><code>cebe526</code></a> Fix handling of multipart/form-data (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8280">#8280</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8302">#8302</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/270ae9cf6a9e6159b5e29a950deb6ff7600aebc5"><code>270ae9c</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8297">#8297</a>/d15f07cf backport][3.9] Upgrade to llhttp 9.2.1 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8292">#8292</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8298">#8298</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/bb231059b14277c34a8a0331e51406d5abe4f424"><code>bb23105</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8283">#8283</a>/54e13b0a backport][3.9] Fix blocking I/O in the event loop while pr...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/3f79241bcbc02c9850348fc04c064fcbc980e8f0"><code>3f79241</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8286">#8286</a>/28f1fd88 backport][3.9] docs: remove repetitive word in comment (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8">#8</a>...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4">compare view</a></li> </ul> </details> <br /> Updates `aiohttp` from 3.9.3 to 3.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8089">#8089</a>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8104">#8104</a>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8163">#8163</a>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7741">#7741</a>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.9.4 (2024-04-11)</h1> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8089</code>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8104</code>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8163</code>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>7741</code>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572"><code>b3397c7</code></a> Release v3.9.4 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8201">#8201</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400"><code>a7e240a</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8320">#8320</a>/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397"><code>2833552</code></a> Escape filenames and paths in HTML when generating index pages (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8317">#8317</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8319">#8319</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ed43040613988fc4666109aca82a5180ff165df5"><code>ed43040</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8309">#8309</a>/c29945a1 backport][3.9] Improve reliability of run_app test (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8315">#8315</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ec2be0500e2674eea019c0966a7a905e9b3d6608"><code>ec2be05</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8299">#8299</a>/28d026eb backport][3.9] Create marker for internal tests (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8307">#8307</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/292d961f4ee2829a1b13fad92444a4fd693fbc87"><code>292d961</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8304">#8304</a>/88c80c14 backport][3.9] Check for backports in CI (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8305">#8305</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19"><code>cebe526</code></a> Fix handling of multipart/form-data (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8280">#8280</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8302">#8302</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/270ae9cf6a9e6159b5e29a950deb6ff7600aebc5"><code>270ae9c</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8297">#8297</a>/d15f07cf backport][3.9] Upgrade to llhttp 9.2.1 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8292">#8292</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8298">#8298</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/bb231059b14277c34a8a0331e51406d5abe4f424"><code>bb23105</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8283">#8283</a>/54e13b0a backport][3.9] Fix blocking I/O in the event loop while pr...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/3f79241bcbc02c9850348fc04c064fcbc980e8f0"><code>3f79241</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8286">#8286</a>/28f1fd88 backport][3.9] docs: remove repetitive word in comment (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8">#8</a>...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4">compare view</a></li> </ul> </details> <br /> Updates `aiohttp` from 3.9.3 to 3.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8089">#8089</a>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8104">#8104</a>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8163">#8163</a>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7741">#7741</a>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.9.4 (2024-04-11)</h1> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8089</code>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8104</code>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8163</code>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>7741</code>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572"><code>b3397c7</code></a> Release v3.9.4 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8201">#8201</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400"><code>a7e240a</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8320">#8320</a>/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397"><code>2833552</code></a> Escape filenames and paths in HTML when generating index pages (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8317">#8317</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8319">#8319</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ed43040613988fc4666109aca82a5180ff165df5"><code>ed43040</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8309">#8309</a>/c29945a1 backport][3.9] Improve reliability of run_app test (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8315">#8315</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ec2be0500e2674eea019c0966a7a905e9b3d6608"><code>ec2be05</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8299">#8299</a>/28d026eb backport][3.9] Create marker for internal tests (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8307">#8307</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/292d961f4ee2829a1b13fad92444a4fd693fbc87"><code>292d961</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8304">#8304</a>/88c80c14 backport][3.9] Check for backports in CI (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8305">#8305</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19"><code>cebe526</code></a> Fix handling of multipart/form-data (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8280">#8280</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8302">#8302</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/270ae9cf6a9e6159b5e29a950deb6ff7600aebc5"><code>270ae9c</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8297">#8297</a>/d15f07cf backport][3.9] Upgrade to llhttp 9.2.1 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8292">#8292</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8298">#8298</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/bb231059b14277c34a8a0331e51406d5abe4f424"><code>bb23105</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8283">#8283</a>/54e13b0a backport][3.9] Fix blocking I/O in the event loop while pr...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/3f79241bcbc02c9850348fc04c064fcbc980e8f0"><code>3f79241</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8286">#8286</a>/28f1fd88 backport][3.9] docs: remove repetitive word in comment (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8">#8</a>...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4">compare view</a></li> </ul> </details> <br /> Updates `aiohttp` from 3.9.3 to 3.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8089">#8089</a>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8104">#8104</a>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8163">#8163</a>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7741">#7741</a>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.9.4 (2024-04-11)</h1> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8089</code>.</p> </li> <li> <p>Treated values of <code>Accept-Encoding</code> header as case-insensitive when checking for gzip files -- by :user:<code>steverep</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8104</code>.</p> </li> <li> <p>Improved the DNS resolution performance on cache hit -- by :user:<code>bdraco</code>.</p> <p>This is achieved by avoiding an :mod:<code>asyncio</code> task creation in this case.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8163</code>.</p> </li> <li> <p>Changed the type annotations to allow <code>dict</code> on :meth:<code>aiohttp.MultipartWriter.append</code>, :meth:<code>aiohttp.MultipartWriter.append_json</code> and :meth:<code>aiohttp.MultipartWriter.append_form</code> -- by :user:<code>cakemanny</code></p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>7741</code>.</p> </li> <li> <p>Ensure websocket transport is closed when client does not close it -- by :user:<code>bdraco</code>.</p> <p>The transport could remain open if the client did not close it. This change ensures the transport is closed when the client does not close it.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572"><code>b3397c7</code></a> Release v3.9.4 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8201">#8201</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400"><code>a7e240a</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8320">#8320</a>/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397"><code>2833552</code></a> Escape filenames and paths in HTML when generating index pages (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8317">#8317</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8319">#8319</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ed43040613988fc4666109aca82a5180ff165df5"><code>ed43040</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8309">#8309</a>/c29945a1 backport][3.9] Improve reliability of run_app test (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8315">#8315</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ec2be0500e2674eea019c0966a7a905e9b3d6608"><code>ec2be05</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8299">#8299</a>/28d026eb backport][3.9] Create marker for internal tests (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8307">#8307</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/292d961f4ee2829a1b13fad92444a4fd693fbc87"><code>292d961</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8304">#8304</a>/88c80c14 backport][3.9] Check for backports in CI (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8305">#8305</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19"><code>cebe526</code></a> Fix handling of multipart/form-data (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8280">#8280</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8302">#8302</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/270ae9cf6a9e6159b5e29a950deb6ff7600aebc5"><code>270ae9c</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8297">#8297</a>/d15f07cf backport][3.9] Upgrade to llhttp 9.2.1 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8292">#8292</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8298">#8298</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/bb231059b14277c34a8a0331e51406d5abe4f424"><code>bb23105</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8283">#8283</a>/54e13b0a backport][3.9] Fix blocking I/O in the event loop while pr...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/3f79241bcbc02c9850348fc04c064fcbc980e8f0"><code>3f79241</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8286">#8286</a>/28f1fd88 backport][3.9] docs: remove repetitive word in comment (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8">#8</a>...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4">compare view</a></li> </ul> </details> <br /> Updates `aiohttp` from 3.9.3 to 3.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h2>Bug fixes</h2> <ul> <li> <p>The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:<code>webknjaz</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/is... _Description has been truncated_
closed
2024-04-18T16:07:24Z
2024-04-19T12:34:44Z
2024-04-19T12:34:43Z
dependabot[bot]
2,249,360,530
Change search resources
The current instance type for the search service is [r6id.16xlarge](https://github.com/huggingface/infra/blob/1288ec190493ef0da24cbbc5422ea94ed84924ea/projects/hub/00-aws/variables/hub-aws-prod-us-east-1.tfvars#L192C24-L192C37) ![image](https://github.com/huggingface/dataset-viewer/assets/5564745/fff3b974-672d-40e6-a8d2-878d71c1d7b8) I think we can adjust the new values for CPU and memory and also reduce the number of replicas (we still have a low number of requests)
Change search resources: The current instance type for the search service is [r6id.16xlarge](https://github.com/huggingface/infra/blob/1288ec190493ef0da24cbbc5422ea94ed84924ea/projects/hub/00-aws/variables/hub-aws-prod-us-east-1.tfvars#L192C24-L192C37) ![image](https://github.com/huggingface/dataset-viewer/assets/5564745/fff3b974-672d-40e6-a8d2-878d71c1d7b8) I think we can adjust the new values for CPU and memory and also reduce the number of replicas (we still have a low number of requests)
closed
2024-04-17T22:15:54Z
2024-04-18T15:23:04Z
2024-04-18T15:23:03Z
AndreaFrancis
2,249,345,880
Fix search storage cleaning
Before moving storage cleaning to a parallel process in https://github.com/huggingface/dataset-viewer/issues/2718, there are some missing details and issues with the current process to fix: - I removed `clean-directory` action from cache maintenance since we don't use this task anymore (we can add it later if needed) - I found that clean_dir wasn't deleting the folder with a file that was last accessed time before X seconds ago. Index files change the last accessed time when being read by /search or /filter, but its parent folder didn't, so there wasn't a real cleaning when using the glob pattern; I also modified the test to cover this scenario.
Fix search storage cleaning: Before moving storage cleaning to a parallel process in https://github.com/huggingface/dataset-viewer/issues/2718, there are some missing details and issues with the current process to fix: - I removed `clean-directory` action from cache maintenance since we don't use this task anymore (we can add it later if needed) - I found that clean_dir wasn't deleting the folder with a file that was last accessed time before X seconds ago. Index files change the last accessed time when being read by /search or /filter, but its parent folder didn't, so there wasn't a real cleaning when using the glob pattern; I also modified the test to cover this scenario.
closed
2024-04-17T22:01:08Z
2024-04-18T14:43:22Z
2024-04-18T14:43:21Z
AndreaFrancis
2,247,864,952
create the directory if it does not exist when checking disk space
fixes #2732
create the directory if it does not exist when checking disk space: fixes #2732
closed
2024-04-17T09:48:02Z
2024-04-17T10:02:12Z
2024-04-17T10:02:11Z
severo
2,247,839,049
/search and /filter are currently broken
Any search or filter is currently failing. https://datasets-server.huggingface.co/search?dataset=gsarti%2Fflores_101&config=afr&split=devtest&offset=0&length=100&query=a https://datasets-server.huggingface.co/filter?dataset=gsarti%2Fflores_101&config=afr&split=devtest&offset=0&length=100&where=id%3E%3D409+and+id%3C511 Logs: ``` FileNotFoundError: [Errno 2] No such file or directory: '/tmp/duckdb-index' ``` when doing `disk_stat = os.statvfs(path)` here: https://github.com/huggingface/dataset-viewer/blob/a489c0b6ad4e5a78b2670679abbfab93f9be5742/libs/libapi/src/libapi/duckdb.py#L78
/search and /filter are currently broken: Any search or filter is currently failing. https://datasets-server.huggingface.co/search?dataset=gsarti%2Fflores_101&config=afr&split=devtest&offset=0&length=100&query=a https://datasets-server.huggingface.co/filter?dataset=gsarti%2Fflores_101&config=afr&split=devtest&offset=0&length=100&where=id%3E%3D409+and+id%3C511 Logs: ``` FileNotFoundError: [Errno 2] No such file or directory: '/tmp/duckdb-index' ``` when doing `disk_stat = os.statvfs(path)` here: https://github.com/huggingface/dataset-viewer/blob/a489c0b6ad4e5a78b2670679abbfab93f9be5742/libs/libapi/src/libapi/duckdb.py#L78
closed
2024-04-17T09:35:59Z
2024-04-18T08:12:07Z
2024-04-17T10:02:12Z
severo
2,245,923,909
Set non-package mode
Once that we have updated Poetry to 1.8.2, we can set non-package mode in the components we are not packaging: - docs - admin-ui - e2e Note that currently a warning was raised when installing ([email protected] install) the docs and the admin-ui components: ``` Warning: The current project could not be installed: No file/folder found for package dataset-viewer-doc If you do not want to install the current project use --no-root. If you want to use Poetry only for dependency management but not for packaging, you can disable package mode by setting package-mode = false in your pyproject.toml file. In a future version of Poetry this warning will become an error! ```
Set non-package mode: Once that we have updated Poetry to 1.8.2, we can set non-package mode in the components we are not packaging: - docs - admin-ui - e2e Note that currently a warning was raised when installing ([email protected] install) the docs and the admin-ui components: ``` Warning: The current project could not be installed: No file/folder found for package dataset-viewer-doc If you do not want to install the current project use --no-root. If you want to use Poetry only for dependency management but not for packaging, you can disable package mode by setting package-mode = false in your pyproject.toml file. In a future version of Poetry this warning will become an error! ```
closed
2024-04-16T12:30:06Z
2024-04-17T09:42:24Z
2024-04-17T09:42:24Z
albertvillanova
2,245,727,612
Set s3fs max_paths
Maybe can help to save some RAM in API workers (https://github.com/huggingface/dataset-viewer/issues/2395) The S3FileSystem DirCache can grow indefinitely. It is used to store assets and cached assets (image/audio) for the viewer.
Set s3fs max_paths: Maybe can help to save some RAM in API workers (https://github.com/huggingface/dataset-viewer/issues/2395) The S3FileSystem DirCache can grow indefinitely. It is used to store assets and cached assets (image/audio) for the viewer.
closed
2024-04-16T10:46:43Z
2024-04-16T13:14:46Z
2024-04-16T13:14:45Z
lhoestq
2,245,709,397
Update huggingface-hub to 0.22.2
Update huggingface-hub to 0.22.2. Fix #2634.
Update huggingface-hub to 0.22.2: Update huggingface-hub to 0.22.2. Fix #2634.
closed
2024-04-16T10:36:44Z
2024-04-16T12:36:28Z
2024-04-16T11:44:06Z
albertvillanova
2,245,176,634
Align huggingface-hub version
Align huggingface-hub version with that used in the rest of libs/services. See: https://github.com/huggingface/dataset-viewer/blob/5d3d7ccd03b71c9077feaf8088411584cb658534/libs/libcommon/pyproject.toml#L15
Align huggingface-hub version: Align huggingface-hub version with that used in the rest of libs/services. See: https://github.com/huggingface/dataset-viewer/blob/5d3d7ccd03b71c9077feaf8088411584cb658534/libs/libcommon/pyproject.toml#L15
closed
2024-04-16T06:13:29Z
2024-04-16T09:39:39Z
2024-04-16T09:39:39Z
albertvillanova
2,244,018,631
Remove HF_HUB_ENABLE_HF_TRANSFER from e2e
null
Remove HF_HUB_ENABLE_HF_TRANSFER from e2e:
closed
2024-04-15T15:44:28Z
2024-04-15T17:22:32Z
2024-04-15T17:22:31Z
AndreaFrancis
2,244,001,142
fix missing config name
null
fix missing config name:
closed
2024-04-15T15:36:55Z
2024-04-15T15:41:55Z
2024-04-15T15:41:54Z
lhoestq
2,243,811,757
Ignore defunct configs
null
Ignore defunct configs:
closed
2024-04-15T14:18:36Z
2024-04-15T14:48:08Z
2024-04-15T14:48:07Z
lhoestq
2,243,650,417
Use hf_transfer in e2e and align huggingface-hub version
Use hf_transfer in e2e and align huggingface-hub version with that used in the rest of libs/services. Note that hf_transfer was already enabled in e2e (by setting the corresponding HF_HUB_ENABLE_HF_TRANSFER env variable) by PR: - #2615 - See: https://github.com/huggingface/dataset-viewer/pull/2615/files#diff-783dde1612e57c909ba25c842f48f55671ff9eee75352951d60a90e3f59dec48R69 This PR adds it as a dependency, so that it is properly installed in e2e tests. CC: @AndreaFrancis
Use hf_transfer in e2e and align huggingface-hub version: Use hf_transfer in e2e and align huggingface-hub version with that used in the rest of libs/services. Note that hf_transfer was already enabled in e2e (by setting the corresponding HF_HUB_ENABLE_HF_TRANSFER env variable) by PR: - #2615 - See: https://github.com/huggingface/dataset-viewer/pull/2615/files#diff-783dde1612e57c909ba25c842f48f55671ff9eee75352951d60a90e3f59dec48R69 This PR adds it as a dependency, so that it is properly installed in e2e tests. CC: @AndreaFrancis
closed
2024-04-15T13:12:04Z
2024-04-16T06:17:30Z
2024-04-16T06:16:32Z
albertvillanova
2,243,555,096
Raise "DatasetGenerationError" instead of "UnexpectedError"
And give the details to the users. It generally helps them fix the underlying error by giving the underlying error message. See https://huggingface.co/datasets/ibrahimhamamci/CT-RATE/discussions/56#661d1ce1689f5231501a0f9b for example. related to #1443
Raise "DatasetGenerationError" instead of "UnexpectedError": And give the details to the users. It generally helps them fix the underlying error by giving the underlying error message. See https://huggingface.co/datasets/ibrahimhamamci/CT-RATE/discussions/56#661d1ce1689f5231501a0f9b for example. related to #1443
closed
2024-04-15T12:28:23Z
2024-05-13T19:05:23Z
2024-05-13T19:05:23Z
severo
2,243,531,510
Columns stats display issue for class columns with many classes
A class column with many classes does not display the histogram UI component, but the count of records by class value updates when moving the mouse across the area where the component renders. ![15-04-2024-ICILSisco_esco_occupations_taxonomy_·_Datasets_at_-667](https://github.com/huggingface/dataset-viewer/assets/18698360/d513e841-dd36-49da-b93b-28b2c41a9590)
Columns stats display issue for class columns with many classes: A class column with many classes does not display the histogram UI component, but the count of records by class value updates when moving the mouse across the area where the component renders. ![15-04-2024-ICILSisco_esco_occupations_taxonomy_·_Datasets_at_-667](https://github.com/huggingface/dataset-viewer/assets/18698360/d513e841-dd36-49da-b93b-28b2c41a9590)
open
2024-04-15T12:17:11Z
2024-04-15T12:32:14Z
null
danielduckworth
2,243,219,462
Help dataset owner to chose between configs and splits?
See https://huggingface.slack.com/archives/C039P47V1L5/p1713172703779839 > Am I correct in assuming that if you specify a "config" in a dataset, only the given config is downloaded, but if you specify a split, all splits for that config are downloaded? I came across it when using facebook's belebele (https://huggingface.co/datasets/facebook/belebele). Instead of a config for each language, they use a split for each language, but that seems to mean that the full dataset is downloaded, even if you select just one language split. For languages, we recommend using different configs, not splits. Maybe we should also show a warning / open a PR/discussion? when a dataset contains more than 5 splits, hinting that it might be better to use configs?
Help dataset owner to chose between configs and splits?: See https://huggingface.slack.com/archives/C039P47V1L5/p1713172703779839 > Am I correct in assuming that if you specify a "config" in a dataset, only the given config is downloaded, but if you specify a split, all splits for that config are downloaded? I came across it when using facebook's belebele (https://huggingface.co/datasets/facebook/belebele). Instead of a config for each language, they use a split for each language, but that seems to mean that the full dataset is downloaded, even if you select just one language split. For languages, we recommend using different configs, not splits. Maybe we should also show a warning / open a PR/discussion? when a dataset contains more than 5 splits, hinting that it might be better to use configs?
open
2024-04-15T09:51:43Z
2024-05-24T15:17:51Z
null
severo
2,241,054,918
Update dnspython to 2.6.1 across 11 directories
Bumps the pip group with 1 update in the /front/admin_ui directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /libs/libapi directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /libs/libcommon directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/admin directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/api directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/rows directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/search directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/sse-api directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/worker directory: [dnspython](https://github.com/rthalley/dnspython). Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 2.4.2 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>... _Description has been truncated_
Update dnspython to 2.6.1 across 11 directories: Bumps the pip group with 1 update in the /front/admin_ui directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /libs/libapi directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /libs/libcommon directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/admin directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/api directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/rows directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/search directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/sse-api directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/worker directory: [dnspython](https://github.com/rthalley/dnspython). Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 2.4.2 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>... _Description has been truncated_
closed
2024-04-12T22:19:14Z
2024-04-15T11:41:27Z
2024-04-15T11:27:28Z
dependabot[bot]
2,241,023,999
Bump the pip group across 9 directories with 1 update
Bumps the pip group with 1 update in the /front/admin_ui directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /libs/libcommon directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/admin directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/api directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/rows directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/search directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/worker directory: [dnspython](https://github.com/rthalley/dnspython). Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>D... _Description has been truncated_
Bump the pip group across 9 directories with 1 update: Bumps the pip group with 1 update in the /front/admin_ui directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /libs/libcommon directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/admin directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/api directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/rows directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/search directory: [dnspython](https://github.com/rthalley/dnspython). Bumps the pip group with 1 update in the /services/worker directory: [dnspython](https://github.com/rthalley/dnspython). Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>Dnspython now explicitly canonicalizes IPv4 and IPv6 addresses. Previously it was possible for non-canonical IPv6 forms to be stored in a AAAA address, which would work correctly but possibly cause problmes if the address were used as a key in a dictionary.</p> </li> <li> <p>The number of messages in a section can be retrieved with section_count().</p> </li> <li> <p>Truncation preferences for messages can be specified.</p> </li> <li> <p>The length of a message can be automatically prepended when rendering.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/0a742b9658977175663dc30da902342a8c2bacac"><code>0a742b9</code></a> update CI</li> <li><a href="https://github.com/rthalley/dnspython/commit/0ea5ad0a4583e1f519b9bcc67cfac381230d9cf2"><code>0ea5ad0</code></a> The Tudoor fix should not eat valid Truncated exceptions <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a> (<a href="https://redirect.github.com/rthalley/dnspython/issues/1054">#1054</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/f12d398a6991dfaad94d7fefaf7e2f55d1fda3cb"><code>f12d398</code></a> 2.6.1 version prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/cecb8534f61de16aaa1a1a84eaaeb14dfdf67448"><code>cecb853</code></a> Further improve CVE fix coverage to 100% for sync and async.</li> <li><a href="https://github.com/rthalley/dnspython/commit/7952e311d47f6b34f5dc050681001fd34ab60d01"><code>7952e31</code></a> test IgnoreErrors</li> <li><a href="https://github.com/rthalley/dnspython/commit/e093299a49967696b1c58b68e4767de5031a3e46"><code>e093299</code></a> For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.</li> <li><a href="https://github.com/rthalley/dnspython/commit/3af9f78142084fff8523bc96b5f8cfd2b909dc18"><code>3af9f78</code></a> 2.6.0 versioning</li> <li><a href="https://github.com/rthalley/dnspython/commit/ca63d95143e81975fc3fff4dff87b366dc661371"><code>ca63d95</code></a> Require cryptography &gt;=41 instead of 42.</li> <li><a href="https://github.com/rthalley/dnspython/commit/902cbf3fcb11ddfd8625b4a071fe9f592f6fc753"><code>902cbf3</code></a> Create CODE_OF_CONDUCT.md</li> <li><a href="https://github.com/rthalley/dnspython/commit/ed9795fa9b39c4a12f5a1a9e0eeea4240d1efb07"><code>ed9795f</code></a> github contributing and pull request template</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v1.16.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `dnspython` from 1.16.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/releases">dnspython's releases</a>.</em></p> <blockquote> <h2>dnspython 2.6.1</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This is a bug fix release for 2.6.0 where the &quot;TuDoor&quot; fix erroneously suppressed legitimate Truncated exceptions. This caused the stub resolver to timeout instead of failing over to TCP when a legitimate truncated response was received over UDP.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.6.0</h2> <p>See <a href="https://dnspython.readthedocs.io/en/latest/whatsnew.html">What's New</a> for details.</p> <p>This release addresses the potential DoS issue discussed in the &quot;TuDoor&quot; paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> <p>Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.5.0</h2> <p>See the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page for a summary of this release.</p> <p>Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> <h2>dnspython 2.4.2</h2> <p>This is a bug fix release, see the <a href="https://dnspython.readthedocs.io/en/stable/whatsnew.html">What's New</a> page in the documentation for a summary.</p> <p>Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.6.1</h2> <ul> <li>The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from failing over to TCP and causing the query to timeout <a href="https://redirect.github.com/rthalley/dnspython/issues/1053">#1053</a>.</li> </ul> <h2>2.6.0</h2> <ul> <li> <p>As mentioned in the &quot;TuDoor&quot; paper and the associated CVE-2023-29483, the dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query.</p> <p>This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired.</p> </li> <li> <p>Added support for the NSID EDNS option.</p> </li> <li> <p>Dnspython now looks for version metadata for optional packages and will not use them if they are too old. This prevents possible exceptions when a feature like DoH is not desired in dnspython, but an old httpx is installed along with dnspython for some other purpose.</p> </li> <li> <p>The DoHNameserver class now allows GET to be used instead of the default POST, and also passes source and source_port correctly to the underlying query methods.</p> </li> </ul> <h2>2.5.0</h2> <ul> <li> <p>Dnspython now uses hatchling for builds.</p> </li> <li> <p>Asynchronous destinationless sockets now work on Windows.</p> </li> <li> <p>Cython is no longer supported due to various typing issues.</p> </li> <li> <p>D... _Description has been truncated_
closed
2024-04-12T22:03:30Z
2024-04-15T06:03:54Z
2024-04-15T06:03:45Z
dependabot[bot]
2,240,600,646
Convert downloads cleaning task into a parallel process in search service
Context: https://github.com/huggingface/dataset-viewer/pull/2701#discussion_r1562223865 Instead of doing a random cleaning when the user performs a request, make the process run in parallel to the Starlette app.
Convert downloads cleaning task into a parallel process in search service: Context: https://github.com/huggingface/dataset-viewer/pull/2701#discussion_r1562223865 Instead of doing a random cleaning when the user performs a request, make the process run in parallel to the Starlette app.
closed
2024-04-12T17:30:49Z
2024-05-22T15:04:13Z
2024-05-22T15:04:13Z
AndreaFrancis
2,240,556,438
Align clean downloads schedule
Rollback of https://github.com/huggingface/dataset-viewer/pull/2716 and align schedule with cache folder
Align clean downloads schedule: Rollback of https://github.com/huggingface/dataset-viewer/pull/2716 and align schedule with cache folder
closed
2024-04-12T17:05:57Z
2024-04-12T17:06:42Z
2024-04-12T17:06:41Z
AndreaFrancis
2,240,507,881
Force clean downloads folder each 10 minutes to monitor
null
Force clean downloads folder each 10 minutes to monitor:
closed
2024-04-12T16:36:54Z
2024-04-12T17:00:31Z
2024-04-12T16:39:19Z
AndreaFrancis
2,240,458,682
Delete service "storage-admin"?
It was useful to do management of the NFS, then of the EFS. But now, it only accesses the parquet metadata EFS. Not sure we need it anymore, we can still connect to a worker pod if we need to do some specific operation.
Delete service "storage-admin"? : It was useful to do management of the NFS, then of the EFS. But now, it only accesses the parquet metadata EFS. Not sure we need it anymore, we can still connect to a worker pod if we need to do some specific operation.
closed
2024-04-12T16:07:43Z
2024-05-15T18:57:32Z
2024-05-15T18:57:32Z
severo
2,240,287,127
Update numpy from 1.23.5 to 1.26.4
Update numpy from 1.23.5 to 1.26.4 Fix #2700.
Update numpy from 1.23.5 to 1.26.4: Update numpy from 1.23.5 to 1.26.4 Fix #2700.
closed
2024-04-12T14:36:16Z
2024-04-15T11:37:14Z
2024-04-15T11:37:14Z
albertvillanova
2,240,233,904
feat(chart): expose all services through ALB
- [x] disable nginx proxy - [x] expose `/` on `api` instances - [x] expose `/admin` on `admin` instances - [x] expose `/rows` on `rows` instances - [x] expose `/search` on `search` instances - [x] expose `/filter` on `search` instances - [x] expose `/sse` on `sseApi` instances - [x] expose `/openapi.json` on github - [ ] customise 404.html error page ?
feat(chart): expose all services through ALB: - [x] disable nginx proxy - [x] expose `/` on `api` instances - [x] expose `/admin` on `admin` instances - [x] expose `/rows` on `rows` instances - [x] expose `/search` on `search` instances - [x] expose `/filter` on `search` instances - [x] expose `/sse` on `sseApi` instances - [x] expose `/openapi.json` on github - [ ] customise 404.html error page ?
closed
2024-04-12T14:06:56Z
2024-05-15T19:52:06Z
2024-05-15T19:52:05Z
rtrompier
2,240,231,620
Stats for images
Compute histograms over images widths
Stats for images: Compute histograms over images widths
closed
2024-04-12T14:05:44Z
2024-04-17T13:38:02Z
2024-04-17T13:38:01Z
polinaeterna
2,240,166,657
fix(helm): sticky session on search api
null
fix(helm): sticky session on search api:
closed
2024-04-12T13:30:51Z
2024-04-12T13:37:55Z
2024-04-12T13:37:38Z
rtrompier
2,240,086,507
fix(chart): search api exposed directly with ALB
null
fix(chart): search api exposed directly with ALB:
closed
2024-04-12T12:46:48Z
2024-04-12T13:12:04Z
2024-04-12T13:10:47Z
rtrompier
2,239,360,413
parquet-and-info worker fails if a parquet file is empty
Reported here: https://huggingface.co/datasets/Asap7772/persona_gpt4_paired_margin1_allsplit/discussions/1#66187c367d8c2cd6fbce4a19 Error is: ``` {"error": "Could not read the parquet files: Some index in row_group_indices is 0, which is either < 0 or >= num_row_groups(0)"} ``` I think the issue is with file `test_questions-00000-of-00001.parquet`: <img width="839" alt="Capture d’écran 2024-04-12 à 10 09 47" src="https://github.com/huggingface/dataset-viewer/assets/1676121/bc561541-b2f0-4e20-8621-9672866d3de9"> The file is: https://huggingface.co/datasets/Asap7772/persona_gpt4_paired_margin1_allsplit/blob/main/data/test_questions-00000-of-00001.parquet
parquet-and-info worker fails if a parquet file is empty: Reported here: https://huggingface.co/datasets/Asap7772/persona_gpt4_paired_margin1_allsplit/discussions/1#66187c367d8c2cd6fbce4a19 Error is: ``` {"error": "Could not read the parquet files: Some index in row_group_indices is 0, which is either < 0 or >= num_row_groups(0)"} ``` I think the issue is with file `test_questions-00000-of-00001.parquet`: <img width="839" alt="Capture d’écran 2024-04-12 à 10 09 47" src="https://github.com/huggingface/dataset-viewer/assets/1676121/bc561541-b2f0-4e20-8621-9672866d3de9"> The file is: https://huggingface.co/datasets/Asap7772/persona_gpt4_paired_margin1_allsplit/blob/main/data/test_questions-00000-of-00001.parquet
closed
2024-04-12T08:11:33Z
2024-05-10T15:54:00Z
2024-05-10T15:54:00Z
severo
2,239,261,108
feat(chart): search api exposed directly with ALB
As discussed in #468, let's start to remove nginx proxy. In this PR, we begin with the search API.
feat(chart): search api exposed directly with ALB: As discussed in #468, let's start to remove nginx proxy. In this PR, we begin with the search API.
closed
2024-04-12T07:12:25Z
2024-04-12T11:59:07Z
2024-04-12T11:59:07Z
rtrompier
2,238,989,856
Update idna from 3.4 to 3.7 across 13 directories
Bumps the pip group with 1 update in the /docs directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /e2e directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /front/admin_ui directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /libs/libapi directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /libs/libcommon directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/admin directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/api directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/rows directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/search directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/sse-api directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/worker directory: [idna](https://github.com/kjd/idna). Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> 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/dataset-viewer/network/alerts). </details>
Update idna from 3.4 to 3.7 across 13 directories: Bumps the pip group with 1 update in the /docs directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /e2e directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /front/admin_ui directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /libs/libapi directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /libs/libcommon directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/admin directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/api directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/rows directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/search directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/sse-api directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/worker directory: [idna](https://github.com/kjd/idna). Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> 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/dataset-viewer/network/alerts). </details>
closed
2024-04-12T03:43:02Z
2024-04-12T08:11:05Z
2024-04-12T08:11:04Z
dependabot[bot]
2,238,963,028
Bump the pip group across 12 directories with 1 update
Bumps the pip group with 1 update in the /e2e directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /front/admin_ui directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /libs/libapi directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /libs/libcommon directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/admin directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/api directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/rows directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/search directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/sse-api directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/worker directory: [idna](https://github.com/kjd/idna). Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> 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/dataset-viewer/network/alerts). </details>
Bump the pip group across 12 directories with 1 update: Bumps the pip group with 1 update in the /e2e directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /front/admin_ui directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /libs/libapi directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /libs/libcommon directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/admin directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/api directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/rows directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/search directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/sse-api directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/worker directory: [idna](https://github.com/kjd/idna). Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> 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/dataset-viewer/network/alerts). </details>
closed
2024-04-12T03:13:04Z
2024-04-12T07:57:29Z
2024-04-12T07:57:21Z
dependabot[bot]
2,238,942,150
Bump the pip group across 10 directories with 1 update
Bumps the pip group with 1 update in the /e2e directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /front/admin_ui directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /libs/libapi directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /libs/libcommon directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/admin directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/api directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/rows directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/worker directory: [idna](https://github.com/kjd/idna). Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> 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/dataset-viewer/network/alerts). </details>
Bump the pip group across 10 directories with 1 update: Bumps the pip group with 1 update in the /e2e directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /front/admin_ui directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /libs/libapi directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /libs/libcommon directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/admin directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/api directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/rows directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/worker directory: [idna](https://github.com/kjd/idna). Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> 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/dataset-viewer/network/alerts). </details>
closed
2024-04-12T02:50:16Z
2024-04-12T07:57:16Z
2024-04-12T07:57:07Z
dependabot[bot]
2,238,913,403
Bump the pip group across 8 directories with 1 update
Bumps the pip group with 1 update in the /e2e directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /front/admin_ui directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /libs/libcommon directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/admin directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/api directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/worker directory: [idna](https://github.com/kjd/idna). Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> 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/dataset-viewer/network/alerts). </details>
Bump the pip group across 8 directories with 1 update: Bumps the pip group with 1 update in the /e2e directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /front/admin_ui directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /libs/libcommon directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/admin directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/api directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/worker directory: [idna](https://github.com/kjd/idna). Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> 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/dataset-viewer/network/alerts). </details>
closed
2024-04-12T02:20:56Z
2024-04-12T07:56:40Z
2024-04-12T07:56:32Z
dependabot[bot]
2,238,883,049
Bump the pip group across 5 directories with 1 update
Bumps the pip group with 1 update in the /e2e directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /libs/libcommon directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/admin directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/api directory: [idna](https://github.com/kjd/idna). Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> 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/dataset-viewer/network/alerts). </details>
Bump the pip group across 5 directories with 1 update: Bumps the pip group with 1 update in the /e2e directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /libs/libcommon directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/admin directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/api directory: [idna](https://github.com/kjd/idna). Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> 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/dataset-viewer/network/alerts). </details>
closed
2024-04-12T01:47:16Z
2024-04-12T07:56:35Z
2024-04-12T07:56:27Z
dependabot[bot]
2,238,875,574
Bump the pip group across 2 directories with 1 update
Bumps the pip group with 1 update in the /services/admin directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/api directory: [idna](https://github.com/kjd/idna). Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> 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/dataset-viewer/network/alerts). </details>
Bump the pip group across 2 directories with 1 update: Bumps the pip group with 1 update in the /services/admin directory: [idna](https://github.com/kjd/idna). Bumps the pip group with 1 update in the /services/api directory: [idna](https://github.com/kjd/idna). Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.4 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.7</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.6...v3.7">https://github.com/kjd/idna/compare/v3.6...v3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.7 (2024-04-11) ++++++++++++++++</p> <ul> <li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li> </ul> <p>Thanks to Guido Vranken for reporting the issue.</p> <p>3.6 (2023-11-25) ++++++++++++++++</p> <ul> <li>Fix regression to include tests in source distribution.</li> </ul> <p>3.5 (2023-11-24) ++++++++++++++++</p> <ul> <li>Update to Unicode 15.1.0</li> <li>String codec name is now &quot;idna2008&quot; as overriding the system codec &quot;idna&quot; was not working.</li> <li>Fix typing error for codec encoding</li> <li>&quot;setup.cfg&quot; has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.</li> <li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.</li> <li>Added security reporting protocol for project</li> </ul> <p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li> <li><a href="https://github.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li> <li><a href="https://github.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li> <li><a href="https://github.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li> <li><a href="https://github.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li> <li><a href="https://github.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li> <li><a href="https://github.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li> <li><a href="https://github.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li> <li><a href="https://github.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.4...v3.7">compare view</a></li> </ul> </details> <br /> 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/dataset-viewer/network/alerts). </details>
closed
2024-04-12T01:39:12Z
2024-04-12T07:56:30Z
2024-04-12T07:56:22Z
dependabot[bot]
2,237,524,788
Search service with local storage
Part of https://github.com/huggingface/dataset-viewer/issues/2593 When migrating to local storage, from dataset-viewer side, it is just needs to: - [x] Point to the local storage - [x] Change replicas and uvicornNumWorkers according to AWS instance type provisioned by the infra team (r6id.8xlarge) - [x] Unmount all references to volumeDuckDBIndex - [x] Move cleanDuckdbIndexCache cron job to run inside search service pod and reduce time interval from 3 days to something shorter - [x] In search service, return and error if storage is out of space From infra side I think it is required to: - [x] Change AWS instance type (r6id.8xlarge) - [x] Mechanism to redirect requests to the same pod -> https://github.com/huggingface/dataset-viewer/pull/2708/files ![image](https://github.com/huggingface/dataset-viewer/assets/5564745/da7e9d33-797b-4ce3-8ae1-4db1f7091648) Does it sound like a plan? @rtrompier @severo @lhoestq
Search service with local storage: Part of https://github.com/huggingface/dataset-viewer/issues/2593 When migrating to local storage, from dataset-viewer side, it is just needs to: - [x] Point to the local storage - [x] Change replicas and uvicornNumWorkers according to AWS instance type provisioned by the infra team (r6id.8xlarge) - [x] Unmount all references to volumeDuckDBIndex - [x] Move cleanDuckdbIndexCache cron job to run inside search service pod and reduce time interval from 3 days to something shorter - [x] In search service, return and error if storage is out of space From infra side I think it is required to: - [x] Change AWS instance type (r6id.8xlarge) - [x] Mechanism to redirect requests to the same pod -> https://github.com/huggingface/dataset-viewer/pull/2708/files ![image](https://github.com/huggingface/dataset-viewer/assets/5564745/da7e9d33-797b-4ce3-8ae1-4db1f7091648) Does it sound like a plan? @rtrompier @severo @lhoestq
closed
2024-04-11T11:37:45Z
2024-04-16T13:58:26Z
2024-04-16T13:58:25Z
AndreaFrancis
2,237,148,547
Update numpy
The installed version of numpy is 1.23.5 while the latest released version is 1.26.4. TODO: - [x] Merge first #2699 - Note that numba-0.56.4 constrains numpy < 1.24
Update numpy: The installed version of numpy is 1.23.5 while the latest released version is 1.26.4. TODO: - [x] Merge first #2699 - Note that numba-0.56.4 constrains numpy < 1.24
closed
2024-04-11T08:03:34Z
2024-04-15T11:37:15Z
2024-04-15T11:37:14Z
albertvillanova
2,237,131,394
Update numba from 0.56.4 to 0.59.1
Update numba from 0.56.4 to 0.59.1. Fix #2698.
Update numba from 0.56.4 to 0.59.1: Update numba from 0.56.4 to 0.59.1. Fix #2698.
closed
2024-04-11T07:52:43Z
2024-04-12T12:14:04Z
2024-04-12T12:14:03Z
albertvillanova
2,237,091,833
Update numba
Numba dependency was introduced to the exact 0.56.4 version in: https://github.com/huggingface/dataset-viewer/pull/1026/files#diff-e127bcf65702533dbd7e316815e4b116552c3adef5d4d50db54147d430d868edR24 - #1026 If there is not a strong requirement to use that specific version, we should update it.
Update numba: Numba dependency was introduced to the exact 0.56.4 version in: https://github.com/huggingface/dataset-viewer/pull/1026/files#diff-e127bcf65702533dbd7e316815e4b116552c3adef5d4d50db54147d430d868edR24 - #1026 If there is not a strong requirement to use that specific version, we should update it.
closed
2024-04-11T07:30:37Z
2024-04-12T12:14:04Z
2024-04-12T12:14:04Z
albertvillanova
2,236,986,772
Update duckdb from 0.10.0 to 0.10.1
Update duckdb from 0.10.0 to 0.10.1. Fix #2604.
Update duckdb from 0.10.0 to 0.10.1: Update duckdb from 0.10.0 to 0.10.1. Fix #2604.
closed
2024-04-11T06:15:01Z
2024-04-12T14:11:09Z
2024-04-12T14:11:08Z
albertvillanova
2,236,968,178
Update pandas patch version from 2.2.0 to 2.2.2
Update pandas patch version from 2.2.0 to 2.2.2. Fix #2695.
Update pandas patch version from 2.2.0 to 2.2.2: Update pandas patch version from 2.2.0 to 2.2.2. Fix #2695.
closed
2024-04-11T05:58:11Z
2024-04-12T12:15:50Z
2024-04-12T12:15:49Z
albertvillanova
2,236,947,386
Update pandas patch version from 2.2.0 to 2.2.2
Update pandas patch version from 2.2.0 to 2.2.2: - https://github.com/pandas-dev/pandas/releases/tag/v2.2.1 - https://github.com/pandas-dev/pandas/releases/tag/v2.2.2
Update pandas patch version from 2.2.0 to 2.2.2: Update pandas patch version from 2.2.0 to 2.2.2: - https://github.com/pandas-dev/pandas/releases/tag/v2.2.1 - https://github.com/pandas-dev/pandas/releases/tag/v2.2.2
closed
2024-04-11T05:36:30Z
2024-04-12T12:15:50Z
2024-04-12T12:15:50Z
albertvillanova
2,235,710,705
Annotate rows in a dataset (an editable new colum?)
> I would love to be able to annotate samples in my datasets! The dataset viewer is helpful for analyzing the quality of the data my pipeline outputs, but I’d love to be able to also use it to mark high quality/low quality samples instead of relying on a third tool. https://twitter.com/VenkatKSrini/status/1776654850471915687, cc @venkats-nexusflow
Annotate rows in a dataset (an editable new colum?): > I would love to be able to annotate samples in my datasets! The dataset viewer is helpful for analyzing the quality of the data my pipeline outputs, but I’d love to be able to also use it to mark high quality/low quality samples instead of relying on a third tool. https://twitter.com/VenkatKSrini/status/1776654850471915687, cc @venkats-nexusflow
open
2024-04-10T14:14:06Z
2024-04-15T11:51:46Z
null
severo
2,235,603,840
increase resources for API service
Related to #2690 See https://github.com/huggingface/infra/pull/940 (internal) which provides more resources, in a specific new "role" (role-datasets-server-api) It provides up to 6 m6a.4xlarge nodes, each of which has 16 vCPUs and 64GB RAM. So: each node should get 4 pods, we should use 3 nodes, and have room to scale up twice --- blocked by https://github.com/huggingface/infra/pull/940
increase resources for API service: Related to #2690 See https://github.com/huggingface/infra/pull/940 (internal) which provides more resources, in a specific new "role" (role-datasets-server-api) It provides up to 6 m6a.4xlarge nodes, each of which has 16 vCPUs and 64GB RAM. So: each node should get 4 pods, we should use 3 nodes, and have room to scale up twice --- blocked by https://github.com/huggingface/infra/pull/940
closed
2024-04-10T13:28:16Z
2024-04-10T19:42:39Z
2024-04-10T19:42:38Z
severo
2,235,371,592
Suggest using datasets CLI to convert to parquet in script-dataset error message
We should suggest using the `datasets` CLI to convert a dataset to Parquet in our script-dataset error message, once: - https://github.com/huggingface/datasets/pull/6795 is merged and `datasets` is released and updated here.
Suggest using datasets CLI to convert to parquet in script-dataset error message: We should suggest using the `datasets` CLI to convert a dataset to Parquet in our script-dataset error message, once: - https://github.com/huggingface/datasets/pull/6795 is merged and `datasets` is released and updated here.
closed
2024-04-10T11:29:53Z
2024-05-03T13:34:13Z
2024-05-03T13:34:13Z
albertvillanova
2,235,154,941
Allow sorting by column
Allow sorting by column. I am proposing a minimal implementation that adds the functionality, by adding a new query parameter to the corresponding endpoints. On this basis we can discuss the approach and suitability for our use case. Close #2555.
Allow sorting by column: Allow sorting by column. I am proposing a minimal implementation that adds the functionality, by adding a new query parameter to the corresponding endpoints. On this basis we can discuss the approach and suitability for our use case. Close #2555.
closed
2024-04-10T09:33:30Z
2024-05-03T11:14:06Z
2024-05-03T11:14:06Z
albertvillanova
2,235,018,991
Increase in timeouts from the Hub?
It seems like today a lot of datasets show `The dataset viewer is taking too long to fetch the data`, and only work after some refreshes. <img width="1016" alt="Capture d’écran 2024-04-10 à 10 15 38" src="https://github.com/huggingface/dataset-viewer/assets/1676121/d9e7738b-48bf-4817-b8a1-b16216332323"> See the video below. Every refresh can have a different result : no stats, no rows, or everything can be working as expected. https://github.com/huggingface/dataset-viewer/assets/1676121/206f4a45-46ba-49d7-b5a4-135dda484f64
Increase in timeouts from the Hub?: It seems like today a lot of datasets show `The dataset viewer is taking too long to fetch the data`, and only work after some refreshes. <img width="1016" alt="Capture d’écran 2024-04-10 à 10 15 38" src="https://github.com/huggingface/dataset-viewer/assets/1676121/d9e7738b-48bf-4817-b8a1-b16216332323"> See the video below. Every refresh can have a different result : no stats, no rows, or everything can be working as expected. https://github.com/huggingface/dataset-viewer/assets/1676121/206f4a45-46ba-49d7-b5a4-135dda484f64
closed
2024-04-10T08:16:48Z
2024-04-30T15:53:05Z
2024-04-30T15:52:57Z
severo
2,234,113,161
Allow hf-internal-testing/dataset_with_script
It's used in `datasets` CI which is failing right now
Allow hf-internal-testing/dataset_with_script: It's used in `datasets` CI which is failing right now
closed
2024-04-09T18:51:17Z
2024-04-10T15:41:10Z
2024-04-10T15:40:53Z
lhoestq
2,234,039,982
Handling dataset redirects
Currently datasets-server doesn't appear to handle dataset redirects, and gives an error. For example: - Querying `datasets` endpoints with the dataset `squad` works - Querying `datasets-server` endpoints with the dataset `squad` gives an "unknown error" - Querying `datasets-server` endpoints with a random dataset name (e.g. `xyz2309348`) gives an expected response (e.g. dataset unknown/doesn't exist) - Querying `datasets-server` endpoints with the redirected name (`rajpurkar/squad`) works.
Handling dataset redirects: Currently datasets-server doesn't appear to handle dataset redirects, and gives an error. For example: - Querying `datasets` endpoints with the dataset `squad` works - Querying `datasets-server` endpoints with the dataset `squad` gives an "unknown error" - Querying `datasets-server` endpoints with a random dataset name (e.g. `xyz2309348`) gives an expected response (e.g. dataset unknown/doesn't exist) - Querying `datasets-server` endpoints with the redirected name (`rajpurkar/squad`) works.
closed
2024-04-09T17:58:24Z
2024-08-22T14:26:28Z
2024-08-22T14:26:14Z
PeterAJansen
2,233,342,418
Fix big dataset name
null
Fix big dataset name:
closed
2024-04-09T12:35:12Z
2024-04-09T12:36:20Z
2024-04-09T12:36:20Z
AndreaFrancis
2,233,333,172
Fix `Arrow datatype Extension(...) not supported by Polars` error
Some datasets use extension arrow datatypes ([`ArrayXD`](https://github.com/huggingface/datasets/blob/2.18.0/src/datasets/features/features.py#L524)) which are not supported by polars. Using `pl.read_parquet()` or `pl.scan_parquet()` throws an error: ``` "Arrow datatype {dt:?} not supported by Polars. You probably need to activate that data-type feature." ``` even when passing only columns of supported datatypes with `column=[name]` argument. This PR uses pyarrow to read data directly instead of reading with polars and then pass supported columns to polars. This PR just ignores such extension columns since it doesn't make much sense to compute anything basic over fixed size arrays, and also this feature is rarely used. This can be extended in a future PR to return for example arrays shape. will fix https://github.com/huggingface/dataset-viewer/issues/2679
Fix `Arrow datatype Extension(...) not supported by Polars` error: Some datasets use extension arrow datatypes ([`ArrayXD`](https://github.com/huggingface/datasets/blob/2.18.0/src/datasets/features/features.py#L524)) which are not supported by polars. Using `pl.read_parquet()` or `pl.scan_parquet()` throws an error: ``` "Arrow datatype {dt:?} not supported by Polars. You probably need to activate that data-type feature." ``` even when passing only columns of supported datatypes with `column=[name]` argument. This PR uses pyarrow to read data directly instead of reading with polars and then pass supported columns to polars. This PR just ignores such extension columns since it doesn't make much sense to compute anything basic over fixed size arrays, and also this feature is rarely used. This can be extended in a future PR to return for example arrays shape. will fix https://github.com/huggingface/dataset-viewer/issues/2679
closed
2024-04-09T12:30:02Z
2024-04-11T18:39:21Z
2024-04-11T18:39:20Z
polinaeterna
2,233,270,491
More logs for FTS with local storage on big dataset
null
More logs for FTS with local storage on big dataset:
closed
2024-04-09T11:54:37Z
2024-04-09T12:04:41Z
2024-04-09T12:04:41Z
AndreaFrancis
2,232,986,118
Update Poetry to 1.8.2 to align with Dependabot
Update Poetry to 1.8.2 to align with the version in Dependabot. Fix #2675.
Update Poetry to 1.8.2 to align with Dependabot: Update Poetry to 1.8.2 to align with the version in Dependabot. Fix #2675.
closed
2024-04-09T09:17:36Z
2024-04-16T10:24:33Z
2024-04-16T10:24:32Z
albertvillanova
2,232,899,037
Make s3fs dependency explicit
Make s3fs dependency explicit in libcommon. Related to: - #2671
Make s3fs dependency explicit: Make s3fs dependency explicit in libcommon. Related to: - #2671
closed
2024-04-09T08:31:11Z
2024-04-10T06:50:59Z
2024-04-10T06:50:58Z
albertvillanova
2,231,699,849
Duckdb Con - Error Invalid Input Error: Cannot change configuration option "extension_directory" - the configuration has been locked
After some time, the following error appears for some search calls: ``` NFO: 10.0.15.198:45176 - "OPTIONS /search?dataset=jp1924%2FVisualQuestionAnswering&config=default&split=train&offset=0&length=100&query=%EC%B4%88%EB%A1%9D%EC%83%89 HTTP/1.1" 200 OK INFO: 2024-04-08 17:02:13,422 - root - /search dataset='jp1924/VisualQuestionAnswering' config='default' split='train' query='초록색' offset=0 length=100 ERROR: 2024-04-08 17:02:13,427 - root - Unexpected error. Traceback (most recent call last): File "/src/services/search/src/search/routes/search.py", line 209, in search_endpoint num_rows_total, pa_table = await anyio.to_thread.run_sync( File "/src/services/search/.venv/lib/python3.9/site-packages/anyio/to_thread.py", line 33, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "/src/services/search/.venv/lib/python3.9/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread return await future File "/src/services/search/.venv/lib/python3.9/site-packages/anyio/_backends/_asyncio.py", line 807, in run result = context.run(func, *args) File "/src/services/search/src/search/routes/search.py", line 68, in full_text_search with duckdb_connect(extensions_directory=extensions_directory, database=index_file_location) as con: File "/src/services/search/src/search/duckdb_connection.py", line 12, in duckdb_connect con.execute(SET_EXTENSIONS_DIRECTORY_COMMAND.format(directory=extensions_directory)) duckdb.duckdb.InvalidInputException: Invalid Input Error: Cannot change configuration option "extension_directory" - the configuration has been locked INFO: 10.0.29.97:35770 - "GET /search?dataset=jp1924%2FVisualQuestionAnswering&config=default&split=train&offset=0&length=100&query=%EC%B4%88%EB%A1%9D%EC%83%89 HTTP/1.1" 500 Internal Server Error INFO: 2024-04-08 17:02:13,429 - root - /healthcheck INFO: 2024-04-08 17:02:13,429 - root - /healthcheck ```
Duckdb Con - Error Invalid Input Error: Cannot change configuration option "extension_directory" - the configuration has been locked: After some time, the following error appears for some search calls: ``` NFO: 10.0.15.198:45176 - "OPTIONS /search?dataset=jp1924%2FVisualQuestionAnswering&config=default&split=train&offset=0&length=100&query=%EC%B4%88%EB%A1%9D%EC%83%89 HTTP/1.1" 200 OK INFO: 2024-04-08 17:02:13,422 - root - /search dataset='jp1924/VisualQuestionAnswering' config='default' split='train' query='초록색' offset=0 length=100 ERROR: 2024-04-08 17:02:13,427 - root - Unexpected error. Traceback (most recent call last): File "/src/services/search/src/search/routes/search.py", line 209, in search_endpoint num_rows_total, pa_table = await anyio.to_thread.run_sync( File "/src/services/search/.venv/lib/python3.9/site-packages/anyio/to_thread.py", line 33, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "/src/services/search/.venv/lib/python3.9/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread return await future File "/src/services/search/.venv/lib/python3.9/site-packages/anyio/_backends/_asyncio.py", line 807, in run result = context.run(func, *args) File "/src/services/search/src/search/routes/search.py", line 68, in full_text_search with duckdb_connect(extensions_directory=extensions_directory, database=index_file_location) as con: File "/src/services/search/src/search/duckdb_connection.py", line 12, in duckdb_connect con.execute(SET_EXTENSIONS_DIRECTORY_COMMAND.format(directory=extensions_directory)) duckdb.duckdb.InvalidInputException: Invalid Input Error: Cannot change configuration option "extension_directory" - the configuration has been locked INFO: 10.0.29.97:35770 - "GET /search?dataset=jp1924%2FVisualQuestionAnswering&config=default&split=train&offset=0&length=100&query=%EC%B4%88%EB%A1%9D%EC%83%89 HTTP/1.1" 500 Internal Server Error INFO: 2024-04-08 17:02:13,429 - root - /healthcheck INFO: 2024-04-08 17:02:13,429 - root - /healthcheck ```
open
2024-04-08T17:03:51Z
2024-05-29T20:37:59Z
null
AndreaFrancis
2,231,660,876
Bump pymongo from 4.5.0 to 4.6.3 across 11 directories
Bumps the pip group with 1 update in the /front/admin_ui directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Bumps the pip group with 1 update in the /libs/libapi directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Bumps the pip group with 1 update in the /libs/libcommon directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Bumps the pip group with 1 update in the /services/admin directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Bumps the pip group with 1 update in the /services/api directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Bumps the pip group with 1 update in the /services/rows directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Bumps the pip group with 1 update in the /services/search directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Bumps the pip group with 1 update in the /services/sse-api directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Bumps the pip group with 1 update in the /services/worker directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Updates `pymongo` from 4.5.0 to 4.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.2</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p> <h2>PyMongo 4.6.1</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752">https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752</a></p> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.7</h2> <p>PyMongo 4.7 brings a number of improvements including:</p> <ul> <li> <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>, :attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>, :attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>, and :attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> properties.</p> </li> <li> <p>Fixed a bug where inflating a :class:<code>~bson.raw_bson.RawBSONDocument</code> containing a :class:<code>~bson.code.Code</code> would cause an error.</p> </li> <li> <p>Significantly improved the performance of encoding BSON documents to JSON.</p> </li> <li> <p>Support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname). Named KMS providers enables more than one of each KMS provider type to be configured. See the docstring for :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>. Note that named KMS providers requires pymongocrypt &gt;=1.9 and libmongocrypt &gt;=1.9.</p> </li> <li> <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and :meth:<code>~pymongo.encryption.ClientEncryption.encrypt_expression</code> now allow <code>key_id</code> to be passed in as a :class:<code>uuid.UUID</code>.</p> </li> <li> <p>Fixed a bug where :class:<code>~bson.int64.Int64</code> instances could not always be encoded by <code>orjson</code>_. The following now works::</p> <blockquote> <blockquote> <blockquote> <p>import orjson from bson import json_util orjson.dumps({'a': Int64(1)}, default=json_util.default, option=orjson.OPT_PASSTHROUGH_SUBCLASS)</p> </blockquote> </blockquote> </blockquote> </li> </ul> <p>.. _orjson: <a href="https://github.com/ijl/orjson">https://github.com/ijl/orjson</a></p> <ul> <li>Fixed a bug appearing in Python 3.12 where &quot;RuntimeError: can't create new thread at interpreter shutdown&quot; could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down.</li> <li>Added a warning when connecting to DocumentDB and CosmosDB clusters. For more information regarding feature compatibility and support please visit <code>mongodb.com/supportability/documentdb &lt;https://mongodb.com/supportability/documentdb&gt;</code>_ and <code>mongodb.com/supportability/cosmosdb &lt;https://mongodb.com/supportability/cosmosdb&gt;</code>_.</li> <li>Added the :attr:<code>pymongo.monitoring.ConnectionCheckedOutEvent.duration</code>, :attr:<code>pymongo.monitoring.ConnectionCheckOutFailedEvent.duration</code>, and :attr:<code>pymongo.monitoring.ConnectionReadyEvent.duration</code> properties.</li> <li>Added the <code>type</code> and <code>kwargs</code> arguments to :class:<code>~pymongo.operations.SearchIndexModel</code> to enable creating vector search indexes in MongoDB Atlas.</li> <li>Fixed a bug where <code>read_concern</code> and <code>write_concern</code> were improperly added to :meth:<code>~pymongo.collection.Collection.list_search_indexes</code> queries.</li> </ul> <p>Unavoidable breaking changes ............................</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/8da192f9ca2d4f6464897b22b3029c227043f0cb"><code>8da192f</code></a> BUMP 4.6.3</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/56b6b6dbc267d365d97c037082369dabf37405d2"><code>56b6b6d</code></a> PYTHON-4305 Fix bson size check (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1564">#1564</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/449d0f316cbcdea59d8b69b5e4fc34ac07949dc6"><code>449d0f3</code></a> BUMP to 4.6.3.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/e04576de22c06a4609b16db0f6e10e86ad5c8dad"><code>e04576d</code></a> DEVPROD-3871 Use teardown_task when there is one function/command (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1533">#1533</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/cf1c6a11f76861fd6150b0df79a7ed70f2b2fea5"><code>cf1c6a1</code></a> PYTHON-4219 Prep for 4.6.2 Release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1530">#1530</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/d29b2b7cf405901a801591e475574b63aa81ac5c"><code>d29b2b7</code></a> PYTHON-4147 [v4.6]: Silence noisy thread.start() RuntimeError at shutdown (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1">#1</a>...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/0477b9bc0c59de311fbb6d6a157b97a4af8d0a23"><code>0477b9b</code></a> PYTHON-4077 [v4.6]: Ensure there is a MacOS wheel for Python 3.7 (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1527">#1527</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/ecad17d24e8aafa374ab5fd194ce79b6861efcad"><code>ecad17d</code></a> BUMP 4.6.2.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/485e0a5e56f2d524b5cbc31538a0c455e3ddd858"><code>485e0a5</code></a> BUMP 4.6.1</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/995365c7128c3107b4f9ce1524220378176a3a96"><code>995365c</code></a> PYTHON-4038 [v4.6]: Ensure retryable read <code>OperationFailure</code>s re-raise except...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.3">compare view</a></li> </ul> </details> <br /> Updates `pymongo` from 4.5.0 to 4.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.2</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p> <h2>PyMongo 4.6.1</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752">https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752</a></p> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.7</h2> <p>PyMongo 4.7 brings a number of improvements including:</p> <ul> <li> <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>, :attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>, :attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>, and :attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> properties.</p> </li> <li> <p>Fixed a bug where inflating a :class:<code>~bson.raw_bson.RawBSONDocument</code> containing a :class:<code>~bson.code.Code</code> would cause an error.</p> </li> <li> <p>Significantly improved the performance of encoding BSON documents to JSON.</p> </li> <li> <p>Support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname). Named KMS providers enables more than one of each KMS provider type to be configured. See the docstring for :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>. Note that named KMS providers requires pymongocrypt &gt;=1.9 and libmongocrypt &gt;=1.9.</p> </li> <li> <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and :meth:<code>~pymongo.encryption.ClientEncryption.encrypt_expression</code> now allow <code>key_id</code> to be passed in as a :class:<code>uuid.UUID</code>.</p> </li> <li> <p>Fixed a bug where :class:<code>~bson.int64.Int64</code> instances could not always be encoded by <code>orjson</code>_. The following now works::</p> <blockquote> <blockquote> <blockquote> <p>import orjson from bson import json_util orjson.dumps({'a': Int64(1)}, default=json_util.default, option=orjson.OPT_PASSTHROUGH_SUBCLASS)</p> </blockquote> </blockquote> </blockquote> </li> </ul> <p>.. _orjson: <a href="https://github.com/ijl/orjson">https://github.com/ijl/orjson</a></p> <ul> <li>Fixed a bug appearing in Python 3.12 where &quot;RuntimeError: can't create new thread at interpreter shutdown&quot; could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down.</li> <li>Added a warning when connecting to DocumentDB and CosmosDB clusters. For more information regarding feature compatibility and support please visit <code>mongodb.com/supportability/documentdb &lt;https://mongodb.com/supportability/documentdb&gt;</code>_ and <code>mongodb.com/supportability/cosmosdb &lt;https://mongodb.com/supportability/cosmosdb&gt;</code>_.</li> <li>Added the :attr:<code>pymongo.monitoring.ConnectionCheckedOutEvent.duration</code>, :attr:<code>pymongo.monitoring.ConnectionCheckOutFailedEvent.duration</code>, and :attr:<code>pymongo.monitoring.ConnectionReadyEvent.duration</code> properties.</li> <li>Added the <code>type</code> and <code>kwargs</code> arguments to :class:<code>~pymongo.operations.SearchIndexModel</code> to enable creating vector search indexes in MongoDB Atlas.</li> <li>Fixed a bug where <code>read_concern</code> and <code>write_concern</code> were improperly added to :meth:<code>~pymongo.collection.Collection.list_search_indexes</code> queries.</li> </ul> <p>Unavoidable breaking changes ............................</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/8da192f9ca2d4f6464897b22b3029c227043f0cb"><code>8da192f</code></a> BUMP 4.6.3</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/56b6b6dbc267d365d97c037082369dabf37405d2"><code>56b6b6d</code></a> PYTHON-4305 Fix bson size check (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1564">#1564</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/449d0f316cbcdea59d8b69b5e4fc34ac07949dc6"><code>449d0f3</code></a> BUMP to 4.6.3.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/e04576de22c06a4609b16db0f6e10e86ad5c8dad"><code>e04576d</code></a> DEVPROD-3871 Use teardown_task when there is one function/command (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1533">#1533</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/cf1c6a11f76861fd6150b0df79a7ed70f2b2fea5"><code>cf1c6a1</code></a> PYTHON-4219 Prep for 4.6.2 Release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1530">#1530</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/d29b2b7cf405901a801591e475574b63aa81ac5c"><code>d29b2b7</code></a> PYTHON-4147 [v4.6]: Silence noisy thread.start() RuntimeError at shutdown (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1">#1</a>...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/0477b9bc0c59de311fbb6d6a157b97a4af8d0a23"><code>0477b9b</code></a> PYTHON-4077 [v4.6]: Ensure there is a MacOS wheel for Python 3.7 (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1527">#1527</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/ecad17d24e8aafa374ab5fd194ce79b6861efcad"><code>ecad17d</code></a> BUMP 4.6.2.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/485e0a5e56f2d524b5cbc31538a0c455e3ddd858"><code>485e0a5</code></a> BUMP 4.6.1</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/995365c7128c3107b4f9ce1524220378176a3a96"><code>995365c</code></a> PYTHON-4038 [v4.6]: Ensure retryable read <code>OperationFailure</code>s re-raise except...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.3">compare view</a></li> </ul> </details> <br /> Updates `pymongo` from 4.5.0 to 4.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.2</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p> <h2>PyMongo 4.6.1</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752">https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752</a></p> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.7</h2> <p>PyMongo 4.7 brings a number of improvements including:</p> <ul> <li> <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>, :attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>, :attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>, and :attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> properties.</p> </li> <li> <p>Fixed a bug where inflating a :class:<code>~bson.raw_bson.RawBSONDocument</code> containing a :class:<code>~bson.code.Code</code> would cause an error.</p> </li> <li> <p>Significantly improved the performance of encoding BSON documents to JSON.</p> </li> <li> <p>Support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname). Named KMS providers enables more than one of each KMS provider type to be configured. See the docstring for :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>. Note that named KMS providers requires pymongocrypt &gt;=1.9 and libmongocrypt &gt;=1.9.</p> </li> <li> <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and :meth:<code>~pymongo.encryption.ClientEncryption.encrypt_expression</code> now allow <code>key_id</code> to be passed in as a :class:<code>uuid.UUID</code>.</p> </li> <li> <p>Fixed a bug where :class:<code>~bson.int64.Int64</code> instances could not always be encoded by <code>orjson</code>_. The following now works::</p> <blockquote> <blockquote> <blockquote> <p>import orjson from bson import json_util orjson.dumps({'a': Int64(1)}, default=json_util.default, option=orjson.OPT_PASSTHROUGH_SUBCLASS)</p> </blockquote> </blockquote> </blockquote> </li> </ul> <p>.. _orjson: <a href="https://github.com/ijl/orjson">https://github.com/ijl/orjson</a></p> <ul> <li>Fixed a bug appearing in Python 3.12 where &quot;RuntimeError: can't create new thread at interpreter shutdown&quot; could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down.</li> <li>Added a warning when connecting to DocumentDB and CosmosDB clusters. For more information regarding feature compatibility and support please visit <code>mongodb.com/supportability/documentdb &lt;https://mongodb.com/supportability/documentdb&gt;</code>_ and <code>mongodb.com/supportability/cosmosdb &lt;https://mongodb.com/supportability/cosmosdb&gt;</code>_.</li> <li>Added the :attr:<code>pymongo.monitoring.ConnectionCheckedOutEvent.duration</code>, :attr:<code>pymongo.monitoring.ConnectionCheckOutFailedEvent.duration</code>, and :attr:<code>pymongo.monitoring.ConnectionReadyEvent.duration</code> properties.</li> <li>Added the <code>type</code> and <code>kwargs</code> arguments to :class:<code>~pymongo.operations.SearchIndexModel</code> to enable creating vector search indexes in MongoDB Atlas.</li> <li>Fixed a bug where <code>read_concern</code> and <code>write_concern</code> were improperly added to :meth:<code>~pymongo.collection.Collection.list_search_indexes</code> queries.</li> </ul> <p>Unavoidable breaking changes ............................</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/8da192f9ca2d4f6464897b22b3029c227043f0cb"><code>8da192f</code></a> BUMP 4.6.3</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/56b6b6dbc267d365d97c037082369dabf37405d2"><code>56b6b6d</code></a> PYTHON-4305 Fix bson size check (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1564">#1564</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/449d0f316cbcdea59d8b69b5e4fc34ac07949dc6"><code>449d0f3</code></a> BUMP to 4.6.3.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/e04576de22c06a4609b16db0f6e10e86ad5c8dad"><code>e04576d</code></a> DEVPROD-3871 Use teardown_task when there is one function/command (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1533">#1533</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/cf1c6a11f76861fd6150b0df79a7ed70f2b2fea5"><code>cf1c6a1</code></a> PYTHON-4219 Prep for 4.6.2 Release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1530">#1530</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/d29b2b7cf405901a801591e475574b63aa81ac5c"><code>d29b2b7</code></a> PYTHON-4147 [v4.6]: Silence noisy thread.start() RuntimeError at shutdown (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1">#1</a>...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/0477b9bc0c59de311fbb6d6a157b97a4af8d0a23"><code>0477b9b</code></a> PYTHON-4077 [v4.6]: Ensure there is a MacOS wheel for Python 3.7 (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1527">#1527</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/ecad17d24e8aafa374ab5fd194ce79b6861efcad"><code>ecad17d</code></a> BUMP 4.6.2.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/485e0a5e56f2d524b5cbc31538a0c455e3ddd858"><code>485e0a5</code></a> BUMP 4.6.1</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/995365c7128c3107b4f9ce1524220378176a3a96"><code>995365c</code></a> PYTHON-4038 [v4.6]: Ensure retryable read <code>OperationFailure</code>s re-raise except...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.3">compare view</a></li> </ul> </details> <br /> Updates `pymongo` from 4.5.0 to 4.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.2</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p> <h2>PyMongo 4.6.1</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752">https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752</a></p> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.7</h2> <p>PyMongo 4.7 brings a number of improvements including:</p> <ul> <li> <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>, :attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>, :attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>, and :attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> properties.</p> </li> <li> <p>Fixed a bug where inflating a :class:<code>~bson.raw_bson.RawBSONDocument</code> containing a :class:<code>~bson.code.Code</code> would cause an error.</p> </li> <li> <p>Significantly improved the performance of encoding BSON documents to JSON.</p> </li> <li> <p>Support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname). Named KMS providers enables more than one of each KMS provider type to be configured. See the docstring for :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>. Note that named KMS providers requires pymongocrypt &gt;=1.9 and libmongocrypt &gt;=1.9.</p> </li> <li> <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and :meth:<code>~pymongo.encryption.ClientEncryption.encrypt_expression</code> now allow <code>key_id</code> to be passed in as a :class:<code>uuid.UUID</code>.</p> </li> <li> <p>Fixed a bug where :class:<code>~bson.int64.Int64</code> instances could not always be encoded by <code>orjson</code>_. The following now works::</p> <blockquote> <blockquote> <blockquote> <p>import orjson from bson import json_util orjson.dumps({'a': Int64(1)}, default=json_util.default, option=orjson.OPT_PASSTHROUGH_SUBCLASS)</p> </blockquote> </blockquote> </blockquote> </li> </ul> <p>.. _orjson: <a href="https://github.com/ijl/orjson">https://github.com/ijl/orjson</a></p> <ul> <li>Fixed a bug appearing in Python 3.12 where &quot;RuntimeError: can't create new thread at interpreter shutdown&quot; could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down.</li> <li>Added a warning when connecting to DocumentDB and CosmosDB clusters. For more information regarding feature compatibility and support please visit <code>mongodb.com/supportability/documentdb &lt;https://mongodb.com/supportability/documentdb&gt;</code>_ and <code>mongodb.com/supportability/cosmosdb &lt;https://mongodb.com/supportability/cosmosdb&gt;</code>_.</li> <li>Added the :attr:<code>pymongo.monitoring.ConnectionCheckedOutEvent.duration</code>, :attr:<code>pymongo.monitoring.ConnectionCheckOutFailedEvent.duration</code>, and :attr:<code>pymongo.monitoring.ConnectionReadyEvent.duration</code> properties.</li> <li>Added the <code>type</code> and <code>kwargs</code> arguments to :class:<code>~pymongo.operations.SearchIndexModel</code> to enable creating vector search indexes in MongoDB Atlas.</li> <li>Fixed a bug where <code>read_concern</code> and <code>write_concern</code> were improperly added to :meth:<code>~pymongo.collection.Collection.list_search_indexes</code> queries.</li> </ul> <p>Unavoidable breaking changes ............................</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/8da192f9ca2d4f6464897b22b3029c227043f0cb"><code>8da192f</code></a> BUMP 4.6.3</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/56b6b6dbc267d365d97c037082369dabf37405d2"><code>56b6b6d</code></a> PYTHON-4305 Fix bson size check (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1564">#1564</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/449d0f316cbcdea59d8b69b5e4fc34ac07949dc6"><code>449d0f3</code></a> BUMP to 4.6.3.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/e04576de22c06a4609b16db0f6e10e86ad5c8dad"><code>e04576d</code></a> DEVPROD-3871 Use teardown_task when there is one function/command (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1533">#1533</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/cf1c6a11f76861fd6150b0df79a7ed70f2b2fea5"><code>cf1c6a1</code></a> PYTHON-4219 Prep for 4.6.2 Release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1530">#1530</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/d29b2b7cf405901a801591e475574b63aa81ac5c"><code>d29b2b7</code></a> PYTHON-4147 [v4.6]: Silence noisy thread.start() RuntimeError at shutdown (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1">#1</a>...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/0477b9bc0c59de311fbb6d6a157b97a4af8d0a23"><code>0477b9b</code></a> PYTHON-4077 [v4.6]: Ensure there is a MacOS wheel for Python 3.7 (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1527">#1527</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/ecad17d24e8aafa374ab5fd194ce79b6861efcad"><code>ecad17d</code></a> BUMP 4.6.2.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/485e0a5e56f2d524b5cbc31538a0c455e3ddd858"><code>485e0a5</code></a> BUMP 4.6.1</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/995365c7128c3107b4f9ce1524220378176a3a96"><code>995365c</code></a> PYTHON-4038 [v4.6]: Ensure retryable read <code>OperationFailure</code>s re-raise except...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.3">compare view</a></li> </ul> </details> <br /> Updates `pymongo` from 4.5.0 to 4.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.2</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p> <h2>PyMongo 4.6.1</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752">https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752</a></p> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.7</h2> <p>PyMongo 4.7 brings a number of improvements including:</p> <ul> <li> <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>, :attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>, :attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>, and :attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> properties.</p> </li> <li> <p>Fixed a bug where inflating a :class:<code>~bson.raw_bson.RawBSONDocument</code> containing a :class:<code>~bson.code.Code</code> would cause an error.</p> </li> <li> <p>Significantly improved the performance of encoding BSON documents to JSON.</p> </li> <li> <p>Support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname). Named KMS providers enables more than one of each KMS provider type to be configured. See the docstring for :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>. Note that named KMS providers requires pymongocrypt &gt;=1.9 and libmongocrypt &gt;=1.9.</p> </li> <li> <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and :meth:<code>~pymongo.encryption.ClientEncryption.encrypt_expression</code> now allow <code>key_id</code> to be passed in as a :class:<code>uuid.UUID</code>.</p> </li> <li> <p>Fixed a bug where :class:<code>~bson.int64.Int64</code> instances could not always be encoded by <code>orjson</code>_. The following now works::</p> <blockquote> <blockquote> <blockquote> <p>import orjson from bson import json_util orjson.dumps({'a': Int64(1)}, default=json_util.default, option=orjson.OPT_PASSTHROUGH_SUBCLASS)</p> </blockquote> </blockquote> </blockquote> </li> </ul> <p>.. _orjson: <a href="https://github.com/ijl/orjson">https://github.com/ijl/orjson</a></p> <ul> <li>Fixed a bug appearing in Python 3.12 where &quot;RuntimeError: can't create new thread at interpreter shutdown&quot; could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down.</li> <li>Added a warning when connecting to DocumentDB and CosmosDB clusters. For more information regarding feature compatibility and support please visit <code>mongodb.com/supportability/documentdb &lt;https://mongodb.com/supportability/documentdb&gt;</code>_ and <code>mongodb.com/supportability/cosmosdb &lt;https://mongodb.com/supportability/cosmosdb&gt;</code>_.</li> <li>Added the :attr:<code>pymongo.monitoring.ConnectionCheckedOutEvent.duration</code>, :attr:<code>pymongo.monitoring.ConnectionCheckOutFailedEvent.duration</code>, and :attr:<code>pymongo.monitoring.ConnectionReadyEvent.duration</code> properties.</li> <li>Added the <code>type</code> and <code>kwargs</code> arguments to :class:<code>~pymongo.operations.SearchIndexModel</code> to enable creating vector search indexes in MongoDB Atlas.</li> <li>Fixed a bug where <code>read_concern</code> and <code>write_concern</code> were improperly added to :meth:<code>~pymongo.collection.Collection.list_search_indexes</code> queries.</li> </ul> <p>Unavoidable breaking changes ............................</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/8da192f9ca2d4f6464897b22b3029c227043f0cb"><code>8da192f</code></a> BUMP 4.6.3</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/56b6b6dbc267d365d97c037082369dabf37405d2"><code>56b6b6d</code></a> PYTHON-4305 Fix bson size check (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1564">#1564</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/449d0f316cbcdea59d8b69b5e4fc34ac07949dc6"><code>449d0f3</code></a> BUMP to 4.6.3.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/e04576de22c06a4609b16db0f6e10e86ad5c8dad"><code>e04576d</code></a> DEVPROD-3871 Use teardown_task when there is one function/command (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1533">#1533</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/cf1c6a11f76861fd6150b0df79a7ed70f2b2fea5"><code>cf1c6a1</code></a> PYTHON-4219 Prep for 4.6.2 Release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1530">#1530</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/d29b2b7cf405901a801591e475574b63aa81ac5c"><code>d29b2b7</code></a> PYTHON-4147 [v4.6]: Silence noisy thread.start() RuntimeError at shutdown (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1">#1</a>...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/0477b9bc0c59de311fbb6d6a157b97a4af8d0a23"><code>0477b9b</code></a> PYTHON-4077 [v4.6]: Ensure there is a MacOS wheel for Python 3.7 (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1527">#1527</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/ecad17d24e8aafa374ab5fd194ce79b6861efcad"><code>ecad17d</code></a> BUMP 4.6.2.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/485e0a5e56f2d524b5cbc31538a0c455e3ddd858"><code>485e0a5</code></a> BUMP 4.6.1</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/995365c7128c3107b4f9ce1524220378176a3a96"><code>995365c</code></a> PYTHON-4038 [v4.6]: Ensure retryable read <code>OperationFailure</code>s re-raise except...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.3">compare view</a></li> </ul> </details> <br /> Updates `pymongo` from 4.5.0 to 4.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.2</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p> <h2>PyMongo 4.6.1</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752">https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752</a></p> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.7</h2> <p>PyMongo 4.7 brings a number of improvements including:</p> <ul> <li> <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>, :attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>, :attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>, and :attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> properties.</p> </li> <li> <p>Fixed a bug where inflating a :class:<code>~bson.raw_bson.RawBSONDocument</code> containing a :class:<code>~bson.code.Code</code> would cause an error.</p> </li> <li> <p>Significantly improved the performance of encoding BSON documents to JSON.</p> </li> <li> <p>Support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname). Named KMS providers enables more than one of each KMS provider type to be configured. See the docstring for :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>. Note that named KMS providers requires pymongocrypt &gt;=1.9 and libmongocrypt &gt;=1.9.</p> </li> <li> <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and :meth:<code>~pymongo.encryption.ClientEncryption.encrypt_expression</code> now allow <code>key_id</code> to be passed in as a :class:<code>uuid.UUID</code>.</p> </li> <li> <p>Fixed a bug where :class:<code>~bson.int64.Int64</code> instances could not always be encoded by <code>orjson</code>_. The following now works::</p> <blockquote> <blockquote> <blockquote> <p>import orjson from bson import json_util orjson.dumps({'a': Int64(1)}, default=json_util.default, option=orjson.OPT_PASSTHROUGH_SUBCLASS)</p> </blockquote> </blockquote> </blockquote> </li> </ul> <p>.. _orjson: <a href="https://github.com/ijl/orjson">https://github.com/ijl/orjson</a></p> <ul> <li>Fixed a bug appearing in Python 3.12 where &quot;RuntimeError: can't create new thread at interpreter shutdown&quot; could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down.</li> <li>Added a warning when connecting to DocumentDB and CosmosDB clusters. For more information regarding feature compatibility and support please visit <code>mongodb.com/supportability/documentdb &lt;https://mongodb.com/supportability/documentdb&gt;</code>_ and <code>mongodb.com/supportability/cosmosdb &lt;https://mongodb.com/supportability/cosmosdb&gt;</code>_.</li> <li>Added the :attr:<code>pymongo.monitoring.ConnectionCheckedOutEvent.duration</code>, :attr:<code>pymongo.monitoring.ConnectionCheckOutFailedEvent.duration</code>, and :attr:<code>pymongo.monitoring.ConnectionReadyEvent.duration</code> properties.</li> <li>Added the <code>type</code> and <code>kwargs</code> arguments to :class:<code>~pymongo.operations.SearchIndexModel</code> to enable creating vector search indexes in MongoDB Atlas.</li> <li>Fixed a bug where <code>read_concern</code> and <code>write_concern</code> were improperly added to :meth:<code>~pymongo.collection.Collection.list_search_indexes</code> queries.</li> </ul> <p>Unavoidable breaking changes ............................</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/8da192f9ca2d4f6464897b22b3029c227043f0cb"><code>8da192f</code></a> BUMP 4.6.3</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/56b6b6dbc267d365d97c037082369dabf37405d2"><code>56b6b6d</code></a> PYTHON-4305 Fix bson size check (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1564">#1564</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/449d0f316cbcdea59d8b69b5e4fc34ac07949dc6"><code>449d0f3</code></a> BUMP to 4.6.3.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/e04576de22c06a4609b16db0f6e10e86ad5c8dad"><code>e04576d</code></a> DEVPROD-3871 Use teardown_task when there is one function/command (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1533">#1533</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/cf1c6a11f76861fd6150b0df79a7ed70f2b2fea5"><code>cf1c6a1</code></a> PYTHON-4219 Prep for 4.6.2 Release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1530">#1530</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/d29b2b7cf405901a801591e475574b63aa81ac5c"><code>d29b2b7</code></a> PYTHON-4147 [v4.6]: Silence noisy thread.start() RuntimeError at shutdown (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1">#1</a>...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/0477b9bc0c59de311fbb6d6a157b97a4af8d0a23"><code>0477b9b</code></a> PYTHON-4077 [v4.6]: Ensure there is a MacOS wheel for Python 3.7 (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1527">#1527</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/ecad17d24e8aafa374ab5fd194ce79b6861efcad"><code>ecad17d</code></a> BUMP 4.6.2.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/485e0a5e56f2d524b5cbc31538a0c455e3ddd858"><code>485e0a5</code></a> BUMP 4.6.1</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/995365c7128c3107b4f9ce1524220378176a3a96"><code>995365c</code></a> PYTHON-4038 [v4.6]: Ensure retryable read <code>OperationFailure</code>s re-raise except...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.3">compare view</a></li> </ul> </details> <br /> Updates `pymongo` from 4.5.0 to 4.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.2</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p> <h2>PyMongo 4.6.1</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752">https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752</a></p> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.7</h2> <p>PyMongo 4.7 brings a number of improvements including:</p> <ul> <li> <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>, :attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>, :attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>, and :attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> properties.</p> </li> <li> <p>Fixed a bug where inflating a :class:<code>~bson.raw_bson.RawBSONDocument</code> containing a :class:<code>~bson.code.Code</code> would cause an error.</p> </li> <li> <p>Significantly improved the performance of encoding BSON documents to JSON.</p> </li> <li> <p>Support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname). Named KMS providers enables more than one of each KMS provider type to be configured. See the docstring for :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>. Note that named KMS providers requires pymongocrypt &gt;=1.9 and libmongocrypt &gt;=1.9.</p> </li> <li> <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and :meth:<code>~pymongo.encryption.ClientEncryption.encrypt_expression</code> now allow <code>key_id</code> to be passed in as a :class:<code>uuid.UUID</code>.</p> </li> <li> <p>Fixed a bug where :class:<code>~bson.int64.Int64</code> instances could not always be encoded by <code>orjson</code>_. The following now works::</p> <blockquote> <blockquote> <blockquote> <p>import orjson from bson import json_util orjson.dumps({'a': Int64(1)}, default=json_util.default, option=orjson.OPT_PASSTHROUGH_SUBCLASS)</p> </blockquote> </blockquote> </blockquote> </li> </ul> <p>.. _orjson: <a href="https://github.com/ijl/orjson">https://github.com/ijl/orjson</a></p> <ul> <li>Fixed a bug appearing in Python 3.12 where &quot;RuntimeError: can't create new thread at interpreter shutdown&quot; could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down.</li> <li>Added a warning when connecting to DocumentDB and CosmosDB clusters. For more information regarding feature compatibility and support please visit <code>mongodb.com/supportability/documentdb &lt;https://mongodb.com/supportability/documentdb&gt;</code>_ and <code>mongodb.com/supportability/cosmosdb &lt;https://mongodb.com/supportability/cosmosdb&gt;</code>_.</li> <li>Added the :attr:<code>pymongo.monitoring.ConnectionCheckedOutEvent.duration</code>, :attr:<code>pymongo.monitoring.ConnectionCheckOutFailedEvent.duration</code>, and :attr:<code>pymongo.monitoring.ConnectionReadyEvent.duration</code> properties.</li> <li>Added the <code>type</code> and <code>kwargs</code> arguments to :class:<code>~pymongo.operations.SearchIndexModel</code> to enable creating vector search indexes in MongoDB Atlas.</li> <li>Fixed a bug where <code>read_concern</code> and <code>write_concern</code> were improperly added to :meth:<code>~pymongo.collection.Collection.list_search_indexes</code> queries.</li> </ul> <p>Unavoidable breaking changes ............................</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/8da192f9ca2d4f6464897b22b3029c227043f0cb"><code>8da192f</code></a> BUMP 4.6.3</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/56b6b6dbc267d365d97c037082369dabf37405d2"><code>56b6b6d</code></a> PYTHON-4305 Fix bson size check (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1564">#1564</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/449d0f316cbcdea59d8b69b5e4fc34ac07949dc6"><code>449d0f3</code></a> BUMP to 4.6.3.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/e04576de22c06a4609b16db0f6e10e86ad5c8dad"><code>e04576d</code></a> DEVPROD-3871 Use teardown_task when there is one function/command (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1533">#1533</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/cf1c6a11f76861fd6150b0df79a7ed70f2b2fea5"><code>cf1c6a1</code></a> PYTHON-4219 Prep for 4.6.2 Release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1530">#1530</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/d29b2b7cf405901a801591e475574b63aa81ac5c"><code>d29b2b7</code></a> PYTHON-4147 [v4.6]: Silence noisy thread.start() RuntimeError at shutdown (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1">#1</a>...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/0477b9bc0c59de311fbb6d6a157b97a4af8d0a23"><code>0477b9b</code></a> PYTHON-4077 [v4.6]: Ensure there is a MacOS wheel for Python 3.7 (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1527">#1527</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/ecad17d24e8aafa374ab5fd194ce79b6861efcad"><code>ecad17d</code></a> BUMP 4.6.2.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/485e0a5e56f2d524b5cbc31538a0c455e3ddd858"><code>485e0a5</code></a> BUMP 4.6.1</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/995365c7128c3107b4f9ce1524220378176a3a96"><code>995365c</code></a> PYTHON-4038 [v4.6]: Ensure retryable read <code>OperationFailure</code>s re-raise except...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.3">compare view</a></li> </ul> </details> <br /> Updates `pymongo` from 4.5.0 to 4.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.2</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p> <h2>PyMongo 4.6.1</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752">https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752</a></p> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.7</h2> <p>PyMongo 4.7 brings a number of improvements including:</p> <ul> <li> <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>, :attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>, :attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>, and :attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> properties.</p> </li> <li> <p>Fixed a bug where inflating a :class:<code>~bson.raw_bson.RawBSONDocument</code> containing a :class:<code>~bson.code.Code</code> would cause an error.</p> </li> <li> <p>Significantly improved the performance of encoding BSON documents to JSON.</p> </li> <li> <p>Support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname). Named KMS providers enables more than one of each KMS provider type to be configured. See the docstring for :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>. Note that named KMS providers requires pymongocrypt &gt;=1.9 and libmongocrypt &gt;=1.9.</p> </li> <li> <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and :meth:<code>~pymongo.encryption.ClientEncryption.encrypt_expression</code> now allow <code>key_id</code> to be passed in as a :class:<code>uuid.UUID</code>.</p> </li> <li> <p>Fixed a bug where :class:<code>~bson.int64.Int64</code> instances could not always be encoded by <code>orjson</code>_. The following now works::</p> <blockquote> <blockquote> <blockquote> <p>import orjson from bson import json_util orjson.dumps({'a': Int64(1)}, default=json_util.default, option=orjson.OPT_PASSTHROUGH_SUBCLASS)</p> </blockquote> </blockquote> </blockquote> </li> </ul> <p>.. _orjson: <a href="https://github.com/ijl/orjson">https://github.com/ijl/orjson</a></p> <ul> <li>Fixed a bug appearing in Python 3.12 where &quot;RuntimeError: can't create new thread at interpreter shutdown&quot; could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down.</li> <li>Added a warning when connecting to DocumentDB and CosmosDB clusters. For more information regarding feature compatibility and support please visit <code>mongodb.com/supportability/documentdb &lt;https://mongodb.com/supportability/documentdb&gt;</code>_ and <code>mongodb.com/supportability/cosmosdb &lt;https://mongodb.com/supportability/cosmosdb&gt;</code>_.</li> <li>Added the :attr:<code>pymongo.monitoring.ConnectionCheckedOutEvent.duration</code>, :attr:<code>pymongo.monitoring.ConnectionCheckOutFailedEvent.duration</code>, and :attr:<code>pymongo.monitoring.ConnectionReadyEvent.duration</code> properties.</li> <li>Added the <code>type</code> and <code>kwargs</code> arguments to :class:<code>~pymongo.operations.SearchIndexModel</code> to enable creating vector search indexes in MongoDB Atlas.</li> <li>Fixed a bug where <code>read_concern</code> and <code>write_concern</code> were improperly added to :meth:<code>~pymongo.collection.Collection.list_search_indexes</code> queries.</li> </ul> <p>Unavoidable breaking changes ............................</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/8da192f9ca2d4f6464897b22b3029c227043f0cb"><code>8da192f</code></a> BUMP 4.6.3</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/56b6b6dbc267d365d97c037082369dabf37405d2"><code>56b6b6d</code></a> PYTHON-4305 Fix bson size check (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1564">#1564</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/449d0f316cbcdea59d8b69b5e4fc34ac07949dc6"><code>449d0f3</code></a> BUMP to 4.6.3.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/e04576de22c06a4609b16db0f6e10e86ad5c8dad"><code>e04576d</code></a> DEVPROD-3871 Use teardown_task when there is one function/command (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1533">#1533</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/cf1c6a11f76861fd6150b0df79a7ed70f2b2fea5"><code>cf1c6a1</code></a> PYTHON-4219 Prep for 4.6.2 Release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1530">#1530</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/d29b2b7cf405901a801591e475574b63aa81ac5c"><code>d29b2b7</code></a> PYTHON-4147 [v4.6]: Silence noisy thread.start() RuntimeError at shutdown (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1">#1</a>...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/0477b9bc0c59de311fbb6d6a157b97a4af8d0a23"><code>0477b9b</code></a> PYTHON-4077 [v4.6]: Ensure there is a MacOS wheel for Python 3.7 (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1527">#1527</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/ecad17d24e8aafa374ab5fd194ce79b6861efcad"><code>ecad17d</code></a> BUMP 4.6.2.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/485e0a5e56f2d524b5cbc31538a0c455e3ddd858"><code>485e0a5</code></a> BUMP 4.6.1</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/995365c7128c3107b4f9ce1524220378176a3a96"><code>995365c</code></a> PYTHON-4038 [v4.6]: Ensure retryable read <code>OperationFailure</code>s re-raise except...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.3">compare view</a></li> </ul> </details> <br /> Updates `pymongo` from 4.5.0 to 4.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.2</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p> <h2>PyMongo 4.6.1</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752">https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752</a></p> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.7</h2> <p>PyMongo 4.7 brings a number of improvements including:</p> <ul> <li> <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>, :attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>, :attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>, and :attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> properties.</p> </li> <li> <p>Fixed a bug where inflating a :class:<code>~bson.raw_bson.RawBSONDocument</code> containing a :class:<code>~bson.code.Code</code> would cause an error.</p> </li> <li> <p>Significantly improved the performance of encoding BSON documents to JSON.</p> </li> <li> <p>Support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname). Named KMS providers enables more than one of each KMS provider type to be configured. See the docstring for :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>. Note that named KMS providers requires pymongocrypt &gt;=1.9 and libmongocrypt &gt;=1.9.</p> </li> <li> <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and :meth:<code>~pymongo.encryption.ClientEncryption.encrypt_expression</code> now allow <code>key_id</code> to be passed in as a :class:<code>uuid.UUID</code>.</p> </li> <li> <p>Fixed a bug where :class:<code>~bson.int64.Int64</code> instances could not always be encoded by <code>orjson</code>_. The following now works::</p> <blockquote> <blockquote> <blockquote> <p>import orjson from bson import json_util orjson.dumps({'a': Int64(1)}, default=json_util.default, option=orjson.OPT_PASSTHROUGH_SUBCLASS)</p> </blockquote> </blockquote> </blockquote> </li> </ul> <p>.. _orjson: <a href="https://github.com/ijl/orjson">https://github.com/ijl/orjson</a></p> <ul> <li>Fixed a bug appearing in Python 3.12 where &quot;RuntimeError: can't create new thread at interpreter shutdown&quot; could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down.</li> <li>Added a warning when connecting to DocumentDB and CosmosDB clusters. For more information regarding feature compatibility and support please visit <code>mongodb.com/supportability/documentdb &lt;https://mongodb.com/supportability/documentdb&gt;</code>_ and <code>mongodb.com/supportability/cosmosdb &lt;https://mongodb.com/supportability/cosmosdb&gt;</code>_.</li> <li>Added the :attr:<code>pymongo.monitoring.ConnectionCheckedOutEvent.duration</code>, :attr:<code>pymongo.monitoring.ConnectionCheckOutFailedEvent.duration</code>, and :attr:<code>pymongo.monitoring.ConnectionReadyEvent.duration</code> properties.</li> <li>Added the <code>type</code> and <code>kwargs</code> arguments to :class:<code>~pymongo.operations.SearchIndexModel</code> to enable creating vector search indexes in MongoDB Atlas.</li> <li>Fixed a bug where <code>read_concern</code> and <code>write_concern</code> were improperly added to :meth:<code>~pymongo.collection.Collection.list_search_indexes</code> queries.</li> </ul> <p>Unavoidable breaking changes ............................</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/8da192f9ca2d4f6464897b22b3029c227043f0cb"><code>8da192f</code></a> BUMP 4.6.3</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/56b6b6dbc267d365d97c037082369dabf37405d2"><code>56b6b6d</code></a> PYTHON-4305 Fix bson size check (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1564">#1564</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/449d0f316cbcdea59d8b69b5e4fc34ac07949dc6"><code>449d0f3</code></a> BUMP to 4.6.3.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/e04576de22c06a4609b16db0f6e10e86ad5c8dad"><code>e04576d</code></a> DEVPROD-3871 Use teardown_task when there is one function/command (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1533">#1533</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/cf1c6a11f76861fd6150b0df79a7ed70f2b2fea5"><code>cf1c6a1</code></a> PYTHON-4219 Prep for 4.6.2 Release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1530">#1530</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/d29b2b7cf405901a801591e475574b63aa81ac5c"><code>d29b2b7</code></a> PYTHON-4147 [v4.6]: Silence noisy thread.start() RuntimeError at shutdown (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1">#1</a>...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/0477b9bc0c59de311fbb6d6a157b97a4af8d0a23"><code>0477b9b</code></a> PYTHON-4077 [v4.6]: Ensure there is a MacOS wheel for Python 3.7 (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1527">#1527</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/ecad17d24e8aafa374ab5fd194ce79b6861efcad"><code>ecad17d</code></a> BUMP 4.6.2.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/485e0a5e56f2d524b5cbc31538a0c455e3ddd858"><code>485e0a5</code></a> BUMP 4.6.1</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/995365c7128c3107b4f9ce1524220378176a3a96"><code>995365c</code></a> PYTHON-4038 [v4.6]: Ensure retryable read <code>OperationFailure</code>s re-raise except...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.3">compare view</a></li> </ul> </details> <br /> Updates `pymongo` from 4.5.0 to 4.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.2</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p> <h2>PyMongo 4.6.1</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752">https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752</a></p> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.7</h2> <p>PyMongo 4.7 brings a number of improvements including:</p> <ul> <li> <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>, :attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>, :attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>, and :attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> properties.</p> </li> <li> <p>Fixed a bug where inflating a :class:<code>~bson.raw_bson.RawBSONDocument</code> containing a :class:<code>~bson.code.Code</code> would cause an error.</p> </li> <li> <p>Significantly improved the performance of encoding BSON documents to JSON.</p> </li> <li> <p>Support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname). Named KMS providers enables more than one of each KMS provider type to be configured. See the docstring for :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>. Note that named KMS providers requires pymongocrypt &gt;=1.9 and libmongocrypt &gt;=1.9.</p> </li> <li> <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and :meth:<code>~pymongo.encryption.Cli... _Description has been truncated_
Bump pymongo from 4.5.0 to 4.6.3 across 11 directories: Bumps the pip group with 1 update in the /front/admin_ui directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Bumps the pip group with 1 update in the /libs/libapi directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Bumps the pip group with 1 update in the /libs/libcommon directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Bumps the pip group with 1 update in the /services/admin directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Bumps the pip group with 1 update in the /services/api directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Bumps the pip group with 1 update in the /services/rows directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Bumps the pip group with 1 update in the /services/search directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Bumps the pip group with 1 update in the /services/sse-api directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Bumps the pip group with 1 update in the /services/worker directory: [pymongo](https://github.com/mongodb/mongo-python-driver). Updates `pymongo` from 4.5.0 to 4.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.2</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p> <h2>PyMongo 4.6.1</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752">https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752</a></p> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.7</h2> <p>PyMongo 4.7 brings a number of improvements including:</p> <ul> <li> <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>, :attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>, :attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>, and :attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> properties.</p> </li> <li> <p>Fixed a bug where inflating a :class:<code>~bson.raw_bson.RawBSONDocument</code> containing a :class:<code>~bson.code.Code</code> would cause an error.</p> </li> <li> <p>Significantly improved the performance of encoding BSON documents to JSON.</p> </li> <li> <p>Support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname). Named KMS providers enables more than one of each KMS provider type to be configured. See the docstring for :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>. Note that named KMS providers requires pymongocrypt &gt;=1.9 and libmongocrypt &gt;=1.9.</p> </li> <li> <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and :meth:<code>~pymongo.encryption.ClientEncryption.encrypt_expression</code> now allow <code>key_id</code> to be passed in as a :class:<code>uuid.UUID</code>.</p> </li> <li> <p>Fixed a bug where :class:<code>~bson.int64.Int64</code> instances could not always be encoded by <code>orjson</code>_. The following now works::</p> <blockquote> <blockquote> <blockquote> <p>import orjson from bson import json_util orjson.dumps({'a': Int64(1)}, default=json_util.default, option=orjson.OPT_PASSTHROUGH_SUBCLASS)</p> </blockquote> </blockquote> </blockquote> </li> </ul> <p>.. _orjson: <a href="https://github.com/ijl/orjson">https://github.com/ijl/orjson</a></p> <ul> <li>Fixed a bug appearing in Python 3.12 where &quot;RuntimeError: can't create new thread at interpreter shutdown&quot; could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down.</li> <li>Added a warning when connecting to DocumentDB and CosmosDB clusters. For more information regarding feature compatibility and support please visit <code>mongodb.com/supportability/documentdb &lt;https://mongodb.com/supportability/documentdb&gt;</code>_ and <code>mongodb.com/supportability/cosmosdb &lt;https://mongodb.com/supportability/cosmosdb&gt;</code>_.</li> <li>Added the :attr:<code>pymongo.monitoring.ConnectionCheckedOutEvent.duration</code>, :attr:<code>pymongo.monitoring.ConnectionCheckOutFailedEvent.duration</code>, and :attr:<code>pymongo.monitoring.ConnectionReadyEvent.duration</code> properties.</li> <li>Added the <code>type</code> and <code>kwargs</code> arguments to :class:<code>~pymongo.operations.SearchIndexModel</code> to enable creating vector search indexes in MongoDB Atlas.</li> <li>Fixed a bug where <code>read_concern</code> and <code>write_concern</code> were improperly added to :meth:<code>~pymongo.collection.Collection.list_search_indexes</code> queries.</li> </ul> <p>Unavoidable breaking changes ............................</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/8da192f9ca2d4f6464897b22b3029c227043f0cb"><code>8da192f</code></a> BUMP 4.6.3</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/56b6b6dbc267d365d97c037082369dabf37405d2"><code>56b6b6d</code></a> PYTHON-4305 Fix bson size check (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1564">#1564</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/449d0f316cbcdea59d8b69b5e4fc34ac07949dc6"><code>449d0f3</code></a> BUMP to 4.6.3.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/e04576de22c06a4609b16db0f6e10e86ad5c8dad"><code>e04576d</code></a> DEVPROD-3871 Use teardown_task when there is one function/command (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1533">#1533</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/cf1c6a11f76861fd6150b0df79a7ed70f2b2fea5"><code>cf1c6a1</code></a> PYTHON-4219 Prep for 4.6.2 Release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1530">#1530</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/d29b2b7cf405901a801591e475574b63aa81ac5c"><code>d29b2b7</code></a> PYTHON-4147 [v4.6]: Silence noisy thread.start() RuntimeError at shutdown (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1">#1</a>...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/0477b9bc0c59de311fbb6d6a157b97a4af8d0a23"><code>0477b9b</code></a> PYTHON-4077 [v4.6]: Ensure there is a MacOS wheel for Python 3.7 (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1527">#1527</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/ecad17d24e8aafa374ab5fd194ce79b6861efcad"><code>ecad17d</code></a> BUMP 4.6.2.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/485e0a5e56f2d524b5cbc31538a0c455e3ddd858"><code>485e0a5</code></a> BUMP 4.6.1</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/995365c7128c3107b4f9ce1524220378176a3a96"><code>995365c</code></a> PYTHON-4038 [v4.6]: Ensure retryable read <code>OperationFailure</code>s re-raise except...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.3">compare view</a></li> </ul> </details> <br /> Updates `pymongo` from 4.5.0 to 4.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.2</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p> <h2>PyMongo 4.6.1</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752">https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752</a></p> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.7</h2> <p>PyMongo 4.7 brings a number of improvements including:</p> <ul> <li> <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>, :attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>, :attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>, and :attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> properties.</p> </li> <li> <p>Fixed a bug where inflating a :class:<code>~bson.raw_bson.RawBSONDocument</code> containing a :class:<code>~bson.code.Code</code> would cause an error.</p> </li> <li> <p>Significantly improved the performance of encoding BSON documents to JSON.</p> </li> <li> <p>Support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname). Named KMS providers enables more than one of each KMS provider type to be configured. See the docstring for :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>. Note that named KMS providers requires pymongocrypt &gt;=1.9 and libmongocrypt &gt;=1.9.</p> </li> <li> <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and :meth:<code>~pymongo.encryption.ClientEncryption.encrypt_expression</code> now allow <code>key_id</code> to be passed in as a :class:<code>uuid.UUID</code>.</p> </li> <li> <p>Fixed a bug where :class:<code>~bson.int64.Int64</code> instances could not always be encoded by <code>orjson</code>_. The following now works::</p> <blockquote> <blockquote> <blockquote> <p>import orjson from bson import json_util orjson.dumps({'a': Int64(1)}, default=json_util.default, option=orjson.OPT_PASSTHROUGH_SUBCLASS)</p> </blockquote> </blockquote> </blockquote> </li> </ul> <p>.. _orjson: <a href="https://github.com/ijl/orjson">https://github.com/ijl/orjson</a></p> <ul> <li>Fixed a bug appearing in Python 3.12 where &quot;RuntimeError: can't create new thread at interpreter shutdown&quot; could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down.</li> <li>Added a warning when connecting to DocumentDB and CosmosDB clusters. For more information regarding feature compatibility and support please visit <code>mongodb.com/supportability/documentdb &lt;https://mongodb.com/supportability/documentdb&gt;</code>_ and <code>mongodb.com/supportability/cosmosdb &lt;https://mongodb.com/supportability/cosmosdb&gt;</code>_.</li> <li>Added the :attr:<code>pymongo.monitoring.ConnectionCheckedOutEvent.duration</code>, :attr:<code>pymongo.monitoring.ConnectionCheckOutFailedEvent.duration</code>, and :attr:<code>pymongo.monitoring.ConnectionReadyEvent.duration</code> properties.</li> <li>Added the <code>type</code> and <code>kwargs</code> arguments to :class:<code>~pymongo.operations.SearchIndexModel</code> to enable creating vector search indexes in MongoDB Atlas.</li> <li>Fixed a bug where <code>read_concern</code> and <code>write_concern</code> were improperly added to :meth:<code>~pymongo.collection.Collection.list_search_indexes</code> queries.</li> </ul> <p>Unavoidable breaking changes ............................</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/8da192f9ca2d4f6464897b22b3029c227043f0cb"><code>8da192f</code></a> BUMP 4.6.3</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/56b6b6dbc267d365d97c037082369dabf37405d2"><code>56b6b6d</code></a> PYTHON-4305 Fix bson size check (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1564">#1564</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/449d0f316cbcdea59d8b69b5e4fc34ac07949dc6"><code>449d0f3</code></a> BUMP to 4.6.3.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/e04576de22c06a4609b16db0f6e10e86ad5c8dad"><code>e04576d</code></a> DEVPROD-3871 Use teardown_task when there is one function/command (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1533">#1533</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/cf1c6a11f76861fd6150b0df79a7ed70f2b2fea5"><code>cf1c6a1</code></a> PYTHON-4219 Prep for 4.6.2 Release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1530">#1530</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/d29b2b7cf405901a801591e475574b63aa81ac5c"><code>d29b2b7</code></a> PYTHON-4147 [v4.6]: Silence noisy thread.start() RuntimeError at shutdown (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1">#1</a>...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/0477b9bc0c59de311fbb6d6a157b97a4af8d0a23"><code>0477b9b</code></a> PYTHON-4077 [v4.6]: Ensure there is a MacOS wheel for Python 3.7 (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1527">#1527</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/ecad17d24e8aafa374ab5fd194ce79b6861efcad"><code>ecad17d</code></a> BUMP 4.6.2.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/485e0a5e56f2d524b5cbc31538a0c455e3ddd858"><code>485e0a5</code></a> BUMP 4.6.1</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/995365c7128c3107b4f9ce1524220378176a3a96"><code>995365c</code></a> PYTHON-4038 [v4.6]: Ensure retryable read <code>OperationFailure</code>s re-raise except...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.3">compare view</a></li> </ul> </details> <br /> Updates `pymongo` from 4.5.0 to 4.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.2</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p> <h2>PyMongo 4.6.1</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752">https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752</a></p> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.7</h2> <p>PyMongo 4.7 brings a number of improvements including:</p> <ul> <li> <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>, :attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>, :attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>, and :attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> properties.</p> </li> <li> <p>Fixed a bug where inflating a :class:<code>~bson.raw_bson.RawBSONDocument</code> containing a :class:<code>~bson.code.Code</code> would cause an error.</p> </li> <li> <p>Significantly improved the performance of encoding BSON documents to JSON.</p> </li> <li> <p>Support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname). Named KMS providers enables more than one of each KMS provider type to be configured. See the docstring for :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>. Note that named KMS providers requires pymongocrypt &gt;=1.9 and libmongocrypt &gt;=1.9.</p> </li> <li> <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and :meth:<code>~pymongo.encryption.ClientEncryption.encrypt_expression</code> now allow <code>key_id</code> to be passed in as a :class:<code>uuid.UUID</code>.</p> </li> <li> <p>Fixed a bug where :class:<code>~bson.int64.Int64</code> instances could not always be encoded by <code>orjson</code>_. The following now works::</p> <blockquote> <blockquote> <blockquote> <p>import orjson from bson import json_util orjson.dumps({'a': Int64(1)}, default=json_util.default, option=orjson.OPT_PASSTHROUGH_SUBCLASS)</p> </blockquote> </blockquote> </blockquote> </li> </ul> <p>.. _orjson: <a href="https://github.com/ijl/orjson">https://github.com/ijl/orjson</a></p> <ul> <li>Fixed a bug appearing in Python 3.12 where &quot;RuntimeError: can't create new thread at interpreter shutdown&quot; could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down.</li> <li>Added a warning when connecting to DocumentDB and CosmosDB clusters. For more information regarding feature compatibility and support please visit <code>mongodb.com/supportability/documentdb &lt;https://mongodb.com/supportability/documentdb&gt;</code>_ and <code>mongodb.com/supportability/cosmosdb &lt;https://mongodb.com/supportability/cosmosdb&gt;</code>_.</li> <li>Added the :attr:<code>pymongo.monitoring.ConnectionCheckedOutEvent.duration</code>, :attr:<code>pymongo.monitoring.ConnectionCheckOutFailedEvent.duration</code>, and :attr:<code>pymongo.monitoring.ConnectionReadyEvent.duration</code> properties.</li> <li>Added the <code>type</code> and <code>kwargs</code> arguments to :class:<code>~pymongo.operations.SearchIndexModel</code> to enable creating vector search indexes in MongoDB Atlas.</li> <li>Fixed a bug where <code>read_concern</code> and <code>write_concern</code> were improperly added to :meth:<code>~pymongo.collection.Collection.list_search_indexes</code> queries.</li> </ul> <p>Unavoidable breaking changes ............................</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/8da192f9ca2d4f6464897b22b3029c227043f0cb"><code>8da192f</code></a> BUMP 4.6.3</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/56b6b6dbc267d365d97c037082369dabf37405d2"><code>56b6b6d</code></a> PYTHON-4305 Fix bson size check (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1564">#1564</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/449d0f316cbcdea59d8b69b5e4fc34ac07949dc6"><code>449d0f3</code></a> BUMP to 4.6.3.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/e04576de22c06a4609b16db0f6e10e86ad5c8dad"><code>e04576d</code></a> DEVPROD-3871 Use teardown_task when there is one function/command (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1533">#1533</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/cf1c6a11f76861fd6150b0df79a7ed70f2b2fea5"><code>cf1c6a1</code></a> PYTHON-4219 Prep for 4.6.2 Release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1530">#1530</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/d29b2b7cf405901a801591e475574b63aa81ac5c"><code>d29b2b7</code></a> PYTHON-4147 [v4.6]: Silence noisy thread.start() RuntimeError at shutdown (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1">#1</a>...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/0477b9bc0c59de311fbb6d6a157b97a4af8d0a23"><code>0477b9b</code></a> PYTHON-4077 [v4.6]: Ensure there is a MacOS wheel for Python 3.7 (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1527">#1527</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/ecad17d24e8aafa374ab5fd194ce79b6861efcad"><code>ecad17d</code></a> BUMP 4.6.2.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/485e0a5e56f2d524b5cbc31538a0c455e3ddd858"><code>485e0a5</code></a> BUMP 4.6.1</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/995365c7128c3107b4f9ce1524220378176a3a96"><code>995365c</code></a> PYTHON-4038 [v4.6]: Ensure retryable read <code>OperationFailure</code>s re-raise except...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.3">compare view</a></li> </ul> </details> <br /> Updates `pymongo` from 4.5.0 to 4.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.2</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p> <h2>PyMongo 4.6.1</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752">https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752</a></p> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.7</h2> <p>PyMongo 4.7 brings a number of improvements including:</p> <ul> <li> <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>, :attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>, :attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>, and :attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> properties.</p> </li> <li> <p>Fixed a bug where inflating a :class:<code>~bson.raw_bson.RawBSONDocument</code> containing a :class:<code>~bson.code.Code</code> would cause an error.</p> </li> <li> <p>Significantly improved the performance of encoding BSON documents to JSON.</p> </li> <li> <p>Support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname). Named KMS providers enables more than one of each KMS provider type to be configured. See the docstring for :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>. Note that named KMS providers requires pymongocrypt &gt;=1.9 and libmongocrypt &gt;=1.9.</p> </li> <li> <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and :meth:<code>~pymongo.encryption.ClientEncryption.encrypt_expression</code> now allow <code>key_id</code> to be passed in as a :class:<code>uuid.UUID</code>.</p> </li> <li> <p>Fixed a bug where :class:<code>~bson.int64.Int64</code> instances could not always be encoded by <code>orjson</code>_. The following now works::</p> <blockquote> <blockquote> <blockquote> <p>import orjson from bson import json_util orjson.dumps({'a': Int64(1)}, default=json_util.default, option=orjson.OPT_PASSTHROUGH_SUBCLASS)</p> </blockquote> </blockquote> </blockquote> </li> </ul> <p>.. _orjson: <a href="https://github.com/ijl/orjson">https://github.com/ijl/orjson</a></p> <ul> <li>Fixed a bug appearing in Python 3.12 where &quot;RuntimeError: can't create new thread at interpreter shutdown&quot; could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down.</li> <li>Added a warning when connecting to DocumentDB and CosmosDB clusters. For more information regarding feature compatibility and support please visit <code>mongodb.com/supportability/documentdb &lt;https://mongodb.com/supportability/documentdb&gt;</code>_ and <code>mongodb.com/supportability/cosmosdb &lt;https://mongodb.com/supportability/cosmosdb&gt;</code>_.</li> <li>Added the :attr:<code>pymongo.monitoring.ConnectionCheckedOutEvent.duration</code>, :attr:<code>pymongo.monitoring.ConnectionCheckOutFailedEvent.duration</code>, and :attr:<code>pymongo.monitoring.ConnectionReadyEvent.duration</code> properties.</li> <li>Added the <code>type</code> and <code>kwargs</code> arguments to :class:<code>~pymongo.operations.SearchIndexModel</code> to enable creating vector search indexes in MongoDB Atlas.</li> <li>Fixed a bug where <code>read_concern</code> and <code>write_concern</code> were improperly added to :meth:<code>~pymongo.collection.Collection.list_search_indexes</code> queries.</li> </ul> <p>Unavoidable breaking changes ............................</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/8da192f9ca2d4f6464897b22b3029c227043f0cb"><code>8da192f</code></a> BUMP 4.6.3</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/56b6b6dbc267d365d97c037082369dabf37405d2"><code>56b6b6d</code></a> PYTHON-4305 Fix bson size check (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1564">#1564</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/449d0f316cbcdea59d8b69b5e4fc34ac07949dc6"><code>449d0f3</code></a> BUMP to 4.6.3.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/e04576de22c06a4609b16db0f6e10e86ad5c8dad"><code>e04576d</code></a> DEVPROD-3871 Use teardown_task when there is one function/command (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1533">#1533</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/cf1c6a11f76861fd6150b0df79a7ed70f2b2fea5"><code>cf1c6a1</code></a> PYTHON-4219 Prep for 4.6.2 Release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1530">#1530</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/d29b2b7cf405901a801591e475574b63aa81ac5c"><code>d29b2b7</code></a> PYTHON-4147 [v4.6]: Silence noisy thread.start() RuntimeError at shutdown (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1">#1</a>...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/0477b9bc0c59de311fbb6d6a157b97a4af8d0a23"><code>0477b9b</code></a> PYTHON-4077 [v4.6]: Ensure there is a MacOS wheel for Python 3.7 (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1527">#1527</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/ecad17d24e8aafa374ab5fd194ce79b6861efcad"><code>ecad17d</code></a> BUMP 4.6.2.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/485e0a5e56f2d524b5cbc31538a0c455e3ddd858"><code>485e0a5</code></a> BUMP 4.6.1</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/995365c7128c3107b4f9ce1524220378176a3a96"><code>995365c</code></a> PYTHON-4038 [v4.6]: Ensure retryable read <code>OperationFailure</code>s re-raise except...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.3">compare view</a></li> </ul> </details> <br /> Updates `pymongo` from 4.5.0 to 4.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.2</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p> <h2>PyMongo 4.6.1</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752">https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752</a></p> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.7</h2> <p>PyMongo 4.7 brings a number of improvements including:</p> <ul> <li> <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>, :attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>, :attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>, and :attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> properties.</p> </li> <li> <p>Fixed a bug where inflating a :class:<code>~bson.raw_bson.RawBSONDocument</code> containing a :class:<code>~bson.code.Code</code> would cause an error.</p> </li> <li> <p>Significantly improved the performance of encoding BSON documents to JSON.</p> </li> <li> <p>Support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname). Named KMS providers enables more than one of each KMS provider type to be configured. See the docstring for :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>. Note that named KMS providers requires pymongocrypt &gt;=1.9 and libmongocrypt &gt;=1.9.</p> </li> <li> <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and :meth:<code>~pymongo.encryption.ClientEncryption.encrypt_expression</code> now allow <code>key_id</code> to be passed in as a :class:<code>uuid.UUID</code>.</p> </li> <li> <p>Fixed a bug where :class:<code>~bson.int64.Int64</code> instances could not always be encoded by <code>orjson</code>_. The following now works::</p> <blockquote> <blockquote> <blockquote> <p>import orjson from bson import json_util orjson.dumps({'a': Int64(1)}, default=json_util.default, option=orjson.OPT_PASSTHROUGH_SUBCLASS)</p> </blockquote> </blockquote> </blockquote> </li> </ul> <p>.. _orjson: <a href="https://github.com/ijl/orjson">https://github.com/ijl/orjson</a></p> <ul> <li>Fixed a bug appearing in Python 3.12 where &quot;RuntimeError: can't create new thread at interpreter shutdown&quot; could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down.</li> <li>Added a warning when connecting to DocumentDB and CosmosDB clusters. For more information regarding feature compatibility and support please visit <code>mongodb.com/supportability/documentdb &lt;https://mongodb.com/supportability/documentdb&gt;</code>_ and <code>mongodb.com/supportability/cosmosdb &lt;https://mongodb.com/supportability/cosmosdb&gt;</code>_.</li> <li>Added the :attr:<code>pymongo.monitoring.ConnectionCheckedOutEvent.duration</code>, :attr:<code>pymongo.monitoring.ConnectionCheckOutFailedEvent.duration</code>, and :attr:<code>pymongo.monitoring.ConnectionReadyEvent.duration</code> properties.</li> <li>Added the <code>type</code> and <code>kwargs</code> arguments to :class:<code>~pymongo.operations.SearchIndexModel</code> to enable creating vector search indexes in MongoDB Atlas.</li> <li>Fixed a bug where <code>read_concern</code> and <code>write_concern</code> were improperly added to :meth:<code>~pymongo.collection.Collection.list_search_indexes</code> queries.</li> </ul> <p>Unavoidable breaking changes ............................</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/8da192f9ca2d4f6464897b22b3029c227043f0cb"><code>8da192f</code></a> BUMP 4.6.3</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/56b6b6dbc267d365d97c037082369dabf37405d2"><code>56b6b6d</code></a> PYTHON-4305 Fix bson size check (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1564">#1564</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/449d0f316cbcdea59d8b69b5e4fc34ac07949dc6"><code>449d0f3</code></a> BUMP to 4.6.3.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/e04576de22c06a4609b16db0f6e10e86ad5c8dad"><code>e04576d</code></a> DEVPROD-3871 Use teardown_task when there is one function/command (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1533">#1533</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/cf1c6a11f76861fd6150b0df79a7ed70f2b2fea5"><code>cf1c6a1</code></a> PYTHON-4219 Prep for 4.6.2 Release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1530">#1530</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/d29b2b7cf405901a801591e475574b63aa81ac5c"><code>d29b2b7</code></a> PYTHON-4147 [v4.6]: Silence noisy thread.start() RuntimeError at shutdown (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1">#1</a>...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/0477b9bc0c59de311fbb6d6a157b97a4af8d0a23"><code>0477b9b</code></a> PYTHON-4077 [v4.6]: Ensure there is a MacOS wheel for Python 3.7 (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1527">#1527</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/ecad17d24e8aafa374ab5fd194ce79b6861efcad"><code>ecad17d</code></a> BUMP 4.6.2.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/485e0a5e56f2d524b5cbc31538a0c455e3ddd858"><code>485e0a5</code></a> BUMP 4.6.1</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/995365c7128c3107b4f9ce1524220378176a3a96"><code>995365c</code></a> PYTHON-4038 [v4.6]: Ensure retryable read <code>OperationFailure</code>s re-raise except...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.3">compare view</a></li> </ul> </details> <br /> Updates `pymongo` from 4.5.0 to 4.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.2</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p> <h2>PyMongo 4.6.1</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752">https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752</a></p> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.7</h2> <p>PyMongo 4.7 brings a number of improvements including:</p> <ul> <li> <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>, :attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>, :attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>, and :attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> properties.</p> </li> <li> <p>Fixed a bug where inflating a :class:<code>~bson.raw_bson.RawBSONDocument</code> containing a :class:<code>~bson.code.Code</code> would cause an error.</p> </li> <li> <p>Significantly improved the performance of encoding BSON documents to JSON.</p> </li> <li> <p>Support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname). Named KMS providers enables more than one of each KMS provider type to be configured. See the docstring for :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>. Note that named KMS providers requires pymongocrypt &gt;=1.9 and libmongocrypt &gt;=1.9.</p> </li> <li> <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and :meth:<code>~pymongo.encryption.ClientEncryption.encrypt_expression</code> now allow <code>key_id</code> to be passed in as a :class:<code>uuid.UUID</code>.</p> </li> <li> <p>Fixed a bug where :class:<code>~bson.int64.Int64</code> instances could not always be encoded by <code>orjson</code>_. The following now works::</p> <blockquote> <blockquote> <blockquote> <p>import orjson from bson import json_util orjson.dumps({'a': Int64(1)}, default=json_util.default, option=orjson.OPT_PASSTHROUGH_SUBCLASS)</p> </blockquote> </blockquote> </blockquote> </li> </ul> <p>.. _orjson: <a href="https://github.com/ijl/orjson">https://github.com/ijl/orjson</a></p> <ul> <li>Fixed a bug appearing in Python 3.12 where &quot;RuntimeError: can't create new thread at interpreter shutdown&quot; could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down.</li> <li>Added a warning when connecting to DocumentDB and CosmosDB clusters. For more information regarding feature compatibility and support please visit <code>mongodb.com/supportability/documentdb &lt;https://mongodb.com/supportability/documentdb&gt;</code>_ and <code>mongodb.com/supportability/cosmosdb &lt;https://mongodb.com/supportability/cosmosdb&gt;</code>_.</li> <li>Added the :attr:<code>pymongo.monitoring.ConnectionCheckedOutEvent.duration</code>, :attr:<code>pymongo.monitoring.ConnectionCheckOutFailedEvent.duration</code>, and :attr:<code>pymongo.monitoring.ConnectionReadyEvent.duration</code> properties.</li> <li>Added the <code>type</code> and <code>kwargs</code> arguments to :class:<code>~pymongo.operations.SearchIndexModel</code> to enable creating vector search indexes in MongoDB Atlas.</li> <li>Fixed a bug where <code>read_concern</code> and <code>write_concern</code> were improperly added to :meth:<code>~pymongo.collection.Collection.list_search_indexes</code> queries.</li> </ul> <p>Unavoidable breaking changes ............................</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/8da192f9ca2d4f6464897b22b3029c227043f0cb"><code>8da192f</code></a> BUMP 4.6.3</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/56b6b6dbc267d365d97c037082369dabf37405d2"><code>56b6b6d</code></a> PYTHON-4305 Fix bson size check (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1564">#1564</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/449d0f316cbcdea59d8b69b5e4fc34ac07949dc6"><code>449d0f3</code></a> BUMP to 4.6.3.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/e04576de22c06a4609b16db0f6e10e86ad5c8dad"><code>e04576d</code></a> DEVPROD-3871 Use teardown_task when there is one function/command (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1533">#1533</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/cf1c6a11f76861fd6150b0df79a7ed70f2b2fea5"><code>cf1c6a1</code></a> PYTHON-4219 Prep for 4.6.2 Release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1530">#1530</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/d29b2b7cf405901a801591e475574b63aa81ac5c"><code>d29b2b7</code></a> PYTHON-4147 [v4.6]: Silence noisy thread.start() RuntimeError at shutdown (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1">#1</a>...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/0477b9bc0c59de311fbb6d6a157b97a4af8d0a23"><code>0477b9b</code></a> PYTHON-4077 [v4.6]: Ensure there is a MacOS wheel for Python 3.7 (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1527">#1527</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/ecad17d24e8aafa374ab5fd194ce79b6861efcad"><code>ecad17d</code></a> BUMP 4.6.2.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/485e0a5e56f2d524b5cbc31538a0c455e3ddd858"><code>485e0a5</code></a> BUMP 4.6.1</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/995365c7128c3107b4f9ce1524220378176a3a96"><code>995365c</code></a> PYTHON-4038 [v4.6]: Ensure retryable read <code>OperationFailure</code>s re-raise except...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.3">compare view</a></li> </ul> </details> <br /> Updates `pymongo` from 4.5.0 to 4.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.2</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p> <h2>PyMongo 4.6.1</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752">https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752</a></p> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.7</h2> <p>PyMongo 4.7 brings a number of improvements including:</p> <ul> <li> <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>, :attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>, :attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>, and :attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> properties.</p> </li> <li> <p>Fixed a bug where inflating a :class:<code>~bson.raw_bson.RawBSONDocument</code> containing a :class:<code>~bson.code.Code</code> would cause an error.</p> </li> <li> <p>Significantly improved the performance of encoding BSON documents to JSON.</p> </li> <li> <p>Support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname). Named KMS providers enables more than one of each KMS provider type to be configured. See the docstring for :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>. Note that named KMS providers requires pymongocrypt &gt;=1.9 and libmongocrypt &gt;=1.9.</p> </li> <li> <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and :meth:<code>~pymongo.encryption.ClientEncryption.encrypt_expression</code> now allow <code>key_id</code> to be passed in as a :class:<code>uuid.UUID</code>.</p> </li> <li> <p>Fixed a bug where :class:<code>~bson.int64.Int64</code> instances could not always be encoded by <code>orjson</code>_. The following now works::</p> <blockquote> <blockquote> <blockquote> <p>import orjson from bson import json_util orjson.dumps({'a': Int64(1)}, default=json_util.default, option=orjson.OPT_PASSTHROUGH_SUBCLASS)</p> </blockquote> </blockquote> </blockquote> </li> </ul> <p>.. _orjson: <a href="https://github.com/ijl/orjson">https://github.com/ijl/orjson</a></p> <ul> <li>Fixed a bug appearing in Python 3.12 where &quot;RuntimeError: can't create new thread at interpreter shutdown&quot; could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down.</li> <li>Added a warning when connecting to DocumentDB and CosmosDB clusters. For more information regarding feature compatibility and support please visit <code>mongodb.com/supportability/documentdb &lt;https://mongodb.com/supportability/documentdb&gt;</code>_ and <code>mongodb.com/supportability/cosmosdb &lt;https://mongodb.com/supportability/cosmosdb&gt;</code>_.</li> <li>Added the :attr:<code>pymongo.monitoring.ConnectionCheckedOutEvent.duration</code>, :attr:<code>pymongo.monitoring.ConnectionCheckOutFailedEvent.duration</code>, and :attr:<code>pymongo.monitoring.ConnectionReadyEvent.duration</code> properties.</li> <li>Added the <code>type</code> and <code>kwargs</code> arguments to :class:<code>~pymongo.operations.SearchIndexModel</code> to enable creating vector search indexes in MongoDB Atlas.</li> <li>Fixed a bug where <code>read_concern</code> and <code>write_concern</code> were improperly added to :meth:<code>~pymongo.collection.Collection.list_search_indexes</code> queries.</li> </ul> <p>Unavoidable breaking changes ............................</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/8da192f9ca2d4f6464897b22b3029c227043f0cb"><code>8da192f</code></a> BUMP 4.6.3</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/56b6b6dbc267d365d97c037082369dabf37405d2"><code>56b6b6d</code></a> PYTHON-4305 Fix bson size check (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1564">#1564</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/449d0f316cbcdea59d8b69b5e4fc34ac07949dc6"><code>449d0f3</code></a> BUMP to 4.6.3.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/e04576de22c06a4609b16db0f6e10e86ad5c8dad"><code>e04576d</code></a> DEVPROD-3871 Use teardown_task when there is one function/command (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1533">#1533</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/cf1c6a11f76861fd6150b0df79a7ed70f2b2fea5"><code>cf1c6a1</code></a> PYTHON-4219 Prep for 4.6.2 Release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1530">#1530</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/d29b2b7cf405901a801591e475574b63aa81ac5c"><code>d29b2b7</code></a> PYTHON-4147 [v4.6]: Silence noisy thread.start() RuntimeError at shutdown (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1">#1</a>...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/0477b9bc0c59de311fbb6d6a157b97a4af8d0a23"><code>0477b9b</code></a> PYTHON-4077 [v4.6]: Ensure there is a MacOS wheel for Python 3.7 (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1527">#1527</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/ecad17d24e8aafa374ab5fd194ce79b6861efcad"><code>ecad17d</code></a> BUMP 4.6.2.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/485e0a5e56f2d524b5cbc31538a0c455e3ddd858"><code>485e0a5</code></a> BUMP 4.6.1</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/995365c7128c3107b4f9ce1524220378176a3a96"><code>995365c</code></a> PYTHON-4038 [v4.6]: Ensure retryable read <code>OperationFailure</code>s re-raise except...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.3">compare view</a></li> </ul> </details> <br /> Updates `pymongo` from 4.5.0 to 4.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.2</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p> <h2>PyMongo 4.6.1</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752">https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752</a></p> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.7</h2> <p>PyMongo 4.7 brings a number of improvements including:</p> <ul> <li> <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>, :attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>, :attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>, and :attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> properties.</p> </li> <li> <p>Fixed a bug where inflating a :class:<code>~bson.raw_bson.RawBSONDocument</code> containing a :class:<code>~bson.code.Code</code> would cause an error.</p> </li> <li> <p>Significantly improved the performance of encoding BSON documents to JSON.</p> </li> <li> <p>Support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname). Named KMS providers enables more than one of each KMS provider type to be configured. See the docstring for :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>. Note that named KMS providers requires pymongocrypt &gt;=1.9 and libmongocrypt &gt;=1.9.</p> </li> <li> <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and :meth:<code>~pymongo.encryption.ClientEncryption.encrypt_expression</code> now allow <code>key_id</code> to be passed in as a :class:<code>uuid.UUID</code>.</p> </li> <li> <p>Fixed a bug where :class:<code>~bson.int64.Int64</code> instances could not always be encoded by <code>orjson</code>_. The following now works::</p> <blockquote> <blockquote> <blockquote> <p>import orjson from bson import json_util orjson.dumps({'a': Int64(1)}, default=json_util.default, option=orjson.OPT_PASSTHROUGH_SUBCLASS)</p> </blockquote> </blockquote> </blockquote> </li> </ul> <p>.. _orjson: <a href="https://github.com/ijl/orjson">https://github.com/ijl/orjson</a></p> <ul> <li>Fixed a bug appearing in Python 3.12 where &quot;RuntimeError: can't create new thread at interpreter shutdown&quot; could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down.</li> <li>Added a warning when connecting to DocumentDB and CosmosDB clusters. For more information regarding feature compatibility and support please visit <code>mongodb.com/supportability/documentdb &lt;https://mongodb.com/supportability/documentdb&gt;</code>_ and <code>mongodb.com/supportability/cosmosdb &lt;https://mongodb.com/supportability/cosmosdb&gt;</code>_.</li> <li>Added the :attr:<code>pymongo.monitoring.ConnectionCheckedOutEvent.duration</code>, :attr:<code>pymongo.monitoring.ConnectionCheckOutFailedEvent.duration</code>, and :attr:<code>pymongo.monitoring.ConnectionReadyEvent.duration</code> properties.</li> <li>Added the <code>type</code> and <code>kwargs</code> arguments to :class:<code>~pymongo.operations.SearchIndexModel</code> to enable creating vector search indexes in MongoDB Atlas.</li> <li>Fixed a bug where <code>read_concern</code> and <code>write_concern</code> were improperly added to :meth:<code>~pymongo.collection.Collection.list_search_indexes</code> queries.</li> </ul> <p>Unavoidable breaking changes ............................</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/8da192f9ca2d4f6464897b22b3029c227043f0cb"><code>8da192f</code></a> BUMP 4.6.3</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/56b6b6dbc267d365d97c037082369dabf37405d2"><code>56b6b6d</code></a> PYTHON-4305 Fix bson size check (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1564">#1564</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/449d0f316cbcdea59d8b69b5e4fc34ac07949dc6"><code>449d0f3</code></a> BUMP to 4.6.3.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/e04576de22c06a4609b16db0f6e10e86ad5c8dad"><code>e04576d</code></a> DEVPROD-3871 Use teardown_task when there is one function/command (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1533">#1533</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/cf1c6a11f76861fd6150b0df79a7ed70f2b2fea5"><code>cf1c6a1</code></a> PYTHON-4219 Prep for 4.6.2 Release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1530">#1530</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/d29b2b7cf405901a801591e475574b63aa81ac5c"><code>d29b2b7</code></a> PYTHON-4147 [v4.6]: Silence noisy thread.start() RuntimeError at shutdown (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1">#1</a>...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/0477b9bc0c59de311fbb6d6a157b97a4af8d0a23"><code>0477b9b</code></a> PYTHON-4077 [v4.6]: Ensure there is a MacOS wheel for Python 3.7 (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1527">#1527</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/ecad17d24e8aafa374ab5fd194ce79b6861efcad"><code>ecad17d</code></a> BUMP 4.6.2.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/485e0a5e56f2d524b5cbc31538a0c455e3ddd858"><code>485e0a5</code></a> BUMP 4.6.1</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/995365c7128c3107b4f9ce1524220378176a3a96"><code>995365c</code></a> PYTHON-4038 [v4.6]: Ensure retryable read <code>OperationFailure</code>s re-raise except...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.3">compare view</a></li> </ul> </details> <br /> Updates `pymongo` from 4.5.0 to 4.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.2</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p> <h2>PyMongo 4.6.1</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752">https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752</a></p> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.7</h2> <p>PyMongo 4.7 brings a number of improvements including:</p> <ul> <li> <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>, :attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>, :attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>, and :attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> properties.</p> </li> <li> <p>Fixed a bug where inflating a :class:<code>~bson.raw_bson.RawBSONDocument</code> containing a :class:<code>~bson.code.Code</code> would cause an error.</p> </li> <li> <p>Significantly improved the performance of encoding BSON documents to JSON.</p> </li> <li> <p>Support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname). Named KMS providers enables more than one of each KMS provider type to be configured. See the docstring for :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>. Note that named KMS providers requires pymongocrypt &gt;=1.9 and libmongocrypt &gt;=1.9.</p> </li> <li> <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and :meth:<code>~pymongo.encryption.ClientEncryption.encrypt_expression</code> now allow <code>key_id</code> to be passed in as a :class:<code>uuid.UUID</code>.</p> </li> <li> <p>Fixed a bug where :class:<code>~bson.int64.Int64</code> instances could not always be encoded by <code>orjson</code>_. The following now works::</p> <blockquote> <blockquote> <blockquote> <p>import orjson from bson import json_util orjson.dumps({'a': Int64(1)}, default=json_util.default, option=orjson.OPT_PASSTHROUGH_SUBCLASS)</p> </blockquote> </blockquote> </blockquote> </li> </ul> <p>.. _orjson: <a href="https://github.com/ijl/orjson">https://github.com/ijl/orjson</a></p> <ul> <li>Fixed a bug appearing in Python 3.12 where &quot;RuntimeError: can't create new thread at interpreter shutdown&quot; could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down.</li> <li>Added a warning when connecting to DocumentDB and CosmosDB clusters. For more information regarding feature compatibility and support please visit <code>mongodb.com/supportability/documentdb &lt;https://mongodb.com/supportability/documentdb&gt;</code>_ and <code>mongodb.com/supportability/cosmosdb &lt;https://mongodb.com/supportability/cosmosdb&gt;</code>_.</li> <li>Added the :attr:<code>pymongo.monitoring.ConnectionCheckedOutEvent.duration</code>, :attr:<code>pymongo.monitoring.ConnectionCheckOutFailedEvent.duration</code>, and :attr:<code>pymongo.monitoring.ConnectionReadyEvent.duration</code> properties.</li> <li>Added the <code>type</code> and <code>kwargs</code> arguments to :class:<code>~pymongo.operations.SearchIndexModel</code> to enable creating vector search indexes in MongoDB Atlas.</li> <li>Fixed a bug where <code>read_concern</code> and <code>write_concern</code> were improperly added to :meth:<code>~pymongo.collection.Collection.list_search_indexes</code> queries.</li> </ul> <p>Unavoidable breaking changes ............................</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/8da192f9ca2d4f6464897b22b3029c227043f0cb"><code>8da192f</code></a> BUMP 4.6.3</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/56b6b6dbc267d365d97c037082369dabf37405d2"><code>56b6b6d</code></a> PYTHON-4305 Fix bson size check (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1564">#1564</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/449d0f316cbcdea59d8b69b5e4fc34ac07949dc6"><code>449d0f3</code></a> BUMP to 4.6.3.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/e04576de22c06a4609b16db0f6e10e86ad5c8dad"><code>e04576d</code></a> DEVPROD-3871 Use teardown_task when there is one function/command (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1533">#1533</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/cf1c6a11f76861fd6150b0df79a7ed70f2b2fea5"><code>cf1c6a1</code></a> PYTHON-4219 Prep for 4.6.2 Release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1530">#1530</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/d29b2b7cf405901a801591e475574b63aa81ac5c"><code>d29b2b7</code></a> PYTHON-4147 [v4.6]: Silence noisy thread.start() RuntimeError at shutdown (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1">#1</a>...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/0477b9bc0c59de311fbb6d6a157b97a4af8d0a23"><code>0477b9b</code></a> PYTHON-4077 [v4.6]: Ensure there is a MacOS wheel for Python 3.7 (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1527">#1527</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/ecad17d24e8aafa374ab5fd194ce79b6861efcad"><code>ecad17d</code></a> BUMP 4.6.2.dev0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/485e0a5e56f2d524b5cbc31538a0c455e3ddd858"><code>485e0a5</code></a> BUMP 4.6.1</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/995365c7128c3107b4f9ce1524220378176a3a96"><code>995365c</code></a> PYTHON-4038 [v4.6]: Ensure retryable read <code>OperationFailure</code>s re-raise except...</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.3">compare view</a></li> </ul> </details> <br /> Updates `pymongo` from 4.5.0 to 4.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.6.2</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404">https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404</a></p> <h2>PyMongo 4.6.1</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752">https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752</a></p> <h2>PyMongo 4.6.0</h2> <p>Release notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Changes in Version 4.7</h2> <p>PyMongo 4.7 brings a number of improvements including:</p> <ul> <li> <p>Added the :class:<code>pymongo.hello.Hello.connection_id</code>, :attr:<code>pymongo.monitoring.CommandStartedEvent.server_connection_id</code>, :attr:<code>pymongo.monitoring.CommandSucceededEvent.server_connection_id</code>, and :attr:<code>pymongo.monitoring.CommandFailedEvent.server_connection_id</code> properties.</p> </li> <li> <p>Fixed a bug where inflating a :class:<code>~bson.raw_bson.RawBSONDocument</code> containing a :class:<code>~bson.code.Code</code> would cause an error.</p> </li> <li> <p>Significantly improved the performance of encoding BSON documents to JSON.</p> </li> <li> <p>Support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname). Named KMS providers enables more than one of each KMS provider type to be configured. See the docstring for :class:<code>~pymongo.encryption_options.AutoEncryptionOpts</code>. Note that named KMS providers requires pymongocrypt &gt;=1.9 and libmongocrypt &gt;=1.9.</p> </li> <li> <p>:meth:<code>~pymongo.encryption.ClientEncryption.encrypt</code> and :meth:<code>~pymongo.encryption.Cli... _Description has been truncated_
closed
2024-04-08T16:39:32Z
2024-04-09T09:06:38Z
2024-04-09T09:06:37Z
dependabot[bot]
2,231,614,095
add a global rule for make install
null
add a global rule for make install:
closed
2024-04-08T16:14:33Z
2024-04-08T16:14:40Z
2024-04-08T16:14:39Z
severo
2,231,542,091
Heavy jobs for split-descriptive-statistics failing
Many heavy jobs are failing for split-descriptive-statistics type: ``` INFO: 2024-04-08 15:34:20,432 - root - [split-descriptive-statistics] compute JobManager(job_id=66140a2ce7e9f14f2970867f dataset=eurecom-ds/scoresdeve_activations_shapes3d job_info={'job_id': '66140a2ce7e9f14f2970867f', 'type': 'split-descriptive-statistics', 'params': {'dataset': 'eurecom-ds/scoresdeve_activations_shapes3d', 'revision': 'ce3531e8306b8309dd0017691c814cd97d84fac2', 'config': 't_0.6_down_blocks.4.attentions.1.to_v', 'split': 'test'}, 'priority': <Priority.LOW: 'low'>, 'difficulty': 100} INFO: 2024-04-08 15:34:20,433 - root - compute 'split-descriptive-statistics' for dataset='eurecom-ds/scoresdeve_activations_shapes3d' config='t_0.6_down_blocks.4.attentions.1.to_v' split='test' INFO: 2024-04-08 15:34:20,449 - root - Downloading remote parquet files to a local directory /tmp/stats-cache/70987971222717-split-descriptive-statistics-eurecom-ds-scoresdev-5a53a11c. INFO: 2024-04-08 15:34:20,449 - root - Sleep during 1 seconds to preventively mitigate rate limiting. thread '<unnamed>' panicked at crates/polars-core/src/datatypes/field.rs:176:19: Arrow datatype Extension("datasets.features.features.Array2DExtensionType", LargeList(Field { name: "item", data_type: LargeList(Field { name: "item", data_type: Float32, is_nullable: true, metadata: {} }), is_nullable: true, metadata: {} }), Some("[[16, 256], \"float32\"]")) not supported by Polars. You probably need to activate that data-type feature. note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ERROR: 2024-04-08 15:34:22,098 - root - quit due to an uncaught error: Arrow datatype Extension("datasets.features.features.Array2DExtensionType", LargeList(Field { name: "item", data_type: LargeList(Field { name: "item", data_type: Float32, is_nullable: true, metadata: {} }), is_nullable: true, metadata: {} }), Some("[[16, 256], \"float32\"]")) not supported by Polars. You probably need to activate that data-type feature. Traceback (most recent call last): File "/src/services/worker/src/worker/loop.py", line 98, in run if self.has_resources() and self.process_next_job(): File "/src/services/worker/src/worker/loop.py", line 129, in process_next_job job_result = job_manager.run_job() File "/src/services/worker/src/worker/job_manager.py", line 103, in run_job job_result: JobResult = self.process() File "/src/services/worker/src/worker/job_manager.py", line 125, in process job_result = self.job_runner.compute() File "/src/services/worker/src/worker/job_runners/split/descriptive_statistics.py", line 900, in compute compute_descriptive_statistics_response( File "/src/services/worker/src/worker/job_runners/split/descriptive_statistics.py", line 780, in compute_descriptive_statistics_response local_parquet_split_glob, columns=[pl.scan_parquet(local_parquet_split_glob).columns[0]] File "/src/services/worker/.venv/lib/python3.9/site-packages/polars/_utils/deprecation.py", line 134, in wrapper return function(*args, **kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/polars/_utils/deprecation.py", line 134, in wrapper return function(*args, **kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/polars/io/parquet/functions.py", line 311, in scan_parquet return pl.LazyFrame._scan_parquet( File "/src/services/worker/.venv/lib/python3.9/site-packages/polars/lazyframe/frame.py", line 466, in _scan_parquet self._ldf = PyLazyFrame.new_from_parquet( pyo3_runtime.PanicException: Arrow datatype Extension("datasets.features.features.Array2DExtensionType", LargeList(Field { name: "item", data_type: LargeList(Field { name: "item", data_type: Float32, is_nullable: true, metadata: {} }), is_nullable: true, metadata: {} }), Some("[[16, 256], \"float32\"]")) not supported by Polars. You probably need to activate that data-type feature. Traceback (most recent call last): File "/src/services/worker/src/worker/start_worker_loop.py", line 75, in <module> loop.run() File "/src/services/worker/src/worker/loop.py", line 98, in run if self.has_resources() and self.process_next_job(): File "/src/services/worker/src/worker/loop.py", line 129, in process_next_job job_result = job_manager.run_job() File "/src/services/worker/src/worker/job_manager.py", line 103, in run_job job_result: JobResult = self.process() File "/src/services/worker/src/worker/job_manager.py", line 125, in process job_result = self.job_runner.compute() File "/src/services/worker/src/worker/job_runners/split/descriptive_statistics.py", line 900, in compute compute_descriptive_statistics_response( File "/src/services/worker/src/worker/job_runners/split/descriptive_statistics.py", line 780, in compute_descriptive_statistics_response local_parquet_split_glob, columns=[pl.scan_parquet(local_parquet_split_glob).columns[0]] File "/src/services/worker/.venv/lib/python3.9/site-packages/polars/_utils/deprecation.py", line 134, in wrapper return function(*args, **kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/polars/_utils/deprecation.py", line 134, in wrapper return function(*args, **kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/polars/io/parquet/functions.py", line 311, in scan_parquet return pl.LazyFrame._scan_parquet( File "/src/services/worker/.venv/lib/python3.9/site-packages/polars/lazyframe/frame.py", line 466, in _scan_parquet self._ldf = PyLazyFrame.new_from_parquet( pyo3_runtime.PanicException: Arrow datatype Extension("datasets.features.features.Array2DExtensionType", LargeList(Field { name: "item", data_type: LargeList(Field { name: "item", data_type: Float32, is_nullable: true, metadata: {} }), is_nullable: true, metadata: {} }), Some("[[16, 256], \"float32\"]")) not supported by Polars. You probably need to activate that data-type feature. ERROR: 2024-04-08 15:34:23,394 - root - Worker crashed (exit code 1) when running job_id=66140a2ce7e9f14f2970867f Traceback (most recent call last): File "/src/services/worker/src/worker/main.py", line 76, in <module> worker_executor.start() File "/src/services/worker/src/worker/executor.py", line 129, in start loop.run_until_complete( File "/usr/local/lib/python3.9/asyncio/base_events.py", line 647, in run_until_complete return future.result() File "/src/services/worker/src/worker/executor.py", line 37, in every out = func(*args, **kwargs) File "/src/services/worker/src/worker/executor.py", line 199, in is_worker_alive worker_loop_executor.stop() # raises an error if the worker returned unexpected exit code File "/src/services/worker/.venv/lib/python3.9/site-packages/mirakuru/base.py", line 375, in stop raise ProcessFinishedWithError(self, exit_code) mirakuru.exceptions.ProcessFinishedWithError: The process invoked by the <mirakuru.output.OutputExecutor: "/src/services/worker/.venv/bin/python /src/services/worker/src/worker/start_worker_loop.py --print-worker-state-path" 0x7f11331a2670> executor has exited with a non-zero code: 1. ``` Maybe related to https://github.com/huggingface/dataset-viewer/pull/2670? cc. @polinaeterna and @albertvillanova for visualization.
Heavy jobs for split-descriptive-statistics failing: Many heavy jobs are failing for split-descriptive-statistics type: ``` INFO: 2024-04-08 15:34:20,432 - root - [split-descriptive-statistics] compute JobManager(job_id=66140a2ce7e9f14f2970867f dataset=eurecom-ds/scoresdeve_activations_shapes3d job_info={'job_id': '66140a2ce7e9f14f2970867f', 'type': 'split-descriptive-statistics', 'params': {'dataset': 'eurecom-ds/scoresdeve_activations_shapes3d', 'revision': 'ce3531e8306b8309dd0017691c814cd97d84fac2', 'config': 't_0.6_down_blocks.4.attentions.1.to_v', 'split': 'test'}, 'priority': <Priority.LOW: 'low'>, 'difficulty': 100} INFO: 2024-04-08 15:34:20,433 - root - compute 'split-descriptive-statistics' for dataset='eurecom-ds/scoresdeve_activations_shapes3d' config='t_0.6_down_blocks.4.attentions.1.to_v' split='test' INFO: 2024-04-08 15:34:20,449 - root - Downloading remote parquet files to a local directory /tmp/stats-cache/70987971222717-split-descriptive-statistics-eurecom-ds-scoresdev-5a53a11c. INFO: 2024-04-08 15:34:20,449 - root - Sleep during 1 seconds to preventively mitigate rate limiting. thread '<unnamed>' panicked at crates/polars-core/src/datatypes/field.rs:176:19: Arrow datatype Extension("datasets.features.features.Array2DExtensionType", LargeList(Field { name: "item", data_type: LargeList(Field { name: "item", data_type: Float32, is_nullable: true, metadata: {} }), is_nullable: true, metadata: {} }), Some("[[16, 256], \"float32\"]")) not supported by Polars. You probably need to activate that data-type feature. note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ERROR: 2024-04-08 15:34:22,098 - root - quit due to an uncaught error: Arrow datatype Extension("datasets.features.features.Array2DExtensionType", LargeList(Field { name: "item", data_type: LargeList(Field { name: "item", data_type: Float32, is_nullable: true, metadata: {} }), is_nullable: true, metadata: {} }), Some("[[16, 256], \"float32\"]")) not supported by Polars. You probably need to activate that data-type feature. Traceback (most recent call last): File "/src/services/worker/src/worker/loop.py", line 98, in run if self.has_resources() and self.process_next_job(): File "/src/services/worker/src/worker/loop.py", line 129, in process_next_job job_result = job_manager.run_job() File "/src/services/worker/src/worker/job_manager.py", line 103, in run_job job_result: JobResult = self.process() File "/src/services/worker/src/worker/job_manager.py", line 125, in process job_result = self.job_runner.compute() File "/src/services/worker/src/worker/job_runners/split/descriptive_statistics.py", line 900, in compute compute_descriptive_statistics_response( File "/src/services/worker/src/worker/job_runners/split/descriptive_statistics.py", line 780, in compute_descriptive_statistics_response local_parquet_split_glob, columns=[pl.scan_parquet(local_parquet_split_glob).columns[0]] File "/src/services/worker/.venv/lib/python3.9/site-packages/polars/_utils/deprecation.py", line 134, in wrapper return function(*args, **kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/polars/_utils/deprecation.py", line 134, in wrapper return function(*args, **kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/polars/io/parquet/functions.py", line 311, in scan_parquet return pl.LazyFrame._scan_parquet( File "/src/services/worker/.venv/lib/python3.9/site-packages/polars/lazyframe/frame.py", line 466, in _scan_parquet self._ldf = PyLazyFrame.new_from_parquet( pyo3_runtime.PanicException: Arrow datatype Extension("datasets.features.features.Array2DExtensionType", LargeList(Field { name: "item", data_type: LargeList(Field { name: "item", data_type: Float32, is_nullable: true, metadata: {} }), is_nullable: true, metadata: {} }), Some("[[16, 256], \"float32\"]")) not supported by Polars. You probably need to activate that data-type feature. Traceback (most recent call last): File "/src/services/worker/src/worker/start_worker_loop.py", line 75, in <module> loop.run() File "/src/services/worker/src/worker/loop.py", line 98, in run if self.has_resources() and self.process_next_job(): File "/src/services/worker/src/worker/loop.py", line 129, in process_next_job job_result = job_manager.run_job() File "/src/services/worker/src/worker/job_manager.py", line 103, in run_job job_result: JobResult = self.process() File "/src/services/worker/src/worker/job_manager.py", line 125, in process job_result = self.job_runner.compute() File "/src/services/worker/src/worker/job_runners/split/descriptive_statistics.py", line 900, in compute compute_descriptive_statistics_response( File "/src/services/worker/src/worker/job_runners/split/descriptive_statistics.py", line 780, in compute_descriptive_statistics_response local_parquet_split_glob, columns=[pl.scan_parquet(local_parquet_split_glob).columns[0]] File "/src/services/worker/.venv/lib/python3.9/site-packages/polars/_utils/deprecation.py", line 134, in wrapper return function(*args, **kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/polars/_utils/deprecation.py", line 134, in wrapper return function(*args, **kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/polars/io/parquet/functions.py", line 311, in scan_parquet return pl.LazyFrame._scan_parquet( File "/src/services/worker/.venv/lib/python3.9/site-packages/polars/lazyframe/frame.py", line 466, in _scan_parquet self._ldf = PyLazyFrame.new_from_parquet( pyo3_runtime.PanicException: Arrow datatype Extension("datasets.features.features.Array2DExtensionType", LargeList(Field { name: "item", data_type: LargeList(Field { name: "item", data_type: Float32, is_nullable: true, metadata: {} }), is_nullable: true, metadata: {} }), Some("[[16, 256], \"float32\"]")) not supported by Polars. You probably need to activate that data-type feature. ERROR: 2024-04-08 15:34:23,394 - root - Worker crashed (exit code 1) when running job_id=66140a2ce7e9f14f2970867f Traceback (most recent call last): File "/src/services/worker/src/worker/main.py", line 76, in <module> worker_executor.start() File "/src/services/worker/src/worker/executor.py", line 129, in start loop.run_until_complete( File "/usr/local/lib/python3.9/asyncio/base_events.py", line 647, in run_until_complete return future.result() File "/src/services/worker/src/worker/executor.py", line 37, in every out = func(*args, **kwargs) File "/src/services/worker/src/worker/executor.py", line 199, in is_worker_alive worker_loop_executor.stop() # raises an error if the worker returned unexpected exit code File "/src/services/worker/.venv/lib/python3.9/site-packages/mirakuru/base.py", line 375, in stop raise ProcessFinishedWithError(self, exit_code) mirakuru.exceptions.ProcessFinishedWithError: The process invoked by the <mirakuru.output.OutputExecutor: "/src/services/worker/.venv/bin/python /src/services/worker/src/worker/start_worker_loop.py --print-worker-state-path" 0x7f11331a2670> executor has exited with a non-zero code: 1. ``` Maybe related to https://github.com/huggingface/dataset-viewer/pull/2670? cc. @polinaeterna and @albertvillanova for visualization.
closed
2024-04-08T15:38:30Z
2024-04-11T18:39:21Z
2024-04-11T18:39:21Z
AndreaFrancis
2,231,529,325
Fix typo for local big dataset and remove others
Related to https://github.com/huggingface/dataset-viewer/pull/2673
Fix typo for local big dataset and remove others: Related to https://github.com/huggingface/dataset-viewer/pull/2673
closed
2024-04-08T15:31:48Z
2024-04-08T15:42:50Z
2024-04-08T15:42:49Z
AndreaFrancis
2,231,432,769
Handle no resolved parquet files
fix https://github.com/huggingface/dataset-viewer/issues/2672
Handle no resolved parquet files: fix https://github.com/huggingface/dataset-viewer/issues/2672
closed
2024-04-08T14:50:53Z
2024-04-08T16:08:26Z
2024-04-08T16:08:25Z
lhoestq
2,231,329,921
Fix and re-enable pip-audit
Fix and re-enable pip-audit.
Fix and re-enable pip-audit: Fix and re-enable pip-audit.
closed
2024-04-08T14:10:16Z
2024-04-09T05:39:54Z
2024-04-09T05:39:54Z
albertvillanova
2,231,235,013
Update Poetry version to 1.8.2 to align with that of Dependabot
Align Poetry version with the one used by Dependabot (currently 1.8.2). See: https://github.com/huggingface/dataset-viewer/pull/2656/files#diff-e1fba75efbd9dba3b04b3702aa5368982ed4dbe34ed822135ea5b6949692de3dL1-R1 Follow-up of: - #2411
Update Poetry version to 1.8.2 to align with that of Dependabot: Align Poetry version with the one used by Dependabot (currently 1.8.2). See: https://github.com/huggingface/dataset-viewer/pull/2656/files#diff-e1fba75efbd9dba3b04b3702aa5368982ed4dbe34ed822135ea5b6949692de3dL1-R1 Follow-up of: - #2411
closed
2024-04-08T13:30:18Z
2024-04-16T10:24:33Z
2024-04-16T10:24:33Z
albertvillanova
2,231,200,241
Define POETRY variable in docs Makefile
Define POETRY variable in docs Makefile so that the right Poetry version is used when parallel versions are installed. This PR is a follow-up of: - #2411 - Commit: 42fe53a3e120de804e72d8d94ff475024152e31a Note that `--no-root` argument is passed with current Poetry 1.7.1 to avoid the warning: ``` Installing the current project: dataset-viewer-doc (0.1.0) The current project could not be installed: No file/folder found for package dataset-viewer-doc If you do not want to install the current project use --no-root ```
Define POETRY variable in docs Makefile: Define POETRY variable in docs Makefile so that the right Poetry version is used when parallel versions are installed. This PR is a follow-up of: - #2411 - Commit: 42fe53a3e120de804e72d8d94ff475024152e31a Note that `--no-root` argument is passed with current Poetry 1.7.1 to avoid the warning: ``` Installing the current project: dataset-viewer-doc (0.1.0) The current project could not be installed: No file/folder found for package dataset-viewer-doc If you do not want to install the current project use --no-root ```
closed
2024-04-08T13:16:00Z
2024-04-09T05:40:52Z
2024-04-09T05:40:51Z
albertvillanova
2,231,037,655
Try FTS index in local storage
Before trying to change to local disks for duckdb index files, I would like to confirm whether it speeds up the response for some datasets analyzed in https://github.com/huggingface/dataset-viewer/issues/2593. **wikimedia/wikipedia-20231101.en-train** (Medium size: 9.1 GB) = ~17 seconds **MohamedRashad/Arabic-CivitAi-Images - default - train** (Small size: 580 MB) = ~4 seconds **jp1924/VIsualQuestionAnswering - default - train** (Big size: 23 GB) = ~42 seconds **asoria/search_test - default - train** (Small: 27 MB) = ~2 seconds All of these indexes will occupy something like 33 GB, which is not a problem for our current pods with 40 GB free. I will manually delete after each test and then rollback.
Try FTS index in local storage: Before trying to change to local disks for duckdb index files, I would like to confirm whether it speeds up the response for some datasets analyzed in https://github.com/huggingface/dataset-viewer/issues/2593. **wikimedia/wikipedia-20231101.en-train** (Medium size: 9.1 GB) = ~17 seconds **MohamedRashad/Arabic-CivitAi-Images - default - train** (Small size: 580 MB) = ~4 seconds **jp1924/VIsualQuestionAnswering - default - train** (Big size: 23 GB) = ~42 seconds **asoria/search_test - default - train** (Small: 27 MB) = ~2 seconds All of these indexes will occupy something like 33 GB, which is not a problem for our current pods with 40 GB free. I will manually delete after each test and then rollback.
closed
2024-04-08T12:14:00Z
2024-04-10T18:08:04Z
2024-04-08T14:05:18Z
AndreaFrancis
2,230,854,768
IndexError in paquet-and-info job runner
reported here: https://huggingface.co/datasets/gorovuha/ru_image_captioning/discussions/1 ``` { "error": "list index out of range", "cause_exception": "IndexError", "cause_message": "list index out of range", "cause_traceback": [ "Traceback (most recent call last):\n", " File \"/src/services/worker/src/worker/job_manager.py\", line 125, in process\n job_result = self.job_runner.compute()\n", " File \"/src/services/worker/src/worker/job_runners/config/parquet_and_info.py\", line 1392, in compute\n compute_config_parquet_and_info_response(\n", " File \"/src/services/worker/src/worker/job_runners/config/parquet_and_info.py\", line 1263, in compute_config_parquet_and_info_response\n fill_builder_info(builder, hf_endpoint=hf_endpoint, hf_token=hf_token, validate=validate)\n", " File \"/src/services/worker/src/worker/job_runners/config/parquet_and_info.py\", line 687, in fill_builder_info\n first_url = urls[0]\n", "IndexError: list index out of range\n" ] } ``` raising here: https://github.com/huggingface/dataset-viewer/blob/52b249eb0c2bd584d3c3777898ad85be001ff2f6/services/worker/src/worker/job_runners/config/parquet_and_info.py#L687
IndexError in paquet-and-info job runner: reported here: https://huggingface.co/datasets/gorovuha/ru_image_captioning/discussions/1 ``` { "error": "list index out of range", "cause_exception": "IndexError", "cause_message": "list index out of range", "cause_traceback": [ "Traceback (most recent call last):\n", " File \"/src/services/worker/src/worker/job_manager.py\", line 125, in process\n job_result = self.job_runner.compute()\n", " File \"/src/services/worker/src/worker/job_runners/config/parquet_and_info.py\", line 1392, in compute\n compute_config_parquet_and_info_response(\n", " File \"/src/services/worker/src/worker/job_runners/config/parquet_and_info.py\", line 1263, in compute_config_parquet_and_info_response\n fill_builder_info(builder, hf_endpoint=hf_endpoint, hf_token=hf_token, validate=validate)\n", " File \"/src/services/worker/src/worker/job_runners/config/parquet_and_info.py\", line 687, in fill_builder_info\n first_url = urls[0]\n", "IndexError: list index out of range\n" ] } ``` raising here: https://github.com/huggingface/dataset-viewer/blob/52b249eb0c2bd584d3c3777898ad85be001ff2f6/services/worker/src/worker/job_runners/config/parquet_and_info.py#L687
closed
2024-04-08T10:39:45Z
2024-04-08T16:08:26Z
2024-04-08T16:08:26Z
severo