question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

requirements upper bounds

See original GitHub issue

I’ve been enjoying your library, it has some of the better implementations in an easy to implement way (ex. _methods)

One thing I’ve noticed is that you have specified that your requirements are all static (requests/urllib for example).

Because your implementation of those requirements are not really integrated into your library, would it not make more sense to create a major version upper limit?

my rec:

requests~=2.26
urllib3~=1.26

Im of course ready to be corrected on this.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
bytefacecommented, Jan 17, 2022

@ShoGinn the poetry bug i mentioned was here. https://github.com/python-poetry/poetry/issues/2746#issuecomment-955718400 but it’s probably out of my depth to look into.

1reaction
bytefacecommented, Jan 17, 2022

Hi. sadly poetry didn’t work on the PC i tested it on. I have an open ticket on the poetry repo. no response with about 5 users with the same issue. I don’t mind the makefile. but I have considered it. I was massively put off by it not working on PC. for me that’s the only reason i could think it useful as I test the python versions via the github workflows. I’d be keen to see the setup. but can’t promise i’ll merge it if they can’t fix they bug.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Require Upper Bound Dependencies - Apache Maven
This rule requires that the version for each dependency resolved during a build, is equal to or higher than all transitive dependency ...
Read more >
Upper and lower bounds - Wikipedia
A set with an upper (respectively, lower) bound is said to be bounded from above or majorized (respectively bounded from below or minorized)...
Read more >
Upward Bound Program - Department of Education
Upward Bound projects provide academic instruction in mathematics, laboratory sciences, composition, literature, and foreign languages.
Read more >
Lower and Upper Bound Theory - GeeksforGeeks
The Lower and Upper Bound Theory provides a way to find the lowest complexity algorithm to solve a problem. Before understanding the theory, ......
Read more >
Should You Use Upper Bound Version Constraints?
In this discussion I would like to explain why always providing an upper limit causes far more harm than good even for true...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found