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 across 1 directory with 15 updates #1824

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the python-requirements group with 15 updates in the / directory:

Package From To
fixedint 0.1.6 0.2.0
importlib-metadata 7.1.0 8.0.0
microsoft-kiota-http 1.3.1 1.3.2
msgraph-core 1.1.0 1.1.2
msgraph-sdk 1.1.0 1.5.2
openai 1.35.7 1.35.14
opentelemetry-instrumentation-openai 0.23.0 0.25.4
opentelemetry-semantic-conventions-ai 0.3.1 0.3.5
portalocker 2.10.0 2.10.1
psutil 5.9.8 6.0.0
pydantic 2.8.0 2.8.2
pydantic-core 2.20.0 2.20.1
pypdf 4.2.0 4.3.0
std-uritemplate 1.0.2 1.0.3
tenacity 8.4.2 8.5.0

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 8.0.0

Changelog

Sourced from importlib-metadata's changelog.

v8.0.0

Deprecations and Removals

  • Message.getitem now raises a KeyError on missing keys. (#371)
  • Removed deprecated support for Distribution subclasses not implementing abstract methods.

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
  • f390168 Finalize
  • c3bae1e Merge pull request #491 from python/debt/remove-legacy
  • a970a49 Message.getitem now raises a KeyError on missing keys.
  • 32c14aa Removed deprecated support for Distribution subclasses not implementing abstr...
  • b76931d Finalize
  • 48d2a85 Merge pull request #482 from dan-blanchard/fix-relative-to
  • b94b42e Add news fragment
  • e4d1dcc Remove additional method in SimplePath.
  • 07a2a44 Revert "Fix mypy failure that has nothing to do with this PR"
  • b815aee Mark compat code as uncovered.
  • Additional commits viewable in compare view


Updates microsoft-kiota-http from 1.3.1 to 1.3.2

Commits


Updates msgraph-core from 1.1.0 to 1.1.2

Release notes

Sourced from msgraph-core's releases.

v1.1.2

1.1.2 (2024-07-12)

Bug Fixes

  • adds missing whitespace for suppressions (7ad013e)
  • fixes exception configuration in pylint (857ad99)
  • linting fix import ordering (b56cc8d)
  • linting missing line (f39f0b9)
  • moves attributes suppression to class definition (b6c1d29)
  • suppressed linting error message that fails dependencies (d7c0e1b)

v1.1.1

1.1.1 (2024-07-10)

Bug Fixes

  • avoid using default mutable parameters (9fa773a)
  • fixes constants path for release please config (2ff4440)
Changelog

Sourced from msgraph-core's changelog.

1.1.2 (2024-07-12)

Bug Fixes

  • adds missing whitespace for suppressions (7ad013e)
  • fixes exception configuration in pylint (857ad99)
  • linting fix import ordering (b56cc8d)
  • linting missing line (f39f0b9)
  • moves attributes suppression to class definition (b6c1d29)
  • suppressed linting error message that fails dependencies (d7c0e1b)

1.1.1 (2024-07-10)

Bug Fixes

  • avoid using default mutable parameters (9fa773a)
  • fixes constants path for release please config (2ff4440)
Commits
  • 5f2b8da Merge pull request #636 from microsoftgraph/release-please--branches--main--c...
  • 64c2b41 chore(main): release 1.1.2
  • 3a6b1bb Merge pull request #635 from microsoftgraph/bugfix/linting
  • f39f0b9 fix: linting missing line
  • b6c1d29 fix: moves attributes suppression to class definition
  • 7ad013e fix: adds missing whitespace for suppressions
  • b56cc8d fix: linting fix import ordering
  • d7c0e1b fix: suppressed linting error message that fails dependencies
  • 857ad99 fix: fixes exception configuration in pylint
  • f3d234f chore: linting removing unused import
  • Additional commits viewable in compare view


Updates msgraph-sdk from 1.1.0 to 1.5.2

Release notes

Sourced from msgraph-sdk's releases.

v1.5.2

1.5.2 (2024-07-10)

Bug Fixes

  • fixes module name for release (941f6b2)

v1.5.1

1.5.1 (2024-07-09)

Bug Fixes

  • avoid using default mutable arguments (4912f5a)

Documentation

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.5.2 (2024-07-10)

Bug Fixes

  • fixes module name for release (941f6b2)

1.5.1 (2024-07-09)

Bug Fixes

  • avoid using default mutable arguments (4912f5a)

Documentation

[1.5.0] - 2024-05-23

Changed

  • Weekly generation with Kiota - 21st May 2024

[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
  • 14fd337 Merge pull request #808 from microsoftgraph/release-please--branches--main--c...
  • 8a2c0e1 chore(main): release 1.5.2
  • f73ffa2 Merge pull request #807 from microsoftgraph/bugfix/module-name
  • 941f6b2 fix: fixes module name for release
  • a188189 Merge pull request #806 from microsoftgraph/release/onefivetwo
  • 4182394 fix: project configuration for releases
  • d3e9c6e Merge pull request #802 from microsoftgraph/bugfix/flit-configuration
  • a2c60f0 chore: updates kiota http package
  • 8021dde Merge branch 'main' into bugfix/flit-configuration
  • ac303af Merge pull request #804 from microsoftgraph/dependabot/pip/microsoft-kiota-ht...
  • Additional commits viewable in compare view


Updates openai from 1.35.7 to 1.35.14

Release notes

Sourced from openai's releases.

v1.35.14

1.35.14 (2024-07-15)

Full Changelog: v1.35.13...v1.35.14

Chores

  • docs: minor update to formatting of API link in README (#1550) (a6e59c6)
  • internal: minor formatting changes (ee1c62e)
  • internal: minor options / compat functions updates (#1549) (a0701b5)

v1.35.13

1.35.13 (2024-07-10)

Full Changelog: v1.35.12...v1.35.13

Bug Fixes

  • threads/runs/create_and_run_stream: correct tool_resources param (8effd08)

Chores

v1.35.12

1.35.12 (2024-07-09)

Full Changelog: v1.35.11...v1.35.12

Bug Fixes

  • azure: refresh auth token during retries (#1533) (287926e)
  • tests: fresh_env() now resets new environment values (64da888)

v1.35.11

1.35.11 (2024-07-09)

Full Changelog: v1.35.10...v1.35.11

Chores

  • internal: minor request options handling changes (#1534) (8b0e493)

v1.35.10

1.35.10 (2024-07-03)

Full Changelog: v1.35.9...v1.35.10

Chores

... (truncated)

Changelog

Sourced from openai's changelog.

1.35.14 (2024-07-15)

Full Changelog: v1.35.13...v1.35.14

Chores

  • docs: minor update to formatting of API link in README (#1550) (a6e59c6)
  • internal: minor formatting changes (ee1c62e)
  • internal: minor options / compat functions updates (#1549) (a0701b5)

1.35.13 (2024-07-10)

Full Changelog: v1.35.12...v1.35.13

Bug Fixes

  • threads/runs/create_and_run_stream: correct tool_resources param (8effd08)

Chores

1.35.12 (2024-07-09)

Full Changelog: v1.35.11...v1.35.12

Bug Fixes

  • azure: refresh auth token during retries (#1533) (287926e)
  • tests: fresh_env() now resets new environment values (64da888)

1.35.11 (2024-07-09)

Full Changelog: v1.35.10...v1.35.11

Chores

  • internal: minor request options handling changes (#1534) (8b0e493)

1.35.10 (2024-07-03)

Full Changelog: v1.35.9...v1.35.10

Chores

1.35.9 (2024-07-02)

... (truncated)

Commits
  • 435a580 release: 1.35.14
  • 2e8ea52 chore(docs): minor update to formatting of API link in README (#1550)
  • 83ebf66 chore(internal): minor options / compat functions updates (#1549)
  • f14f859 chore(internal): minor formatting changes
  • ec4511a release: 1.35.13
  • 2df8aa3 chore(internal): add helper function (#1538)
  • c80fe33 fix(threads/runs/create_and_run_stream): correct tool_resources param
  • e0ed37c release: 1.35.12
  • 8cccea6 fix(tests): fresh_env() now resets new environment values
  • 6b01ba6 fix(azure): refresh auth token during retries (#1533)
  • Additional commits viewable in compare view


Updates opentelemetry-instrumentation-openai from 0.23.0 to 0.25.4

Release notes

Sourced from opentelemetry-instrumentation-openai's releases.

0.25.4

v0.25.4 (2024-07-15)

Fix

  • sdk: manual reporting of llm spans (#1555)

[main 11dfcbd0] bump: version 0.25.3 → 0.25.4 47 files changed, 52 insertions(+), 46 deletions(-)

0.25.3

v0.25.3 (2024-07-11)

Fix

  • langchain: input/output values weren't respecting user config (#1540)

[main 16b1880a] bump: version 0.25.2 → 0.25.3 47 files changed, 52 insertions(+), 46 deletions(-)

0.25.2

v0.25.2 (2024-07-11)

Fix

  • llamaindex: report entity name (#1525)
  • langchain: remove leftover print
  • langchain: cleanups, and fix streaming issue (#1522)
  • langchain: report llm spans (instead of normal instrumentations) (#1452)

[main 811480d6] bump: version 0.25.1 → 0.25.2 47 files changed, 55 insertions(+), 46 deletions(-)

0.25.1

v0.25.1 (2024-07-09)

Fix

  • association properties and workflow / task on metrics (#1494)
  • llamaindex: report inputs+outputs on entities (#1495)

[main 38192c46] bump: version 0.25.0 → 0.25.1 47 files changed, 53 insertions(+), 46 deletions(-)

0.25.0

v0.25.0 (2024-07-08)

Feat

  • suppress LLM instrumentations through context (#1453)

... (truncated)

Changelog

Sourced from opentelemetry-instrumentation-openai's changelog.

v0.25.4 (2024-07-15)

Fix

  • sdk: manual reporting of llm spans (#1555)

v0.25.3 (2024-07-11)

Fix

  • langchain: input/output values weren't respecting user config (#1540)

v0.25.2 (2024-07-11)

Fix

  • llamaindex: report entity name (#1525)
  • langchain: remove leftover print
  • langchain: cleanups, and fix streaming issue (#1522)
  • langchain: report llm spans (instead of normal instrumentations) (#1452)

v0.25.1 (2024-07-09)

Fix

  • association properties and workflow / task on metrics (#1494)
  • llamaindex: report inputs+outputs on entities (#1495)

v0.25.0 (2024-07-08)

Feat

  • suppress LLM instrumentations through context (#1453)
  • langchain: improve callbacks (#1426)

Fix

  • sdk: llamaindex instrumentation was never initialized (#1490)

v0.24.0 (2024-07-03)

Feat

  • sdk: prompt versions and workflow versions (#1425)
  • openai: add support for parallel function calls (#1424)
  • marqo: Add marqo instrumentation (#1373)

Fix

  • sdk: context detach issues on fastapi (#1432)

... (truncated)

Commits
  • 11dfcbd bump: version 0.25.3 → 0.25.4
  • e2daf3e fix(sdk): manual reporting of llm spans (#1555)
  • fe2393a chore: update watsonx_generate.py (#1542)
  • 16b1880 bump: version 0.25.2 → 0.25.3
  • be22e22 fix(langchain): input/output values weren't respecting user config (#1540)
  • 811480d bump: version 0.25.1 → 0.25.2
  • a5f23f8 fix(llamaindex): report entity name (#1525)
  • c03f129 fix(langchain): remove leftover print
  • 77b93c2 fix(langchain): cleanups, and fix streaming issue (#1522)
  • 39ed5e6 fix(langchain): report llm spans (instead of normal instrumentations) (#1452)
  • Additional commits viewable in compare view


Updates opentelemetry-semantic-conventions-ai from 0.3.1 to 0.3.5

Updates portalocker from 2.10.0 to 2.10.1

Release notes

Sourced from portalocker's releases.

v2.10.1

fixed typo thanks to @​harmstyler

Commits
  • 4d5905f Merge branch 'release/2.10.1'
  • c2c433d Incrementing version to v2.10.1
  • 11cb7a8 increasing the timeouts to make the osx tests less flaky
  • 76ab42e Merge pull request #96 from harmstyler/patch-1
  • d73b90c Fix spelling error
  • c91e04d Merge tag 'v2.10.0' into develop
  • See full diff in compare view


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. (patch by Sam Gross)
  • 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.

... (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 from 2.8.0 to 2.8.2

Release notes

Sourced from pydantic's releases.

v2.8.2 (2024-07-03)

What's Changed

Fixes

  • Fix issue with assertion caused by pluggable schema validator by @​dmontagu in #9838

Full Changelog: https://github.com/pydantic/pydantic/compare/v2.8.1...v2.8.2

v2.8.1 (2024-07-03)

What's Changed

Packaging

Fixes

New Contributors

Full Changelog: https://github.com/pydantic/pydantic/compare/v2.8.0...v2.8.1

Changelog

Sourced from pydantic's changelog.

v2.8.2 (2024-07-03)

GitHub release

What's Changed

Fixes

  • Fix issue with assertion caused by pluggable schema validator by @​dmontagu in #9838

v2.8.1 (2024-07-03)

GitHub release

What's Changed

Packaging

Fixes

Commits
  • 4978ee2 update history
  • 0345929 v bump
  • d390a04 Fix issue with assertion caused by pluggable schema validator (#9838)
  • 040865f update history
  • 5a33e3b bump version
  • 2f9abb2 Bump pydantic-core to v2.20.1, pydantic-extra-types to v2.9.0 (#9832)
  • ce9c5f7 Remove spooky meetings file (#9824)
  • 6bdd6d1 Pedantic typo correction within explanation of Pydantic's root in 'pedantic' ...
  • 701ccde Fix list constraint json schema application (#9818)
  • 2a066a2 Bump ruff to v0.5.0 and pyright to v1.1.369 (#9801)
  • Additional commits viewable in compare view


Updates pydantic-core from 2.20.0 to 2.20.1

Release notes

Sourced from pydantic-core's releases.

v2.20.1 2024-07-03

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.20.0...v2.20.1

Commits


Updates pypdf from 4.2.0 to 4.3.0

Release notes

Sourced from pypdf's releases.

Version 4.3.0, 2024-07-14

What's new

New Features (ENH)

Bug Fixes (BUG)

Documentation (DOC)

  • Various improvements on docstrings and examples by @​j-t-1

Robustness (ROB)

Maintenance (MAINT)

  • Deprecate interiour_color with replacement interior_color (#2706) by @​j-t-1
  • Add deprecate_with_replacement to PdfWriter.find_bookmark (#2674) by @​j-t-1

Code Style (STY)

Full Changelog

Changelog

Sourced from pypdf's changelog.

Version 4.3.0, 2024-06-23

New Features (ENH)

  • Accept ETen-B5 and UniCNS-UTF16 encodings (#2721)
  • Add decode_as_image() to ContentStreams (#2615)
  • context manager for PdfReader (#2666)
  • Add capability to set font and size in fields (#2636)
  • Allow to pass input file without named argument (#2576)

Bug Fixes (BUG)

  • Fix deprecation for Ressources when using old constants (#2705)
  • Fix images issue 4 bits encoding and LUT starting with UTF16_BOM (#2675)
  • Reading large compressed images takes huge time to process (#2644)
  • Highlighted Text Cannot Be Printed (#2604)
  • Fix UnboundLocalError on malformed pdf (#2619)

Robustness (ROB)

  • Cope with missing Standard 14 fonts in fields (#2677)
  • Improve inline image extraction (#2622)
  • Cope with loops in Fields tree (#2656)
  • Discard /I in choice fields for compatibility with Acrobat (#2614)
  • Cope with some issues in pillow (#2595)
  • Cope with some image extraction issues (#2591)

Documentation (DOC)

  • Various improvements on docstrings and examples

Maintenance (MAINT)

  • Deprecate interiour_color with replacement interior_color (#2706)
  • Add deprecate_with_replacement to PdfWriter.find_bookmark (#2674)

Code Style (STY)

  • Change Link to be a non-markup annotation (#2714)

Full Changelog

Commits


Updates std-uritemplate from 1.0.2 to 1.0.3

Commits
  • dbd5373 update submodules
  • fe46cee fix the license name in pyproject.toml (#202)
  • b0f00de Bump typescript from 5.5.2 to 5.5.3 in /typescript (#200)
  • 9d4a8d8 Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 in /java (
    dependabot[bot] commented 2 months ago

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