GoogleCloudPlatform / alloydb-python-connector

A Python library for connecting securely to your AlloyDB instances.
Apache License 2.0
26 stars 7 forks source link

chore: verify custom user agent is type str #288

Closed jackwotherspoon closed 3 months ago

jackwotherspoon commented 3 months ago

If custom user agent is not of type str, do not use it and use default user agent.

Port of https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/pull/1052