Tessa Walsh

Results 111 comments of Tessa Walsh

Pinning `gevent==23.9.0` and `greenlet>=2.0.2` to specific versions because `httpbin` requires `greenlet < 3` for now. We can update to latest/greenlet 3 when the PSF-maintained httpbin updates, or contribute that separately.

Note that [werkzeug 2.3.0 dropped support for Python 3.7](https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-2-3-0); if we want to continue to support Python < 3.8, we'd need to pin to `werkzeug==2.2.3`, which does not support Python...

It's also worth noting that `werkzeug` [dropped support for Python 2 and Python 3.5 in version 2.0.0](https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-2-0-0), released in 2021, and we previously didn't have the version pinned so likely...

We decided to support Python 3.7-3.11 in the next release, and will drop Python 3.7, add Python 3.12, and upgrade dependencies further in the following release. I will make an...

Planning for September to avoid folks' summer holidays - we need to set a date and communicate in advance

Hi @steph-nb , sorry I've been kept busy on other tasks so haven't had a chance to investigate yet but I will check it out soon! At first glance seems...

Thanks @YousufSSyed - looks like you hit a bug here, and agreed that pywb should handle a missing WARC file more gracefully. In the case you describe above, are you...

I'm going to reproduce on my end tomorrow and will let you know!

Thanks for reporting the issue. pywb currently has gevent pinned to 21.12.0, which doesn't have wheels for 3.11. From the gevent [changelog](https://github.com/gevent/gevent/blob/master/CHANGES.rst) it looks like newer releses of gevent have...

> what or where is pywb.recorder.test.test_recorder.? The file the document is referring to is here: https://github.com/webrecorder/pywb/blob/main/pywb/recorder/test/test_recorder.py. One of the tests it's referring to is: https://github.com/webrecorder/pywb/blob/main/pywb/recorder/test/test_recorder.py#L202-L225. Right now this is functionality...