Azure-Samples / azure-search-openai-demo

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://azure.microsoft.com/products/search
MIT License
5.94k stars 4.08k forks source link

Bump the python-requirements group with 12 updates #1758

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the python-requirements group with 12 updates:

Package From To
aiofiles 23.2.1 24.1.0
azure-identity 1.17.0 1.17.1
azure-monitor-opentelemetry-exporter 1.0.0b26 1.0.0b27
fixedint 0.1.6 0.2.0
importlib-metadata 7.1.0 7.2.1
msal 1.28.1 1.29.0
msal-extensions 1.1.0 1.2.0
msgraph-sdk 1.1.0 1.4.0
openai 1.35.1 1.35.3
portalocker 2.8.2 2.10.0
psutil 5.9.8 6.0.0
pydantic-core 2.18.4 2.19.0

Updates aiofiles from 23.2.1 to 24.1.0

Release notes

Sourced from aiofiles's releases.

24.1.0

  • Import os.link conditionally to fix importing on android. #175
  • Remove spurious items from aiofiles.os.__all__ when running on Windows.
  • Switch to more modern async idioms: Remove types.coroutine and make AiofilesContextManager an awaitable instead a coroutine.
  • Add aiofiles.os.path.abspath and aiofiles.os.getcwd. #174
  • aiofiles is now tested on Python 3.13 too. #184
  • Dropped Python 3.7 support. If you require it, use version 23.2.1.
Commits


Updates azure-identity from 1.17.0 to 1.17.1

Release notes

Sourced from azure-identity's releases.

azure-identity_1.17.1

1.17.1 (2024-06-21)

