Azure-Samples / Cosmic-Food-RAG-app

A chat-based recommendation application that revolutionizes the culinary experience.
MIT License
18 stars 10 forks source link

Bump the python-requirements group across 1 directory with 14 updates #47

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

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

Package From To
aiofiles 23.2.1 24.1.0
langchain 0.2.5 0.2.6
langchain-community 0.2.5 0.2.6
langchain-core 0.2.9 0.2.11
langchain-openai 0.1.9 0.1.14
langchain-text-splitters 0.2.1 0.2.2
langsmith 0.1.81 0.1.83
numpy 1.26.4 2.0.0
openai 1.35.3 1.35.10
orjson 3.10.5 3.10.6
pydantic 2.7.4 2.8.2
pydantic-core 2.18.4 2.20.1
pymongo 4.7.3 4.8.0
tenacity 8.4.1 8.5.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 langchain from 0.2.5 to 0.2.6

Release notes

Sourced from langchain's releases.

langchain-community==0.2.6

Release langchain-community==0.2.6

Changes since langchain-community==0.2.5

community: release 0.2.6 (#23501) Community: Update and fix ZenGuardTool docs and add ZenguardTool to init files (#23415) community: add default value to bing_search_url (#23306) community: FlashrankRerank support loading customer client (#23350) docs: Update QianfanChatEndpoint ChatModel docstring (#23337) community[minor]: Added classification_location parameter in PebbloSafeLoader. (#22565) community[minor]: Add Ascend NPU optimized Embeddings (#20260) community: fix issue with nested field extraction in MongodbLoader (#22801) Sanitize backticks from neo4j labels and types for import (#23367) Add OCI Generative AI new model support (#22880) community: Add ZenGuard tool (#22959) community: Fix OVHcloud 401 Unauthorized on embedding. (#23260) community: toolkits docstrings (#23286) Enhance metadata of sharepointLoader. (#22248) community: Fix TypeError in PebbloRetrievalQA (#23170) community[minor]: OpenAPI agent. Add support for PUT, DELETE and PATCH (#22962) community(patch):Fix PineconeHynridSearchRetriever not having search_kwargs (#21577) [community][quick-fix]: changed from blob.path to blob.path.name in 0365BaseLoader. (#22287) core[patch]: fix no current event loop for sql history in async mode (#22933) docs[minor],community[patch]: Minor tutorial docs improvement, minor import error quick fix. (#22725) community[patch]: Fix sql_databse.from_databricks issue when ran from Job (#23224) community[patch]: Update root_validators ChatModels: ChatBaichuan, QianfanChatEndpoint, MiniMaxChat, ChatSparkLLM, ChatZhipuAI (#22853) community: docstrings (#23202) fix langchain-ai/langchain#23215 (#23216) community[patch]: restore compatibility with SQLAlchemy 1.x (#22546) community[patch]: sambanova llm integration improvement (#23137) community[patch]: update sambastudio embeddings (#23133) fix: MoonshotChat fails when setting the moonshot_api_key through the OS environment. (#23176) community[patch]: Prevent unit tests from making network requests (#23180) community: move test to integration tests (#23178) community: add **request_kwargs and expect TimeError AsyncHtmlLoader (#23068) docs: Fix URL formatting in deprecation warnings (#23075) community[minor]: Implement Doctran async execution (#22372) community: add args_schema to SearxSearch (#22954) community: glob multiple patterns when using DirectoryLoader (#22852) core[patch],community[patch],langchain[patch]: tenacity dependency to version >=8.1.0,<8.4.0 (#22973) LanceDB integration update (#22869) community: add KafkaChatMessageHistory (#22216) docs: Standardize DocumentLoader docstrings (#22932) [Community]: Fixed DDG DuckDuckGoSearchResults Docstring (#22968) community: Fix #22975 (Add SSL Verification Option to Requests Class in langchain_community) (#22977) [Community]: FIxed the DocumentDBVectorSearch _similarity_search_without_score (#22970) community: OCI GenAI embedding batch size (#22986) community[minor]: add tool calling for DeepInfraChat (#22745) community: Add Baichuan Embeddings batch size (#22942) community[minor]: add ChatSnowflakeCortex chat model (#21490)

... (truncated)

Commits
  • 03c41e7 langchain: release 0.2.6 (#23426)
  • 86ca44d core: release 0.2.10 (#23420)
  • 85f5d14 [docs]: split up tool docs (#22919)
  • f788d09 docs: update trim messages guide (#23418)
  • c961934 docs: rerun chatbot tutorial to remove warnings (#23417)
  • c93d9e6 Community: Update and fix ZenGuardTool docs and add ZenguardTool to init file...
  • 8955bc1 [Core] Logging: Suppress missing parent warning (#23363)
  • 730c551 core[patch]: export tool output parsers from langchain_core.output_parsers (#...
  • 7e9e69c core[patch]: Add unit test for str and repr for Document (#23414)
  • f055f2a infra: install integration deps as needed (#23413)
  • Additional commits viewable in compare view


Updates langchain-community from 0.2.5 to 0.2.6

Release notes

Sourced from langchain-community's releases.

langchain-community==0.2.6

Release langchain-community==0.2.6

Changes since langchain-community==0.2.5

community: release 0.2.6 (#23501) Community: Update and fix ZenGuardTool docs and add ZenguardTool to init files (#23415) community: add default value to bing_search_url (#23306) community: FlashrankRerank support loading customer client (#23350) docs: Update QianfanChatEndpoint ChatModel docstring (#23337) community[minor]: Added classification_location parameter in PebbloSafeLoader. (#22565) community[minor]: Add Ascend NPU optimized Embeddings (#20260) community: fix issue with nested field extraction in MongodbLoader (#22801) Sanitize backticks from neo4j labels and types for import (#23367) Add OCI Generative AI new model support (#22880) community: Add ZenGuard tool (#22959) community: Fix OVHcloud 401 Unauthorized on embedding. (#23260) community: toolkits docstrings (#23286) Enhance metadata of sharepointLoader. (#22248) community: Fix TypeError in PebbloRetrievalQA (#23170) community[minor]: OpenAPI agent. Add support for PUT, DELETE and PATCH (#22962) community(patch):Fix PineconeHynridSearchRetriever not having search_kwargs (#21577) [community][quick-fix]: changed from blob.path to blob.path.name in 0365BaseLoader. (#22287) core[patch]: fix no current event loop for sql history in async mode (#22933) docs[minor],community[patch]: Minor tutorial docs improvement, minor import error quick fix. (#22725) community[patch]: Fix sql_databse.from_databricks issue when ran from Job (#23224) community[patch]: Update root_validators ChatModels: ChatBaichuan, QianfanChatEndpoint, MiniMaxChat, ChatSparkLLM, ChatZhipuAI (#22853) community: docstrings (#23202) fix langchain-ai/langchain#23215 (#23216) community[patch]: restore compatibility with SQLAlchemy 1.x (#22546) community[patch]: sambanova llm integration improvement (#23137) community[patch]: update sambastudio embeddings (#23133) fix: MoonshotChat fails when setting the moonshot_api_key through the OS environment. (#23176) community[patch]: Prevent unit tests from making network requests (#23180) community: move test to integration tests (#23178) community: add **request_kwargs and expect TimeError AsyncHtmlLoader (#23068) docs: Fix URL formatting in deprecation warnings (#23075) community[minor]: Implement Doctran async execution (#22372) community: add args_schema to SearxSearch (#22954) community: glob multiple patterns when using DirectoryLoader (#22852) core[patch],community[patch],langchain[patch]: tenacity dependency to version >=8.1.0,<8.4.0 (#22973) LanceDB integration update (#22869) community: add KafkaChatMessageHistory (#22216) docs: Standardize DocumentLoader docstrings (#22932) [Community]: Fixed DDG DuckDuckGoSearchResults Docstring (#22968) community: Fix #22975 (Add SSL Verification Option to Requests Class in langchain_community) (#22977) [Community]: FIxed the DocumentDBVectorSearch _similarity_search_without_score (#22970) community: OCI GenAI embedding batch size (#22986) community[minor]: add tool calling for DeepInfraChat (#22745) community: Add Baichuan Embeddings batch size (#22942) community[minor]: add ChatSnowflakeCortex chat model (#21490)

... (truncated)

Commits


Updates langchain-core from 0.2.9 to 0.2.11

Release notes

Sourced from langchain-core's releases.

langchain-core==0.2.11

Release langchain-core==0.2.11

Changes since langchain-core==0.2.10

core[patch]: Release 0.2.11 (#23780) core[patch]: mark RemoveMessage beta (#23656) core[patch]: fix nested sections for mustache templating (#23747) core[patch]: Add versionadded to get_by_ids (#23728) core[minor]: Create BaseMedia object (#23639) core[patch]: use async messages where possible (#23718) core[minor]: Add maxsize for InMemoryCache (#23405) core[patch]: Fix llm string representation for serializable models (#23416) core: fix NameError (#23658) core[minor]: Add get_by_ids to vectorstore interface (#23594) core: add RemoveMessage (#23636) docs[patch]: Update diagrams (#23613) core: chat_* docstrings (#23412) core[patch]: Add unit test when catching generator exit (#23402) core[minor]: Add optional ID field to Document schema (#23411) docs[patch]: Update docs introduction and README (#23558) core[patch]: docstrings agents (#23502) core[patch]: callbacks docstrings (#23375) core: docstrings example_selectors (#23542) core[patch]: use args_schema doc for tool description (#23503)

langchain-core==0.2.10

Release langchain-core==0.2.10

Changes since langchain-core==0.2.9

core: release 0.2.10 (#23420) [docs]: split up tool docs (#22919) [Core] Logging: Suppress missing parent warning (#23363) core[patch]: export tool output parsers from langchain_core.output_parsers (#23305) core[patch]: Add unit test for str and repr for Document (#23414) Merge pull request #22662 [Core] Add support for inferring Annotated types (#23284) core[minor]: update draw_mermaid node label processing (#23285) docs: fix merge message runs docstring (#23279) docs: fix trim_messages code blocks (#23271) docs: fix message transformer docstrings (#23264) core[minor]: BaseChatModel with_structured_output implementation (#22859) core[patch]: fix no current event loop for sql history in async mode (#22933) core[patch]: set schema format for AsyncRootListenersTracer (#23214) docs: BaseChatModel key methods table (#23238) docs: fix chat model methods table (#23233) core[patch]: Fix doc-strings for code blocks (#23232) core[patch]: Add clarification about streaming to RunnableLambda (#23227) Fix return value type of dumpd (#20123) core(patch): Fix encoding problem of load_prompt method (#21559) core[minor]: Adds an in-memory implementation of RecordManager (#13200)

... (truncated)

Commits


Updates langchain-openai from 0.1.9 to 0.1.14

Release notes

Sourced from langchain-openai's releases.

langchain-openai==0.1.14

Release langchain-openai==0.1.14

Changes since langchain-openai==0.1.13

openai[patch]: Release 0.1.14 (#23782) openai[patch]: expose model request payload (#23287) partners[azure]: fix having openai_api_base set for other packages (#22068)

langchain-openai==0.1.13

Release langchain-openai==0.1.13

Changes since langchain-openai==0.1.12

openai[patch]: Release 0.1.13 (#23651) openai, anthropic, ...: with_structured_output to pass in explicit tool choice (#23645) docs: azure openai docstring (#23643)

langchain-openai==0.1.12

Release langchain-openai==0.1.12

Changes since langchain-openai==0.1.11

Fixed a regression involving the with_structured_output method of AzureChatOpenAI.

langchain-openai==0.1.11

Release langchain-openai==0.1.11

Changes since langchain-openai==0.1.10

partners[openai]: only add stream_options to kwargs if requested (#23552) openai[patch]: bump sdk version (#23592) openai[patch]: add support for extra_body (#23404) [docs]: split up tool docs (#22919)

langchain-openai==0.1.10

Release langchain-openai==0.1.10

Changes since langchain-openai==0.1.9

openai[patch]: Release 0.1.10 (#23410) openai[patch]: fix tool calling token counting (#23408) openai[patch]: temp fix ignore lint (#23290)

Commits


Updates langchain-text-splitters from 0.2.1 to 0.2.2

Release notes

Sourced from langchain-text-splitters's releases.

langchain-text-splitters==0.2.2

Release langchain-text-splitters==0.2.2

Changes since langchain-text-splitters==0.2.1

text-splitters: release 0.2.2 (#23508) text-splitters: Fix/recursive json splitter data persistence issue (#21529) text-splitters: Introduce Experimental Markdown Syntax Splitter (#22257) core[patch]: Pin pydantic in py3.12.4 (#23130) text-splitters[patch]: Fix HTMLSectionSplitter (#22812) Community[minor]: Add language parser for Elixir (#22742) multiple: get rid of pyproject extras (#22581)

Commits


Updates langsmith from 0.1.81 to 0.1.83

Release notes

Sourced from langsmith's releases.

v0.1.83

What's Changed

Full Changelog: https://github.com/langchain-ai/langsmith-sdk/compare/v0.1.82...v0.1.83

v0.1.82

What's Changed

Full Changelog: https://github.com/langchain-ai/langsmith-sdk/compare/v0.1.81...v0.1.82

Commits


Updates numpy from 1.26.4 to 2.0.0

Release notes

Sourced from numpy's releases.

v2.0.0

NumPy 2.0.0 Release Notes

NumPy 2.0.0 is the first major release since 2006. It is the result of 11 months of development since the last feature release and is the work of 212 contributors spread over 1078 pull requests. It contains a large number of exciting new features as well as changes to both the Python and C APIs.

This major release includes breaking changes that could not happen in a regular minor (feature) release - including an ABI break, changes to type promotion rules, and API changes which may not have been emitting deprecation warnings in 1.26.x. Key documents related to how to adapt to changes in NumPy 2.0, in addition to these release notes, include:

Highlights

Highlights of this release include:

  • New features:
    • A new variable-length string dtype, numpy.dtypes.StringDType and a new numpy.strings namespace with performant ufuncs for string operations,
    • Support for float32 and longdouble in all numpy.fft functions,
    • Support for the array API standard in the main numpy namespace.
  • Performance improvements:
    • Sorting functions sort, argsort, partition, argpartition have been accelerated through the use of the Intel x86-simd-sort and Google Highway libraries, and may see large (hardware-specific) speedups,
    • macOS Accelerate support and binary wheels for macOS >=14, with significant performance improvements for linear algebra operations on macOS, and wheels that are about 3 times smaller,
    • numpy.char fixed-length string operations have been accelerated by implementing ufuncs that also support numpy.dtypes.StringDType in addition to the fixed-length string dtypes,
    • A new tracing and introspection API, numpy.lib.introspect.opt_func_info, to determine which hardware-specific kernels are available and will be dispatched to.
    • numpy.save now uses pickle protocol version 4 for saving arrays with object dtype, which allows for pickle objects larger than 4GB and improves saving speed by about 5% for large arrays.
  • Python API improvements:

... (truncated)

Commits
  • 1d49c7f Merge pull request #26698 from charris/prepare-2.0.0
  • 2103511 DOC: Remove duplicate in author list.
  • db8030e BUG: Change cibuildwheel version [wheel build]
  • 1a68264 REL: Prepare for the NumPy 2.0.0 release [wheel build]
  • c8665ba Merge pull request #26696 from charris/backport-26582
  • 103f4dd Merge pull request #26697 from charris/backport-25963
  • c193dcd Merge pull request #26695 from charris/backport-26667
  • 8fa8191 BUG: Fix bug in numpy.pad() (#25963)
  • ece3559 BUG: weighted nanpercentile, nanquantile and multi-dim q (#26582)
  • b31e195 BUG: Adds asanyarray to start of linalg.cross (#26667)
  • Additional commits viewable in compare view


Updates openai from 1.35.3 to 1.35.10

Release notes

Sourced from openai's releases.

v1.35.10

1.35.10 (2024-07-03)

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

Chores

v1.35.9

1.35.9 (2024-07-02)

Full Changelog: v1.35.8...v1.35.9

Bug Fixes

  • client: always respect content-type multipart/form-data if provided (#1519) (6da55e1)

Chores

v1.35.8

1.35.8 (2024-07-02)

Full Changelog: v1.35.7...v1.35.8

Chores

v1.35.7

1.35.7 (2024-06-27)

Full Changelog: v1.35.6...v1.35.7

Bug Fixes

  • build: include more files in sdist builds (#1504) (730c1b5)

v1.35.6

1.35.6 (2024-06-27)

Full Changelog: v1.35.5...v1.35.6

Documentation

... (truncated)

Changelog

Sourced from openai's changelog.

1.35.10 (2024-07-03)

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

Chores

1.35.9 (2024-07-02)

Full Changelog: v1.35.8...v1.35.9

Bug Fixes

  • client: always respect content-type multipart/form-data if provided (#1519) (6da55e1)

Chores

1.35.8 (2024-07-02)

Full Changelog: v1.35.7...v1.35.8

Chores

1.35.7 (2024-06-27)

Full Changelog: v1.35.6...v1.35.7

Bug Fixes

  • build: include more files in sdist builds (#1504) (730c1b5)

1.35.6 (2024-06-27)

Full Changelog: v1.35.5...v1.35.6

Documentation

1.35.5 (2024-06-26)

... (truncated)

Commits


Updates orjson from 3.10.5 to 3.10.6

Release notes

Sourced from orjson's releases.

3.10.6

Changed

  • Improve performance.
Changelog

Sourced from orjson's changelog.

3.10.6 - 2024-07-02

Changed

  • Improve performance.
Commits


Updates pydantic from 2.7.4 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

  • @​kwint ma... _Description has been truncated_
john0isaac commented 4 months ago

@dependabot merge