Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ pip list
Package Version
-------------- ------------------
cffi 2.0.0
gevent 25.9.1
gevent 26.5.0
greenlet 3.5.1
msgspec 0.18.6+30.g595c33c
mysqlclient 2.2.8
Expand All @@ -33,6 +33,6 @@ zope.event 6.2
zope.interface 8.5

$ docker images | head -n2
REPOSITORY TAG IMAGE ID CREATED SIZE
pigs-will-fly/docker-python latest a6c5c62e5828 1 second ago 97.4MB
REPOSITORY TAG IMAGE ID CREATED SIZE
pigs-will-fly/docker-python latest 03b55dfa2d3a 1 second ago 97.2MB
```
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cffi
gevent==25.9.1
gevent==26.5.0
msgspec @ git+https://github.com/jcrist/msgspec@595c33c4a71c6d0c539b82233982a65819e240cf
mysqlclient==2.2.8
regex==2026.5.9
Expand Down