Bugs Fixed

  • Continue to attempt requesting token if the probing request receives non-json response. (#36184)
Commits


Updates azure-monitor-opentelemetry-exporter from 1.0.0b26 to 1.0.0b27

Release notes

Sourced from azure-monitor-opentelemetry-exporter's releases.

azure-monitor-opentelemetry-exporter_1.0.0b27

1.0.0b27 (2024-06-21)

Features Added

  • Implement redirect for live metrics (#35910)

Bugs Fixed

  • Default missing/invalid status codes to "0" for standard metrics/trace payloads, change success criteria to False for those invalid cases, change success criteria to status_code < 400 for both client and server standard metrics (#36079)
Commits


Updates fixedint from 0.1.6 to 0.2.0

Changelog

Sourced from fixedint's changelog.

v0.2.0, 2020-09-16: Add type hints (GH #4) Removed the broken MutableFixedInt.itruediv Added base argument to FixedInt constructor

Commits
  • c6f9439 Version bump to v0.2.0
  • 035bdca Add py.typed and .pyi files to setup.py
  • b25aadc Documentation updates
  • 418c239 Add type hints. Fixes #4.
  • d2dbd20 Remove MutableFixedInt.itruediv (doesn't make sense), add base argument t...
  • See full diff in compare view


Updates importlib-metadata from 7.1.0 to 7.2.1

Changelog

Sourced from importlib-metadata's changelog.

v7.2.1

Bugfixes

  • When reading installed files from an egg, use relative_to(walk_up=True) to honor files installed outside of the installation root. (#455)

v7.2.0

Features

Commits


Updates msal from 1.28.1 to 1.29.0

Release notes

Sourced from msal's releases.

MSAL Python 1.29.0

What's Changed

  • New feature: Supports Managed Identity for Azure VM, App Service (including Azure Functions, Azure Automation), Service Fabric, Azure Machine Learning, Arc, etc.. Comes with a sample, its configuration via ENV VAR, and its API documentation. (#58, #480, #634, #674)
  • New feature: Support reading ConfidentialClientApplication's cert from a pfx file (#684, #699)
  • New feature: TokenCache class has a new search() method which will return a generator of tokens. The old find() method still exists and returns a list, but MSAL 1.27+ will not call find() anymore. (#693, #644)
  • Change: Re-enable the username password flow to go through broker, if available. (#712)

New Contributors

Full Changelog: https://github.com/AzureAD/microsoft-authentication-library-for-python/compare/1.28.1...1.29.0

Commits
  • 403fed5 MSAL Python 1.29.0
  • 2333d0a Merge branch 'mi' into dev
  • c828a0f get_managed_identity_source() for Azure Identity
  • 9d41d53 Implementation based on feature requirement
  • 234f942 Managed Identity for Machine Learning
  • 25e9560 Use a short throttling threshold for MI (and CCA)
  • d0c20ed Refactor throttling and add it to Managed Identity
  • 95ccef0 Managed Identity implementation
  • 12566ba Merge pull request #712 from AzureAD/enable-ROPC-via-broker
  • 6feb432 Merge branch 'dev' into enable-ROPC-via-broker
  • Additional commits viewable in compare view


Updates msal-extensions from 1.1.0 to 1.2.0

Release notes

Sourced from msal-extensions's releases.

1.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/AzureAD/microsoft-authentication-extensions-for-python/compare/1.1.0...1.2.0

MSAL Extensions for Python, 1.2.0b1

  • MSAL Extensions has been updated to work with MSAL Python 1.27.* and 1.28.* (#127, #128)
Commits
  • 6fd4920 Switch to MSAL 1.29+'s TokenCache.search()
  • a0713c4 Workaround for Github's latest macos runner
  • 60d1271 Upgrade setup-python and use cache
  • ae07f28 Switch to MSAL 1.27+'s TokenCache._find()
  • a10d092 Merge pull request #125 from akx/drop-packaging-dep
  • 9d7636e Set lower bound 1.4 for portalocker dependency, drop packaging as a result
  • 4d37293 Remove mentions of Travis CI (#126)
  • 52307ec Replaced by enabling CodeQL in repo setting
  • 0e2d75c Merge branch 'release-1.1.0' into dev
  • See full diff in compare view


Updates msgraph-sdk from 1.1.0 to 1.4.0

Release notes

Sourced from msgraph-sdk's releases.

v1.4.0

Changed

  • Weekly generation with Kiota - 7th May 2024
  • Updated Request Configuration set up, allowing for default request Configuration as well as the Request builder custom Requestconfiguration for backward compatibility.

v1.3.0

Changed

  • Weekly generation with Kiota.

v1.2.0

Added

  • Added support for form and multipart serialization.

Changed

  • Latest metadata updates from 24th March 2024.
Changelog

Sourced from msgraph-sdk's changelog.

[1.4.0] - 2024-05-08

Changed

  • Weekly generation with Kiota - 7th May 2024
  • Updated Request Configuration set up, allowing for default request Configuration as well as the Request builder custom Requestconfiguration for backward compatibility.

[1.3.0] - 2024-04-16

Changed

  • Weekly generation with Kiota.

[1.2.0] - 2024-03-19

Added

  • Added support for form and multipart serialization.

Changed

  • Latest metadata updates from 24th March 2024.
Commits
  • 6907966 Merge pull request #709 from microsoftgraph/hotfix/fix-release
  • 44c0a49 - fixes changelog entry to match version
  • dca1a26 Revert "update astroid package version"
  • 045491a Revert "Bump pylint from 3.1.1 to 3.2.0"
  • 276cb94 update astroid package version
  • ea7716b update version
  • 01c969b Merge branch 'main' of github.com:microsoftgraph/msgraph-sdk-python
  • b29d073 Merge pull request #706 from microsoftgraph/dependabot/pip/pylint-3.2.0
  • 27ccaa0 update version
  • 9255252 Merge pull request #703 from microsoftgraph/v1.0/pipelinebuild/148567
  • Additional commits viewable in compare view


Updates openai from 1.35.1 to 1.35.3

Release notes

Sourced from openai's releases.

v1.35.3

1.35.3 (2024-06-20)

Full Changelog: v1.35.2...v1.35.3

Bug Fixes

  • tests: add explicit type annotation (9345f10)

v1.35.2

1.35.2 (2024-06-20)

Full Changelog: v1.35.1...v1.35.2

Bug Fixes

  • api: add missing parallel_tool_calls arguments (4041e4f)
Changelog

Sourced from openai's changelog.

1.35.3 (2024-06-20)

Full Changelog: v1.35.2...v1.35.3

Bug Fixes

  • tests: add explicit type annotation (9345f10)

1.35.2 (2024-06-20)

Full Changelog: v1.35.1...v1.35.2

Bug Fixes

  • api: add missing parallel_tool_calls arguments (4041e4f)
Commits


Updates portalocker from 2.8.2 to 2.10.0

Release notes

Sourced from portalocker's releases.

v2.10.0

Properly propagating exceptions for NFS read-only lock issues and added support for being able to choose between lockf and flock thanks to @​oliver-s-lee

Commits


Updates psutil from 5.9.8 to 6.0.0

Changelog

Sourced from psutil's changelog.

6.0.0 2024-06-18

Enhancements

  • 2109_: maxfile and maxpath fields were removed from the namedtuple returned by disk_partitions()_. Reason: on network filesystems (NFS) this can potentially take a very long time to complete.
  • 2366_, [Windows]: log debug message when using slower process APIs.
  • 2375_, [macOS]: provide arm64 wheels. (patch by Matthieu Darbois)
  • 2396_: process_iter()_ no longer pre-emptively checks whether PIDs have been reused. This makes process_iter()_ around 20x times faster.
  • 2396_: a new psutil.process_iter.cache_clear() API can be used the clear process_iter()_ internal cache.
  • 2401_, Support building with free-threaded CPython 3.13.
  • 2407_: Process.connections()_ was renamed to Process.net_connections()_. The old name is still available, but it's deprecated (triggers a DeprecationWarning) and will be removed in the future.
  • 2425_: [Linux]: provide aarch64 wheels. (patch by Matthieu Darbois / Ben Raz)

Bug fixes

  • 2250_, [NetBSD]: Process.cmdline()_ sometimes fail with EBUSY. It usually happens for long cmdlines with lots of arguments. In this case retry getting the cmdline for up to 50 times, and return an empty list as last resort.
  • 2254_, [Linux]: offline cpus raise NotImplementedError in cpu_freq() (patch by Shade Gladden)
  • 2272_: Add pickle support to psutil Exceptions.
  • 2359_, [Windows], [CRITICAL]: pid_exists()_ disagrees with Process_ on whether a pid exists when ERROR_ACCESS_DENIED.
  • 2360_, [macOS]: can't compile on macOS < 10.13. (patch by Ryan Schmidt)
  • 2362_, [macOS]: can't compile on macOS 10.11. (patch by Ryan Schmidt)
  • 2365_, [macOS]: can't compile on macOS < 10.9. (patch by Ryan Schmidt)
  • 2395_, [OpenBSD]: pid_exists()_ erroneously return True if the argument is a thread ID (TID) instead of a PID (process ID).
  • 2412_, [macOS]: can't compile on macOS 10.4 PowerPC due to missing MNT_ constants.

Porting notes

Version 6.0.0 introduces some changes which affect backward compatibility:

  • 2109_: the namedtuple returned by disk_partitions()_' no longer has maxfile and maxpath fields.
  • 2396_: process_iter()_ no longer pre-emptively checks whether PIDs have been reused. If you want to check for PID reusage you are supposed to use Process.is_running()_ against the yielded Process_ instances. That will also automatically remove reused PIDs from process_iter()_ internal cache.
  • 2407_: Process.connections()_ was renamed to Process.net_connections()_. The old name is still available, but it's deprecated (triggers a

... (truncated)

Commits
  • 3d5522a release
  • 5b30ef4 Add aarch64 manylinux wheels (#2425)
  • 1d092e7 test subprocesses: sleep() with an interval of 0.1 to make the test process m...
  • 5f80c12 Fix #2412, [macOS]: can't compile on macOS 10.4 PowerPC due to missing MNT_...
  • 89b6096 process_iter(): use another global var to keep track of reused PIDs
  • 9421bf8 openbsd: skip test if cmdline() returns [] due to EBUSY
  • 4b1a054 Fix #2250 / NetBSD / cmdline: retry on EBUSY. (#2421)
  • 20be5ae ruff: enable and fix 'unused variable' rule
  • 5530985 chore(ci): update actions (#2417)
  • 1c7cb0a Don't build with limited API for 3.13 free-threaded build (#2402)
  • Additional commits viewable in compare view


Updates pydantic-core from 2.18.4 to 2.19.0

Release notes

Sourced from pydantic-core's releases.

v2.19.0 2024-06-11

What's Changed

Packaging

Fixes

Features

New Contributors

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.18.4...v2.19.0

Commits


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 commands and options
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 3 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.