Skip to content

Conversation

@bmos
Copy link
Contributor

@bmos bmos commented Nov 12, 2025

What's Changed

  • Adjust various dependencies to support Python 3.14 (some requiring version overrides to also support EOL python 3.9)
  • Add Python 3.14 classifier for pypi
  • Remove overrides from workflows which were logging python 3.14 failures without reporting test failure

Note

sqlalchemy had a <3 max version listed, but there is no version 3, so I removed that max version as we do not use this pattern elesewhere.

Note

censusgeocode has not had a release in a long time, but their repository contains an (unreleased) commit which does allow use on python 3.14 and resolves known security issues by updating urllib3 (#1652) and selenium (#1635). This PR changes our requirements file to download censusgeocode from github for the time being (including the specific unreleased commit).

Note

dbt-adapter packages no longer install dbt-core by default. I have added dbt-core to the connector extras that use it and added the dbt-adapters to the requirements file as they seemed to be missing.

@bmos bmos marked this pull request as ready for review November 12, 2025 02:22
@bmos bmos marked this pull request as draft November 12, 2025 02:24
@github-actions
Copy link

github-actions bot commented Nov 12, 2025

Coverage report

This PR does not seem to contain any modification to coverable code.

@bmos bmos force-pushed the patch-1 branch 2 times, most recently from 0181196 to 44a900b Compare November 21, 2025 00:55
@bmos bmos marked this pull request as ready for review November 21, 2025 01:05
bmos added 3 commits December 16, 2025 15:27
Resolved merge conflicts in requirements.txt by consolidating censusgeocode and urllib3 entries.
@bmos bmos marked this pull request as draft January 22, 2026 23:13
@bmos bmos marked this pull request as ready for review January 23, 2026 00:24
Comment on lines +10 to +14
dbt-core>=1.9.0
dbt-bigquery>=1.9.0
dbt-postgres>=1.9.0
dbt-redshift>=1.9.0
dbt-snowflake>=1.9.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@austinweisgrau Hey Austin, do you have thoughts on this? The specific packages are not included in requirements but are in setup.py?

@bmos bmos force-pushed the patch-1 branch 2 times, most recently from 9362fc6 to 8bd3e1a Compare January 27, 2026 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants