tutorcruncher / hermes

1 stars 0 forks source link

Bump the python-packages group with 12 updates #244

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the python-packages group with 12 updates:

Package From To
pydantic 2.7.2 2.7.4
pydantic-settings 2.2.1 2.3.4
uvicorn 0.30.0 0.30.1
sentry-sdk[fastapi] 2.3.1 2.7.1
logfire[fastapi] 0.38.0 0.45.0
google-api-core 2.19.0 2.19.1
google-api-python-client 2.131.0 2.135.0
google-auth 2.29.0 2.30.0
googleapis-common-protos 1.63.0 1.63.2
ruff 0.4.7 0.5.0
pytest 8.2.1 8.2.2
coverage 7.5.3 7.5.4

Updates pydantic from 2.7.2 to 2.7.4

Release notes

Sourced from pydantic's releases.

v2.7.4 (2024-06-12)

What's Changed

Packaging

Fixes

  • Specify recursive_guard as kwarg in FutureRef._evaluate by @​vfazio in #9612

Full Changelog: https://github.com/pydantic/pydantic/compare/v2.7.3...v2.7.4

v2.7.3 (2024-06-03)

What's Changed

Packaging

Fixes

Full Changelog: https://github.com/pydantic/pydantic/compare/v2.7.2...v2.7.3/*

Changelog

Sourced from pydantic's changelog.

v2.7.4 (2024-06-12)

Github release

What's Changed

Packaging

Fixes

  • Specify recursive_guard as kwarg in FutureRef._evaluate by @​vfazio in #9612

v2.7.3 (2024-06-03)

GitHub release

What's Changed

Packaging

Fixes

Commits


Updates pydantic-settings from 2.2.1 to 2.3.4

Release notes

Sourced from pydantic-settings's releases.

v2.3.4

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.3.3...v2.3.4

v2.3.3

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.3.2...v2.3.3

v2.3.2

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.3.1...v2.3.2

v2.3.1

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.3.0...v2.3.1

v2.3.0

What's Changed

... (truncated)

Commits
  • fe1f950 Prepare release 2.3.4 (#322)
  • 674ebd9 Remove leftover docstring causing warning on pydantic docs build (#321)
  • 7ede0ec Nested pydantic dataclasses and doc fixes. (#317)
  • c2d44a7 add in-place reloading in docs (#316)
  • f1b82d8 Prepare release 2.3.3 (#314)
  • bd294a4 Add CliSettingsSource alias handling for AliasChoices and AliasPath. (#313)
  • abe7cc5 Fix an intriduced bug in parsing json field with discriminated union (#312)
  • b5d4534 Prepare release 2.3.2 (#310)
  • b2e84c2 Fix issue with nested model uppercase field name in case insensitive mode (#309)
  • 0a9faca Fix command line help from argparse formatting problem (#307)
  • Additional commits viewable in compare view


Updates uvicorn from 0.30.0 to 0.30.1

Release notes

Sourced from uvicorn's releases.

Version 0.30.1

Fixed

  • Allow horizontal tabs \t in response header values (#2345)

Full Changelog: https://github.com/encode/uvicorn/compare/0.30.0...0.30.1

Changelog

Sourced from uvicorn's changelog.

0.30.1 (2024-06-02)

Fixed

  • Allow horizontal tabs \t in response header values (#2345)
Commits


Updates sentry-sdk[fastapi] from 2.3.1 to 2.7.1

Release notes

Sourced from sentry-sdk[fastapi]'s releases.

2.7.1

Various fixes & improvements

2.7.0

2.6.0

2.5.1

This change fixes a regression in our cron monitoring feature, which caused cron checkins not to be sent. The regression appears to have been introduced in version 2.4.0.

We recommend that all users, who use Cron monitoring and are currently running sentry-python ≥2.4.0, upgrade to this release as soon as possible!

... (truncated)

Changelog

Sourced from sentry-sdk[fastapi]'s changelog.

2.7.1

Various fixes & improvements

2.7.0

2.6.0

2.5.1

... (truncated)

Commits


Updates logfire[fastapi] from 0.38.0 to 0.45.0

Release notes

Sourced from logfire[fastapi]'s releases.

v0.45.0

What's Changed

Full Changelog: https://github.com/pydantic/logfire/compare/v0.44.0...v0.45.0

v0.44.0

What's Changed

Full Changelog: https://github.com/pydantic/logfire/compare/v0.43.0...v0.44.0

v0.43.0

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/logfire/compare/v0.42.0...v0.43.0

v0.42.0

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/logfire/compare/v0.41.0...v0.42.0

v0.41.0

... (truncated)

Changelog

Sourced from logfire[fastapi]'s changelog.

[v0.45.0] (2024-06-29)

[v0.44.0] (2024-06-26)

[v0.43.0] (2024-06-24)

[v0.42.0] (2024-06-11)

[v0.41.0] (2024-06-06)

[v0.40.0] (2024-06-04)

  • BREAKING CHANGE: The processors parameter of logfire.configure() has been replaced by additional_span_processors. Passing processors will raise an error. Unlike processors, setting additional_span_processors to an empty sequence will not disable the default span processor which exports to Logfire. To do that, pass send_to_logfire=False. Similarly metric_readers has been replaced by additional_metric_reader. By @​alexmojaki in pydantic/logfire#233
  • Improve error raised when opentelemetry.instrumentation.django is not installed by @​deepakdinesh1123 in pydantic/logfire#231
  • Handle internal errors by @​alexmojaki in pydantic/logfire#232

[v0.39.0] (2024-06-03)

Add new methods for easier integration in pydantic/logfire#207:

  • instrument_flask
  • instrument_starlette
  • instrument_aiohttp_client
  • instrument_sqlalchemy

... (truncated)

Commits


Updates google-api-core from 2.19.0 to 2.19.1

Release notes

Sourced from google-api-core's releases.

v2.19.1

2.19.1 (2024-06-19)

Bug Fixes

v2.19.1rc0

2.19.1rc0 (2024-06-19)

Bug Fixes

Changelog

Sourced from google-api-core's changelog.

2.19.1 (2024-06-19)

Bug Fixes

Commits
  • fef9363 chore(main): release 2.19.1 (#650)
  • fda0ca6 fix: add support for protobuf 5.x (#644)
  • 126b5c7 chore(revert): Revert "chore: move retry async check to wrap time (#649)" (#667)
  • e031eb5 chore(revert): Revert "feat: add caching to GapicCallable" (#665)
  • ac098a7 chore: move retry async check to wrap time (#649)
  • 1203fb9 fix: Ignore unknown fields in rest streaming. (#651)
  • c9e1cbb chore: fallback to unary_unary when wrapping async callables (#653)
  • d96eb5c feat: add caching to GapicCallable (#527)
  • ab22afd chore: avoid checking instance on each stream call (#529)
  • See full diff in compare view


Updates google-api-python-client from 2.131.0 to 2.135.0

Release notes

Sourced from google-api-python-client's releases.

v2.135.0

2.135.0 (2024-06-27)

Features