{{ message }}
Add tox -e cog to update README tables#313
Merged
JulienPalard merged 5 commits intoOct 17, 2025
Merged
Conversation
hugovk
commented
Sep 8, 2025
AA-Turner
requested changes
Sep 8, 2025
AA-Turner
left a comment
Member
There was a problem hiding this comment.
This is a rather heavy dependency for an infrequent task that isn't that much of a hardship:
cog v0.16.6
├── attrs v23.2.0
├── fastapi v0.115.14
│ ├── pydantic v2.11.7
│ │ ├── annotated-types v0.7.0
│ │ ├── pydantic-core v2.33.2
│ │ │ └── typing-extensions v4.15.0
│ │ ├── typing-extensions v4.15.0
│ │ └── typing-inspection v0.4.1
│ │ └── typing-extensions v4.15.0
│ ├── starlette v0.46.2
│ │ └── anyio v4.10.0
│ │ ├── idna v3.10
│ │ └── sniffio v1.3.1
│ └── typing-extensions v4.15.0
├── pydantic v2.11.7 (*)
├── pyyaml v6.0.2
├── requests v2.32.5
│ ├── certifi v2025.8.3
│ ├── charset-normalizer v3.4.3
│ ├── idna v3.10
│ └── urllib3 v2.5.0
├── structlog v24.4.0
├── typing-extensions v4.15.0
└── uvicorn v0.35.0
├── click v8.2.1
│ └── colorama v0.4.6
└── h11 v0.16.0
I'd be fine with using GFM tables (though they're rather verbose in the source), but I don't think we need the other changes in this PR.
A
Sorry, something went wrong.
Member
Author
|
Good point, I've moved the cog dependency out of |
Sorry, something went wrong.
m-aciek
approved these changes
Oct 1, 2025
Hide details
View details
JulienPalard
merged commit
c08754f
into
python:main
Oct 17, 2025
10 checks passed
Member
|
Thanks @hugovk! I've heard of cog once, it's the first time I see a use of it, that's interesting :))) |
Sorry, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
Also output the tables in GitHub-flavoured Markdown instead of RST, because it's
README.md.And remove the irrelevant Travis CI column, we've not used it for years and
.travis.ymlwas deleted in 2021: python/cpython#30257