Skip to content

chore: Bump the runtime-dependencies group with 2 updates #534

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

Bumps the runtime-dependencies group with 2 updates: psycopg and singer-sdk.

Updates psycopg from 3.2.6 to 3.2.7

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Future releases

Psycopg 3.3.0 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Drop support for Python 3.8.

Psycopg 3.2.7 ^^^^^^^^^^^^^

  • Add SRID support to shapely dumpers/loaders (:ticket:[#1028](https://github.com/psycopg/psycopg/issues/1028)).
  • Add support for binary hstore (:ticket:[#1030](https://github.com/psycopg/psycopg/issues/1030)).

Psycopg 3.2.6 ^^^^^^^^^^^^^

  • Fix connection semantic when using target_session_attrs=prefer-standby (:ticket:[#1021](https://github.com/psycopg/psycopg/issues/1021)).

Psycopg 3.2.5 ^^^^^^^^^^^^^

  • 3x faster UUID loading thanks to C implementation (:tickets:[#447](https://github.com/psycopg/psycopg/issues/447), [#998](https://github.com/psycopg/psycopg/issues/998)).

Psycopg 3.2.4 ^^^^^^^^^^^^^

  • Don't lose notifies received whilst the ~Connection.notifies() iterator is not running (:ticket:[#962](https://github.com/psycopg/psycopg/issues/962)).
  • Make sure that the notifies callback is called during the use of the ~Connection.notifies() generator (:ticket:[#972](https://github.com/psycopg/psycopg/issues/972)).
  • Raise the correct error returned by the database (such as !AdminShutdown or !IdleInTransactionSessionTimeout) instead of a generic OperationalError when a server error causes a client disconnection (:ticket:[#988](https://github.com/psycopg/psycopg/issues/988)).
  • Build macOS dependencies from sources instead using the Homebrew versions

... (truncated)

Commits
  • a6a6317 Merge pull request #1052 from psycopg/connection-log
  • 62cd04d chore: add connection debugging log in the C extension too
  • 55965e7 chore: add debug logging at connection time
  • 9266dc2 fix: guard from unexpected connection status on repr
  • cd7145b chore: bump psycopg package version to 3.2.7
  • 9e64699 feat: implement binary hstore protocol
  • 9d4142e test(pool): verify the overriding of close() to act as putconn()
  • 04630eb test(crdb): add test reproducing failure with prepared create statement
  • f046b7f ci(crdb): pull stable crdb images from crdb docker repository
  • 5d7b377 style: define a symbolic const for null values in array
  • Additional commits viewable in compare view

Updates singer-sdk from 0.45.3 to 0.45.11

Release notes

Sourced from singer-sdk's releases.

v0.45.11 (2025-04-28)

🐛 Fixes

  • #3004 Ensure fields with an array of JSON schema types are properly handled by SQL targets
  • #2995 Pin GitHub actions in templates
  • #2987 Add a date to the warning message for removal of Faker from stream maps contexts
  • #2982 Allow streams to override effective_schema to apply schema manipulations even on the input catalog

📚 Documentation Improvements

  • #3001 Note msgspec extra as a prerequisite to using the corresponding writer/reader classes -- Thanks @​ReubenFrankel!

📦 Packaging changes

  • #2993 Restore upper Python constraint for backoff dependency
  • #2981 Constrain third-party importlib-metadata to >=0.5.0

v0.45.10 (2025-04-16)

🐛 Fixes

  • #2978 Restore private _http_headers attribute of REST streams

v0.45.9 (2025-04-15)

🐛 Fixes

  • #2975 Update cookiecutter templates
  • #2974 Do not log a warning if null cannot be appended to schema types
  • #2973 Recognize oneOf fields in Singer schema helpers

v0.45.8 (2025-04-14)

🐛 Fixes

  • #2965 AttributeError: object has no attribute '_requests_session' when accessing public property during stream initialization -- Thanks @​ReubenFrankel!
  • #2970 Consider oneOf schemas when checking for date and datetime types

v0.45.7 (2025-04-14)

🐛 Fixes

  • #2968 singer_sdk.singerlib.resolve_schema_references now resolves oneOf schema references
  • #2924 Generate standard stream metadata for nested fields
  • #2940 Ensure streams with hardcoded schema attributes (e.g. REST and GraphQL streams) can have their schema overridden by the catalog

... (truncated)

Changelog

Sourced from singer-sdk's changelog.

v0.45.11 (2025-04-28)

🐛 Fixes

  • #3004 Ensure fields with an array of JSON schema types are properly handled by SQL targets
  • #2995 Pin GitHub actions in templates
  • #2987 Add a date to the warning message for removal of Faker from stream maps contexts
  • #2982 Allow streams to override effective_schema to apply schema manipulations even on the input catalog

📚 Documentation Improvements

  • #3001 Note msgspec extra as a prerequisite to using the corresponding writer/reader classes -- Thanks @​ReubenFrankel!

📦 Packaging changes

  • #2993 Restore upper Python constraint for backoff dependency
  • #2981 Constrain third-party importlib-metadata to >=0.5.0

v0.45.10 (2025-04-16)

🐛 Fixes

  • #2978 Restore private _http_headers attribute of REST streams

v0.45.9 (2025-04-15)

🐛 Fixes

  • #2975 Update cookiecutter templates
  • #2974 Do not log a warning if null cannot be appended to schema types
  • #2973 Recognize oneOf fields in Singer schema helpers

v0.45.8 (2025-04-14)

🐛 Fixes

  • #2965 AttributeError: object has no attribute '_requests_session' when accessing public property during stream initialization -- Thanks @​ReubenFrankel!
  • #2970 Consider oneOf schemas when checking for date and datetime types

v0.45.7 (2025-04-14)

🐛 Fixes

  • #2968 singer_sdk.singerlib.resolve_schema_references now resolves oneOf schema references
  • #2924 Generate standard stream metadata for nested fields
  • #2940 Ensure streams with hardcoded schema attributes (e.g. REST and GraphQL streams) can have their schema overridden by the catalog

📦 Packaging changes

  • #2966 Add a fallback-version for hatch vcs

... (truncated)

Commits
  • 43b48bb chore: Release v0.45.11 (#3005)
  • 260bcf1 fix(targets): Ensure fields with an array of JSON schema types are properly h...
  • 9fe2c5f chore: Lock file maintenance (#3003)
  • de299d9 chore(deps): bump the actions group with 4 updates (#3002)
  • 5273f32 chore: Update bug issue template
  • b9196aa docs: Note msgspec extra as a prerequisite to using the corresponding write...
  • dc7fd0d chore: Lock file maintenance (#2996)
  • 0d52585 fix(templates): Pin GitHub actions in templates (#2995)
  • c152403 packaging: Restore upper Python constraint for backoff dependency (#2993)
  • 10f580c chore: pre-commit autoupdate (#2991)
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2025
Bumps the runtime-dependencies group with 2 updates: [psycopg](https://github.com/psycopg/psycopg) and [singer-sdk](https://github.com/meltano/sdk).


Updates `psycopg` from 3.2.6 to 3.2.7
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.6...3.2.7)

Updates `singer-sdk` from 0.45.3 to 0.45.11
- [Release notes](https://github.com/meltano/sdk/releases)
- [Changelog](https://github.com/meltano/sdk/blob/main/CHANGELOG.md)
- [Commits](meltano/sdk@v0.45.3...v0.45.11)

---
updated-dependencies:
- dependency-name: psycopg
  dependency-version: 3.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
- dependency-name: singer-sdk
  dependency-version: 0.45.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the python Pull requests that update Python code label May 1, 2025
@edgarrmondragon edgarrmondragon added this pull request to the merge queue May 2, 2025
Merged via the queue into main with commit 0e88dcf May 2, 2025
17 checks passed
@edgarrmondragon edgarrmondragon deleted the dependabot/pip/runtime-dependencies-64a0cd2bce branch May 2, 2025 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant