Skip to content

Conversation

taliawsmiley
Copy link
Contributor

@taliawsmiley taliawsmiley commented Nov 12, 2024

Closes #7

@taliawsmiley taliawsmiley self-assigned this Nov 12, 2024

[tool.poetry.dependencies]
python = "<3.11,>=3.7.1"
python = "<3.12,>=3.8"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

breaking change

Copy link
Contributor

Choose a reason for hiding this comment

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

I wouldn't hard bump the version number for this but 🤷

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Newer versions of the SDK no longer support 3.7.

@taliawsmiley taliawsmiley marked this pull request as ready for review November 12, 2024 19:25
@taliawsmiley taliawsmiley requested a review from visch November 12, 2024 19:25

[tool.poetry.dependencies]
python = "<3.11,>=3.7.1"
python = "<3.12,>=3.8"
Copy link
Contributor

Choose a reason for hiding this comment

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

I wouldn't hard bump the version number for this but 🤷

Comment on lines +44 to +45
msg = (
"At least one of the configured `uris` contains "
Copy link
Contributor

Choose a reason for hiding this comment

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

? this isn't used right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

@visch
Copy link
Contributor

visch commented Nov 12, 2024

Everything else looks good

@taliawsmiley taliawsmiley requested a review from visch November 13, 2024 13:25
@taliawsmiley taliawsmiley merged commit bc047a2 into main Nov 13, 2024
15 checks passed
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.

Pass in URL options via record instead of config

2 participants