Sam

Results 60 comments of Sam

Of course @eternaltyro, no rush at all! Send me a message over any platform when you have time for this 👍

I'll try to find time to revise this PR soon (particularly the dockerfile). There are a few refinements I could include, plus Python 3.10.

I should get around to updating this at the weekend - got a pretty full work week ahead 👍

I'll be working on this now - will update soon.

As we are using Python image 3.10-alpine3.17, the system proj version is 9.x. I had to update pyproj to 3.5.0. As far as I can see there are few breaking...

It's not possible for us to update to Python 3.10 due to the `schematics` dependency. The `Iterable` class was removed in Python 3.10. Traceback: ``` File "/usr/src/app/manage.py", line 11, in...

I have updated the dockerfile and pyproject.toml, plus docs and CircleCI. As well as PDM, I also made the container run as a non-root user for security. I also separated...

With the currently dependency versions we can only use Python 3.9. To upgrade to Python 3.10, I suggest we: 1) Merge this PR. 2) Selectively merge #5642: - All code...

A note for the future: - I kept Python with an alpine base as that was used before & I didn't want to be too obnoxious with my edits. -...

Let me know if there is anything I can do to help. I could add the requirements file back in for now.