Skip to content

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
SQLAlchemy (changelog) ==2.0.27 -> ==2.0.28 age adoption passing confidence
argcomplete (changelog) ==3.1.4 -> ==3.2.3 age adoption passing confidence
attrs (changelog) ==23.1.0 -> ==23.2.0 age adoption passing confidence
build (changelog) ==1.0.3 -> ==1.1.1 age adoption passing confidence
cachetools ==5.3.2 -> ==5.3.3 age adoption passing confidence
certifi ==2023.7.22 -> ==2023.11.17 age adoption passing confidence
click (changelog) ==8.0.4 -> ==8.1.7 age adoption passing confidence
cloud-sql-python-connector ==1.7.0 -> ==1.8.0 age adoption passing confidence
colorlog ==6.7.0 -> ==6.8.2 age adoption passing confidence
cryptography (changelog) ==42.0.4 -> ==42.0.5 age adoption passing confidence
distlib ==0.3.7 -> ==0.3.8 age adoption passing confidence
google-api-core ==2.12.0 -> ==2.17.1 age adoption passing confidence
google-auth ==2.23.4 -> ==2.28.2 age adoption passing confidence
google-cloud-core ==2.3.3 -> ==2.4.1 age adoption passing confidence
google-cloud-storage ==2.13.0 -> ==2.15.0 age adoption passing confidence
google-resumable-media ==2.6.0 -> ==2.7.0 age adoption passing confidence
googleapis-common-protos ==1.61.0 -> ==1.63.0 age adoption passing confidence
idna (changelog) ==3.4 -> ==3.6 age adoption passing confidence
importlib-metadata ==6.8.0 -> ==6.11.0 age adoption passing confidence
jaraco-classes ==3.3.0 -> ==3.3.1 age adoption passing confidence
keyring ==24.2.0 -> ==24.3.1 age adoption passing confidence
langchain-community ==0.0.21 -> ==0.0.28 age adoption passing confidence
langchain-core ==0.1.30 -> ==0.1.32 age adoption passing confidence
markupsafe (changelog) ==2.1.3 -> ==2.1.5 age adoption passing confidence
more-itertools ==10.1.0 -> ==10.2.0 age adoption passing confidence
nh3 ==0.2.14 -> ==0.2.15 age adoption passing confidence
pkginfo ==1.9.6 -> ==1.10.0 age adoption passing confidence
pyasn1 (changelog) ==0.5.0 -> ==0.5.1 age adoption passing confidence
pygments (changelog) ==2.16.1 -> ==2.17.2 age adoption passing confidence
python-dateutil ==2.8.2 -> ==2.9.0.post0 age adoption passing confidence
rich ==13.6.0 -> ==13.7.1 age adoption passing confidence
test/black (changelog) ==23.12.0 -> ==23.12.1 age adoption passing confidence
test/langchain ==0.1.8 -> ==0.1.12 age adoption passing confidence
test/mypy (source, changelog) ==1.7.1 -> ==1.9.0 age adoption passing confidence
test/pytest-asyncio (changelog) ==0.23.0 -> ==0.23.5.post1 age adoption passing confidence
typing-extensions (changelog) ==4.8.0 -> ==4.10.0 age adoption passing confidence
urllib3 (changelog) ==2.0.7 -> ==2.2.1 age adoption passing confidence
virtualenv ==20.24.6 -> ==20.25.1 age adoption passing confidence
wheel (changelog) ==0.41.3 -> ==0.43.0 age adoption passing confidence
zipp ==3.17.0 -> ==3.18.1 age adoption passing confidence

Release Notes

kislyuk/argcomplete (argcomplete)

v3.2.3

Compare Source

