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.6k stars 3.75k forks source link

Bump the python-requirements group with 7 updates #1634

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the python-requirements group with 7 updates:

Package From To
fixedint 0.1.6 0.2.0
importlib-metadata 7.0.0 7.1.0
msgraph-sdk 1.1.0 1.4.0
opentelemetry-instrumentation-openai 0.18.0 0.18.2
opentelemetry-resource-detector-azure 0.1.4 0.1.5
quart 0.19.5 0.19.6
types-pillow 10.2.0.20240511 10.2.0.20240520

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.0.0 to 7.1.0

Changelog

Sourced from importlib-metadata's changelog.

v7.1.0

Features

  • python/cpython#114664

Bugfixes

  • Make MetadataPathFinder.find_distributions a classmethod for consistency with CPython. Closes #484. (#484)
  • Allow MetadataPathFinder.invalidate_caches to be called as a classmethod.

v7.0.2

No significant changes.

v7.0.1

Bugfixes

  • Corrected the interface for SimplePath to encompass the expectations of locate_file and PackagePath.
  • Fixed type annotations to allow strings.
Commits
  • f5d6b5f Finalize
  • 2ef3b5f Merge commit '1711b2c198'
  • 1711b2c Need to include names from test.support for py312 compat.
  • 47b14ac Make MetadataPathFinder.find_distributions a classmethod for consistency with...
  • adc4b12 Ensure tests do not leak references in sys.modules.
  • 07d894d Copy backport of isolated_modules from importlib_resources.
  • e30a16d Consolidated test support logic in jaraco.test.cpython.
  • 41ca039 Moved compatibility tests to the compat package, as they're not included in C...
  • 5950f43 Remove legacy logic for Python 3.7.
  • ffa719b Moved compatibility module to compat package.
  • Additional commits viewable 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 opentelemetry-instrumentation-openai from 0.18.0 to 0.18.2

Release notes

Sourced from opentelemetry-instrumentation-openai's releases.

0.18.2

v0.18.2 (2024-05-17)

Fix

  • openai: old streaming handling for backward compatibility with OpenAI v0 (#1064)
  • openai: report fingerprint from response (#1066)
  • sdk: special handling for metrics with custom traces exporter (#1065)

[main 3427f38] bump: version 0.18.1 → 0.18.2 34 files changed, 41 insertions(+), 33 deletions(-)

0.18.1

v0.18.1 (2024-05-17)

Fix

  • openai: fallback to response model if request model is not set when calculating token usage (#1054)
  • openai: add default value of stream as false in token usage metric (#1055)

[main e97742f] bump: version 0.18.0 → 0.18.1 34 files changed, 40 insertions(+), 33 deletions(-)

Changelog

Sourced from opentelemetry-instrumentation-openai's changelog.

v0.18.2 (2024-05-17)

Fix

  • openai: old streaming handling for backward compatibility with OpenAI v0 (#1064)
  • openai: report fingerprint from response (#1066)
  • sdk: special handling for metrics with custom traces exporter (#1065)

v0.18.1 (2024-05-17)

Fix

  • openai: fallback to response model if request model is not set when calculating token usage (#1054)
  • openai: add default value of stream as false in token usage metric (#1055)
Commits
  • 3427f38 bump: version 0.18.1 → 0.18.2
  • e48294d fix(openai): old streaming handling for backward compatibility with OpenAI v0...
  • af6e409 fix(openai): report fingerprint from response (#1066)
  • 26a3bd8 fix(sdk): special handling for metrics with custom traces exporter (#1065)
  • e97742f bump: version 0.18.0 → 0.18.1
  • 1947822 fix(openai): fallback to response model if request model is not set when calc...
  • 0576104 fix(openai): add default value of stream as false in token usage metric (#1055)
  • See full diff in compare view


Updates opentelemetry-resource-detector-azure from 0.1.4 to 0.1.5

Release notes

Sourced from opentelemetry-resource-detector-azure's releases.

Version 1.16.0/0.37b0

Added

  • Support aio_pika 9.x ((#1670
  • opentelemetry-instrumentation-redis Add sanitize_query config option to allow query sanitization. (#1572)
  • opentelemetry-instrumentation-elasticsearch Add optional db.statement query sanitization. (#1598)
  • opentelemetry-instrumentation-celery Record exceptions as events on the span. (#1573)
  • Add metric instrumentation for urllib (#1553)
  • opentelemetry/sdk/extension/aws Implement aws.ecs.* and aws.logs.* resource attributes in the AwsEcsResourceDetector detector when the ECS Metadata v4 is available (#1212)
  • opentelemetry-instrumentation-aio-pika Support aio_pika 8.x (#1481)
  • opentelemetry-instrumentation-aws-lambda Flush MeterProvider at end of function invocation. (#1613)
  • Fix aiohttp bug with unset trace_configs (#1592)
  • opentelemetry-instrumentation-django Allow explicit excluded_urls configuration through instrument() (#1618)

Fixed

  • Fix TortoiseORM instrumentation AttributeError: type object 'Config' has no attribute 'title' (#1575)
  • Fix SQLAlchemy uninstrumentation (#1581)
  • opentelemetry-instrumentation-grpc Fix code()/details() of _OpentelemetryServicerContext. (#1578)
  • Fix aiopg instrumentation to work with aiopg < 2.0.0 (#1473)
  • opentelemetry-instrumentation-aws-lambda Adds an option to configure disable_aws_context_propagation by environment variable: OTEL_LAMBDA_DISABLE_AWS_CONTEXT_PROPAGATION (#1507)
  • Fix pymongo to collect the property DB_MONGODB_COLLECTION (#1555)
  • opentelemetry-instrumentation-asgi Fix keys() in class ASGIGetter to correctly fetch values from carrier headers. (#1435)
  • mongo db - fix db statement capturing (#1512)
  • Add commit method for ConfluentKafkaInstrumentor's ProxiedConsumer (#1656)

Version 1.24.0/0.45b0

  • opentelemetry-instrumentation-psycopg Async Instrumentation for psycopg 3.x (#2146)

Fixed

  • opentelemetry-instrumentation-celery Allow Celery instrumentation to be installed multiple times (#2342)
  • Align gRPC span status codes to OTEL specification (#1756)
  • opentelemetry-instrumentation-flask Add importlib metadata default for deprecation warning flask version (#2297)
  • Ensure all http.server.duration metrics have the same description (#2151)
  • Fix regression in httpx request.url not being of type httpx.URL after 0.44b0 (#2359)
  • Avoid losing repeated HTTP headers (#2266)
  • opentelemetry-instrumentation-elasticsearch Don't send bulk request body as db statement (#2355)
  • AwsLambdaInstrumentor sets cloud.account.id span attribute (#2367)

Version 1.23.0/0.44b0

  • Drop support for 3.7 (#2151)
  • opentelemetry-resource-detector-azure Added 10s timeout to VM Resource Detector (#2119)
  • opentelemetry-instrumentation-asyncpg Allow AsyncPGInstrumentor to be instantiated multiple times (#1791)
  • opentelemetry-instrumentation-confluent-kafka Add support for higher versions until 2.3.0 of confluent_kafka (#2132)
  • opentelemetry-resource-detector-azure Changed timeout to 4 seconds due to timeout bug (#2136)
  • opentelemetry-resource-detector-azure Suppress instrumentation for urllib call (#2178)
  • AwsLambdaInstrumentor handles and re-raises function exception (#2245)

... (truncated)

Commits


Updates quart from 0.19.5 to 0.19.6

Changelog

Sourced from quart's changelog.

0.19.6 2024-05-19

  • Bugfix use ContentRange in the right way. See issue #331.
  • Bugfix hold a strong reference to background tasks.
  • Bugfix avoid ResourceWarning in DataBody.aiter.
Commits
  • 2fc6d4f Bump and release 0.19.6
  • f58d3c8 Switch to the new logos
  • f0f4e7c Bump actions/cache from 3.3.2 to 4.0.0
  • dda7951 Bump actions/upload-artifact from 3 to 4
  • 5b90120 Bump actions/download-artifact from 3 to 4
  • f57d5c6 Bump actions/setup-python from 4 to 5
  • e0e9cde Bump dessant/lock-threads from 4 to 5
  • 6a45284 avoid ResourceWarning in DataBody.__aiter__ (#302)
  • 425f685 Bugfix hold a strong reference to background tasks
  • 3508d9a Fix mypy issues
  • Additional commits viewable in compare view


Updates types-pillow from 10.2.0.20240511 to 10.2.0.20240520

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 1 month ago

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