john0isaac / rag-semantic-kernel-mongodb-vcore

A sample for implementing retrieval augmented generation using Azure Open AI to generate embeddings, Azure Cosmos DB for MongoDB vCore to perform vector search, and semantic kernel.
https://techcommunity.microsoft.com/t5/educator-developer-blog/build-rag-chat-application-using-azure-openai-and-cosmos-db-for/ba-p/4055852
MIT License
28 stars 44 forks source link

Bump the python-requirements group across 1 directory with 3 updates #24

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the python-requirements group with 3 updates in the / directory: hypercorn, quart and semantic-kernel.

Updates hypercorn from 0.16.0 to 0.17.3

Changelog

Sourced from hypercorn's changelog.

0.17.3 2024-05-28

  • Restore set TCP_NODELAY on TCP sockets
  • Support uvloop >= 0.18 and the loop_factory argument
  • Bugfix ensure ExceptionGroup lifespan failures crash the server.

0.17.2 2024-05-27

  • Bugfix pass the correct quic connection to the H3 Protocol.

0.17.1 2024-05-27

  • Bugfix revert set TCP_NODELAY on sockets.

0.17.0 2024-05-27

  • Set TCP_NODELAY on sockets.
  • Support sending trailing headers on h2/h3.
  • Add support for lifespan state.
  • Allow sending of the response before body data arrives.
  • Bugfix properly set host header to ascii string in ProxyFixMiddleware.
  • Bugfix encode headers using latin-1.
  • Bugfix don't double-access log if the response was sent.
  • Bugfix a statsd logging bug.
  • Bugfix handle already-closed on StreamEnded.
  • Bugfix send a 400 response if data is received before the websocket is accepted.
  • Bugfix ensure only a single QUIC timer task per connection.
  • Bugfix ensure responses are sent with empty bodies for WSGI.
Commits
  • c405dea Bump and release 0.17.3
  • bfb0877 Bugfix ensure ExceptionGroup lifespan failures crash the server
  • edd0aac Support uvloop >= 0.18 and the loop_factory argument
  • bc6e1c0 Restore set TCP_NODELAY on TCP sockets
  • 7136c61 Bump and release 0.17.2
  • c03a75f Bugfix pass the correct quic connection to the H3 Protocol
  • 494268a Bump and release 0.17.1
  • 74d5b95 Revert "Set TCP_NODELAY on sockets"
  • a2e7bce Bump and release 0.17.0
  • d16b503 Improve the trailing headers support
  • Additional commits viewable in compare view


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 semantic-kernel from 0.9.6b1 to 1.0.3

Release notes

Sourced from semantic-kernel's releases.

python-1.0.3

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/semantic-kernel/compare/python-1.0.2...python-1.0.3

python-1.0.2

This release contains various bug fixes and improvements.

What's Changed

Full Changelog: https://github.com/microsoft/semantic-kernel/compare/python-1.0.1...python-1.0.2

dotnet-1.0.1

Changes:

  • e560c3c05b7ca8a9c5b06a08e0363976bbe6cd6a .Net: Upgrade to v1.0.1 (#4311)
  • 95a621acfdb8694bb2e077301e6246f3a91e34a7 .Net: BugFix Serializing and Deserializing ChatHistory with ToolCalling details Update OpenAI Connector to use FunctionToolCallsProperty and add ChatHistoryTests (#4358) [ #4336 ]
  • 48a62235ec1ddfadd3f92150180125d5eb3d40a6 .Net: [Handlebars] Complex Type Support for OpenAPI plugins (#4343)
  • 783908e74fcdcb65a39e943b333aa975ec11d59a .Net: Decoupling form OpenApi (#4356)
  • af64b027c48bf4181bf80245a3c026dda1110d44 .Net: Removed Connectors.OpenAI dependency from PromptTemplates.Handlebars project (#4355)
  • d0bfeb226ab30aeabee96a486fde55f5b2e59afb .Net: Fixing issue that causes a stack overflow in handlebars planner. (#4344)
  • 06c6315bfa32401287bedadb230acbab084cf41a .Net: Fix a few issues found via compiler warnings (#4332)
  • 3bb9630dd4281a8778d54ed050e432a6bc287ab2 .Net: Small fixes for examples (#4354)
  • 3eaa507d7977ff6eec71197f66aee56b2e289147 .Net InputVariable.Default type is changed from string to object? (#4345)
  • 7bf8e8e4f56d91d952369b14904cbe3f8374df23 .Net: Update to Azure.AI.OpenAI beta 12 (#4329) [ #4336 ]
  • f5b3f50130ed7775736e961cf9116f39513d53de .Net Packages Updates, Warning Fixes, Small improvements + Azure AI Search Update (to support latest GA package) (#4320)

... (truncated)

Commits
  • 246b843 Python: Bump Python version to 1.0.3 for a release. (#6432)
  • 94c89ed Python: Fix doc string for allow_dangerously_set_content (#6431)
  • f7f5abc Python: (Astra DB) Explicit projection when reading from Astra DB (#6246)
  • 895a580 Python: Fix schema building for complex types (#6394)
  • 172e931 Python: updated samples (#6411)
  • 9e99933 Python: new pre-commit actions and pre-commit as GHA (#6376)
  • d8674bd Python: Bump ruff from 0.4.4 to 0.4.5 in /python (#6417)
  • 237a4de .Net: Bump SharpToken from 1.2.17 to 2.0.3 in /dotnet (#6420)
  • 6bd02cc .Net: Bump Microsoft.ML.Tokenizers from 0.22.0-preview.24179.1 to 0.22.0-prev...
  • 5544056 .Net: Bump xunit.analyzers from 1.11.0 to 1.14.0 in /dotnet (#6422)
  • Additional commits viewable in compare view


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