===============================

  • Allow register-python-argcomplete output to be used as lazy-loaded
    zsh completion module (#​475)

  • Move debug_stream initialization to helper method to allow fd 9
    behavior to be overridden in subclasses (#​471)

v3.2.2

Compare Source

===============================

Expand tilde in zsh

v3.2.1

Compare Source

===============================

  • Allow explicit zsh global completion activation (#​467)

v3.2.0

Compare Source

===============================

  • Fix and test global completion in zsh (#​463, #​466)

  • Add –yes option to activate-global-python-argcomplete (#​461)

  • Test suite improvements

v3.1.6

Compare Source

===============================

  • Respect user choice in activate-global-python-argcomplete

v3.1.5

Compare Source

===============================

  • Escape colon in zsh completions. Fixes #​456
python-attrs/attrs (attrs)

v23.2.0

Compare Source

Changes
  • The type annotation for attrs.resolve_types() is now correct.
    #​1141
  • Type stubs now use typing.dataclass_transform to decorate dataclass-like decorators, instead of the non-standard __dataclass_transform__ special form, which is only supported by Pyright.
    #​1158
  • Fixed serialization of namedtuple fields using attrs.asdict/astuple() with retain_collection_types=True.
    #​1165
  • attrs.AttrsInstance is now a typing.Protocol in both type hints and code.
    This allows you to subclass it along with another Protocol.
    #​1172
  • If attrs detects that __attrs_pre_init__ accepts more than just self, it will call it with the same arguments as __init__ was called.
    This allows you to, for example, pass arguments to super().__init__().
    #​1187
  • Slotted classes now transform functools.cached_property decorated methods to support equivalent semantics.
    #​1200
  • Added class_body argument to attrs.make_class() to provide additional attributes for newly created classes.
    It is, for example, now possible to attach methods.
    #​1203
pypa/build (build)

v1.1.1

Compare Source

==================

  • Fixed invoking outer pip from user site packages
    (PR :pr:746, fixes issue :issue:745)
  • Corrected the minimum pip version required to use an outer pip
    (PR :pr:746, fixes issue :issue:745)

v1.1.0

Compare Source

==================

  • Use external pip if available instead of installing, speeds up environment
    setup with virtualenv slightly and venv significantly.
    (PR :pr:736)
  • Stopped injecting wheel as a build dependency automatically, in the
    case of missing pyproject.toml -- by :user:webknjaz.
    (PR :pr:716)
  • Use importlib_metadata on Python <3.10.2 for bugfixes not present in
    those CPython standard libraries (not required when bootstrapping) -- by
    :user:GianlucaFicarelli.
    (PR :pr:693, fixes issue :issue:692)
tkem/cachetools (cachetools)

v5.3.3

Compare Source

===================

  • Documentation improvements.

  • Update CI environment.

certifi/python-certifi (certifi)

v2023.11.17

Compare Source

GoogleCloudPlatform/cloud-sql-python-connector (cloud-sql-python-connector)

v1.8.0

Compare Source

Features
Bug Fixes
Dependencies
borntyping/python-colorlog (colorlog)

v6.8.2: 6.8.2

Compare Source

What's Changed

New Contributors

Full Changelog: borntyping/python-colorlog@v6.8.0...v6.8.2

v6.8.0: 6.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: borntyping/python-colorlog@v6.7.0...v6.8.0

pyca/cryptography (cryptography)

v42.0.5

Compare Source

pypa/distlib (distlib)

v0.3.8

Compare Source

googleapis/python-api-core (google-api-core)

v2.17.1

Compare Source

Bug Fixes
  • Resolve issue handling protobuf responses in rest streaming (#​604) (bcebc92)

v2.17.0

Compare Source

Features
  • Add attempt_direct_path argument to create_channel (#​583) (94726e7)
Bug Fixes

v2.16.2

Compare Source

Bug Fixes

v2.16.1

Compare Source

Bug Fixes
  • Fix broken import for google.api_core.retry_async.AsyncRetry (#​587) (ac012c0)

v2.16.0

Compare Source

Features

v2.15.0

Compare Source

Features
Bug Fixes
  • Fix regression in bidi causing Thread-ConsumeBidirectionalStream caught unexpected exception and will exit (#​562) (40c8ae0)
  • Replace deprecated datetime.datetime.utcnow() (#​552) (448923a), closes #​540

v2.14.0

Compare Source

Features

v2.13.1

Compare Source

Bug Fixes

v2.13.0

Compare Source

Features
Bug Fixes
  • Add warning to retry target to avoid incorrect usage (#​543) (bfb40e6)
  • Drop usage of distutils (#​541) (4bd9e10)
  • Ensure exception is available when BackgroundConsumer open stream fails (#​357) (405272c)
googleapis/google-auth-library-python (google-auth)

v2.28.2

Compare Source

Bug Fixes

v2.28.1

Compare Source

Bug Fixes
  • Typo when setting the state for the pickle deserializer. (#​1479) (08b5cc3)

v2.28.0

Compare Source

Features
  • Adding universe domain support for downscroped credentials (#​1463) (fa8b7b2)
Bug Fixes
  • Change log level to debug for return_none_for_not_found_error (#​1473) (a036b47)
  • Make requests import conditional for gce universe domain (#​1476) (9bb64c8)

v2.27.0

Compare Source

Features
  • Add optional account association for Authorized User credentials. (#​1458) (988153d)
Bug Fixes
  • Allow custom universe domain for gce creds (#​1460) (7db5823)
  • Conditionally import requests only if no request was passed by the caller. (#​1456) (9cd6742)

v2.26.2

Compare Source

Bug Fixes
  • Read universe_domain for external account authorized user (#​1450) (1cc7df3)

v2.26.1

Compare Source

Bug Fixes

v2.26.0

Compare Source

Features
  • Add optional non blocking refresh for sync auth code (a6dc2c3)
  • Add optional non blocking refresh for sync auth code (#​1368) (a6dc2c3)
Bug Fixes
  • External account user cred universe domain support (#​1437) (75068f9)
  • Guard delete statements. Add default fallback for _use_non_blocking_refresh. (#​1445) (776d634)

v2.25.2

Compare Source

Bug Fixes

v2.25.1

Compare Source

Bug Fixes

v2.25.0

Compare Source

Features
  • Add custom tls signer for ECP Provider. (39eb287)
  • Add custom tls signer for ECP Provider. (#​1402) (39eb287)
Bug Fixes

v2.24.0

Compare Source

Features
Bug Fixes
Documentation
googleapis/python-cloud-core (google-cloud-core)

v2.4.1

Compare Source

Bug Fixes

v2.4.0

Compare Source

Features
googleapis/python-storage (google-cloud-storage)

v2.15.0

Compare Source

Features
Bug Fixes

v2.14.0

Compare Source

Features
Bug Fixes

Configuration

📅 Schedule: Branch creation - "every 2 weeks on Saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner March 15, 2024 22:43
@dpebot
Copy link
Collaborator

dpebot commented Mar 15, 2024

/gcbrun

@product-auto-label product-auto-label bot added the api: cloudsql-sqlserver Issues related to the googleapis/langchain-google-cloud-sql-mssql-python API. label Mar 15, 2024
@averikitsch averikitsch merged commit 598240f into googleapis:main Mar 15, 2024
@renovate-bot renovate-bot deleted the renovate/python-nonmajor branch March 15, 2024 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: cloudsql-sqlserver Issues related to the googleapis/langchain-google-cloud-sql-mssql-python API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants