Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pip] Bump typer from 0.12.5 to 0.13.0 #65

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2024

Bumps typer from 0.12.5 to 0.13.0.

Release notes

Sourced from typer's releases.

0.13.0

Features

Fixes

  • 🐛 Fix equality check for custom classes. PR #979 by @​AryazE.
  • 🐛 Allow colon in zsh autocomplete values and descriptions. PR #988 by @​snapbug.

Refactors

Internal

... (truncated)

Changelog

Sourced from typer's changelog.

0.13.0

Features

Fixes

  • 🐛 Fix equality check for custom classes. PR #979 by @​AryazE.
  • 🐛 Allow colon in zsh autocomplete values and descriptions. PR #988 by @​snapbug.

Refactors

Internal

... (truncated)

Commits
  • 7bf84ab 🔖 Release version 0.13.0
  • e80ba57 📝 Update release notes
  • c5233c0 ✨ Handle KeyboardInterrupt separately from other exceptions (#1039)
  • e31fc57 📝 Update release notes
  • ee072d8 ✨ Update launch to not print anything when opening urls (#1035)
  • af49fda 📝 Update release notes
  • dc1bf3c 🐛 Fix equality check for custom classes (#979)
  • bfb54c0 📝 Update release notes
  • ebb968e 🐛 Allow colon in zsh autocomplete values and descriptions (#988)
  • 438ae44 📝 Update release notes
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [typer](https://github.com/fastapi/typer) from 0.12.5 to 0.13.0.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.12.5...0.13.0)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 8, 2024
Copy link

github-actions bot commented Nov 8, 2024

🎉 All tests #1 of 279a1c7 passed successfully.

Coverage report
Name                                                       Stmts   Miss  Cover   Missing
----------------------------------------------------------------------------------------
server/__init__.py                                             3      0   100%
server/config.py                                              15      0   100%
server/globals.py                                             59     17    71%   15-16, 20-21, 48-54, 68-71, 88, 94, 100, 106
server/v1/__init__.py                                          5      0   100%
server/v1/app.py                                              30      0   100%
server/v1/database.py                                         33      2    94%   42, 52
server/v1/models/__init__.py                                   7      0   100%
server/v1/models/auth.py                                      38      2    95%   70-71
server/v1/models/info.py                                      33      7    79%   31, 41, 44, 47, 50, 53, 56
server/v1/models/reg_request.py                              126     16    87%   60-61, 65, 72, 79, 96, 127, 148, 151, 157, 160, 163, 166, 244, 258, 268
server/v1/models/residents.py                                139     29    79%   38-78, 114, 121, 138, 153, 172-173, 177, 184, 191, 213, 227-230, 236, 272
server/v1/models/results.py                                    8      0   100%
server/v1/models/rooms.py                                     90     36    60%   28-40, 53-84, 97-103, 139-140, 143-144, 162, 200-201, 204-205, 229
server/v1/models/snowflake.py                                 16      4    75%   22, 25-26, 31
server/v1/routes/__init__.py                                   4      0   100%
server/v1/routes/admin/__init__.py                             4      0   100%
server/v1/routes/admin/login.py                               27      0   100%
server/v1/routes/admin/registration_requests/__init__.py       4      0   100%
server/v1/routes/admin/registration_requests/accept.py        13      2    85%   40-41
server/v1/routes/admin/registration_requests/count.py         12      2    83%   49-50
server/v1/routes/admin/registration_requests/reject.py        13      2    85%   40-41
server/v1/routes/admin/registration_requests/root.py          13      2    85%   55-56
server/v1/routes/admin/residents/__init__.py                   4      0   100%
server/v1/routes/admin/residents/count.py                     12      2    83%   41-42
server/v1/routes/admin/residents/delete.py                    13      2    85%   40-41
server/v1/routes/admin/residents/root.py                      13      2    85%   55-56
server/v1/routes/admin/residents/update.py                    15      3    80%   39, 43-44
server/v1/routes/admin/rooms/__init__.py                       4      0   100%
server/v1/routes/admin/rooms/count.py                         12      2    83%   39-40
server/v1/routes/admin/rooms/delete.py                        13      5    62%   36-41
server/v1/routes/admin/rooms/root.py                          13      2    85%   41-42
server/v1/routes/admin/rooms/update.py                        16      8    50%   36-45
server/v1/routes/login.py                                     13      0   100%
server/v1/routes/register.py                                  17      0   100%
server/v1/routes/residents/__init__.py                         3      0   100%
server/v1/routes/residents/me.py                              11      1    91%   35
server/v1/routes/residents/update.py                          15      7    53%   36-44
server/v1/routes/residents/update_authorization.py            21      7    67%   43-51
server/v1/tests/__init__.py                                    1      0   100%
server/v1/utils.py                                            45      2    96%   72, 77
----------------------------------------------------------------------------------------
TOTAL                                                        933    164    82%
Performance report
  • /
$ wrk --script root.lua -d 20s http://localhost:8000
Running 20s test @ http://localhost:8000
  2 threads and 10 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency     1.65ms  553.88us   7.86ms   68.25%
    Req/Sec     3.03k   318.78     3.67k    56.75%
  120797 requests in 20.01s, 14.63MB read
Requests/sec:   6037.44
Transfer/sec:    748.78KB
  • /api/v1/admin/login
$ wrk --script api/v1/admin/login.lua -d 20s http://localhost:8000/api/v1/admin/login
Running 20s test @ http://localhost:8000/api/v1/admin/login
  2 threads and 10 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency     9.10ms    8.01ms 161.15ms   97.97%
    Req/Sec   592.45     54.45   660.00     82.66%
  23518 requests in 20.02s, 3.54MB read
  Non-2xx or 3xx responses: 23518
Requests/sec:   1174.73
Transfer/sec:    181.26KB

@Serious-senpai Serious-senpai merged commit d153e5d into main Nov 14, 2024
23 checks passed
@dependabot dependabot bot deleted the dependabot/pip/typer-0.13.0 branch November 14, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant