Skip to content

relax upper bounds on dependencies#445

Closed
timkpaine wants to merge 1 commit into
massive-com:masterfrom
timkpaine:tkp/deps
Closed

relax upper bounds on dependencies#445
timkpaine wants to merge 1 commit into
massive-com:masterfrom
timkpaine:tkp/deps

Conversation

@timkpaine

Copy link
Copy Markdown

Some of the dependent libraries have relatively strict upper bounds that should probably be relaxed

conda-forge/polygon-api-client-feedstock#20

Comment thread pyproject.toml
urllib3 = "^1.26.9"
websockets = "^10.3"
certifi = "^2022.5.18"
urllib3 = ">=1.26.9,<3"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

My knowledge on this syntax might be off, but the current expression ^1.26.9 Means we accept the versions
>=1.26.9 <2.0.0. From docs.

Is this proposal to changed the allowed version to >=1.26.9 <3.0.0?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Also I am inclined to merge in #439 and other dependabot PRs that might help with what you are experiencing.
I need to do more validation in the urllib upgrade since its a major version upgrade.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

yes, and I don't mind my PR vs dependabot, doesn't make a difference to me

@justinpolygon

Copy link
Copy Markdown
Collaborator

I think the PR is outdated now that we've merged most of the dependabot suggestions. We'll keep on top of this going forward. I'm just working through the urllib3 changes and will hopefully merge that one soon. Thanks for sending this PR in and hopefully all of the updates have resolved your root issue. Please feel free to comment/re-open if you need something else here though. Cheers.

@PrathamSoni

Copy link
Copy Markdown

Hey just wanted to follow up here. Still have urllib <2 in the toml

@justinpolygon

Copy link
Copy Markdown
Collaborator

Hey @PrathamSoni is there something you need dependancy wise that's not in the current urllib? I'm just trying to understand the use-case here and push for the update.

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.

4 participants