promplate / demo

A simple python server with @promplate. Best practise for prompt engineering applications.
https://demo.promplate.dev/redoc
MIT License
1 stars 0 forks source link

chore(deps): update logfire[fastapi,httpx,system-metrics] requirement from ~=0.49.0 to ~=0.50.1 #121

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Updates the requirements on logfire[fastapi,httpx,system-metrics] to permit the latest version.

Release notes

Sourced from logfire[fastapi,httpx,system-metrics]'s releases.

v0.50.1

What's Changed

Full Changelog: https://github.com/pydantic/logfire/compare/v0.50.0...v0.50.1

Changelog

Sourced from logfire[fastapi,httpx,system-metrics]'s changelog.

[v0.50.1] (2024-08-06)

(Previously released as v0.50.0, then yanked due to pydantic/logfire#367)

  • BREAKING CHANGES: Separate sending to Logfire from using standard OTEL environment variables by @​alexmojaki in pydantic/logfire#351. See https://docs.pydantic.dev/logfire/guides/advanced/alternative_backends/ for details. Highlights:
    • OTEL_EXPORTER_OTLP_ENDPOINT is no longer just an alternative to LOGFIRE_BASE_URL. Setting OTEL_EXPORTER_OTLP_ENDPOINT, OTEL_EXPORTER_OTLP_TRACES_ENDPOINT, and/or OTEL_EXPORTER_OTLP_METRICS_ENDPOINT will set up appropriate exporters in addition to sending to Logfire, which must be turned off separately if desired. These are basic exporters relying on OTEL defaults. In particular they don't use our custom retrying logic.
    • LOGFIRE_BASE_URL / logfire.configure(base_url=...) is now only intended for actual alternative Logfire backends, which are currently only available to Logfire developers, and unlike OTEL_EXPORTER_OTLP_ENDPOINT requires authenticating with Logfire.
    • Pending spans are only sent to logfire-specific exporters.
  • Add capture_statement to Redis instrumentation by @​Kludex in pydantic/logfire#355

[v0.49.1] (2024-08-05)

[v0.49.0] (2024-08-05)

[v0.48.1] (2024-07-29)

[v0.48.0] (2024-07-24)

[v0.47.0] (2024-07-20)

[v0.46.1] (2024-07-05)

... (truncated)

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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)