datacontract / datacontract-cli

CLI to manage your datacontract.yaml files
https://cli.datacontract.com
Other
352 stars 60 forks source link

Update snowflake-connector-python[pandas] requirement from <3.11,>=3.6 to >=3.6,<3.12 #284

Open dependabot[bot] opened 4 days ago

dependabot[bot] commented 4 days ago

Updates the requirements on snowflake-connector-python[pandas] to permit the latest version.

Release notes

Sourced from snowflake-connector-python[pandas]'s releases.

3.11.0

  • v3.11.0(June 17,2024)

    • Added support for token_file_path connection parameter to read an OAuth token from a file when connecting to Snowflake.
    • Added support for debug_arrow_chunk connection parameter to allow debugging raw arrow data in case of arrow data parsing failure.
    • Added support for disable_saml_url_check connection parameter to disable SAML URL check in OKTA authentication.
    • Fixed a bug that OCSP certificate signed using SHA384 algorithm cannot be verified.
    • Fixed a bug that status code shown as uploaded when PUT command failed with 400 error.
    • Fixed a bug that a PermissionError was raised when the current user does not have the right permission on parent directory of config file path.
    • Fixed a bug that OCSP GET url is not encoded correctly when it contains a slash.
    • Fixed a bug that an SSO URL didn't accept : in a query parameter, for instance, https://sso.abc.com/idp/startSSO.ping?PartnerSpId=https://xyz.snowflakecomputing.com/.
Commits
  • 3746237 3.11.0 python connector version bump (#1975)
  • 4b636a7 SNOW-1473581: Fix SSO url validator for nested urls (#1974)
  • a92b91b Skip test_put_get_accelerate_user_stage (#1968)
  • da9ffa4 SNOW-1463842 (#1967)
  • 6f8c455 SNOW-1460707: Fix permission error when there is no permission on the parent ...
  • 94c319d SNOW-1226666: allow disabling saml url check in okta authentication (#1961)
  • 0b2cfbc pre-commmit autoupdate and fixes (#1960)
  • aa82e88 fixing configmanager test warnings (#1962)
  • 5637b34 SNOW-1444663: fix SnowSQL PUT failed with a 400 error but the status shows as...
  • 5e61c94 SNOW-1412405: fix ocsp validating sha384 signed certificate (#1951)
  • 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 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)