-
Notifications
You must be signed in to change notification settings - Fork 1
dynamic URIs, better input examples #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
[tool.poetry.dependencies] | ||
python = "<3.11,>=3.7.1" | ||
python = "<3.12,>=3.8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
breaking change
There was a problem hiding this comment.
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 🤷
There was a problem hiding this comment.
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.
|
||
[tool.poetry.dependencies] | ||
python = "<3.11,>=3.7.1" | ||
python = "<3.12,>=3.8" |
There was a problem hiding this comment.
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 🤷
msg = ( | ||
"At least one of the configured `uris` contains " |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Everything else looks good |
Closes #7