ranahaani / GNews

A Happy and lightweight Python Package that Provides an API to search for articles on Google News and returns a JSON response.
https://pypi.org/project/gnews/
MIT License
745 stars 107 forks source link

Relax to higher version? #90

Closed simprince closed 6 months ago

simprince commented 7 months ago

https://github.com/ranahaani/GNews/blob/701531632570781847f23d76b13bcab0157e0a0a/requirements.txt#L3

Is it possible to use >=? This is causing a conflict in dependency as many packages require a newer version of beautifulsoup.

simprince commented 7 months ago

Same on requests==2.26.0 if you could boost this version up or simply use >=

anthonyJamRau commented 7 months ago

@simprince @ranahaani

Is it possible to please use >= in the requests requirement so that it is requests>= 2.26.0 like simprince suggested? I need this for a dependency conflict with the streamlit project here https://pypi.org/project/streamlit/#history

ranahaani commented 6 months ago

fix https://github.com/ranahaani/GNews/pull/92