Commit e7418eb
committed
Bump deps: Flask 3.1.3, Werkzeug 3.1.8, Authlib 1.7, pydantic 2.13.2, etc.
Rolls up the open dependabot PRs #65, #66, #69, #72, #73, #74, #75, #76
into a single commit. Each bump is a minor/patch release with no breaking
changes relevant to this codebase; all chat.completions / Flask-SocketIO
/ pydantic-v1-validator usage continues to work.
- Flask[async] 3.1.2 -> 3.1.3 (#65, #72)
- Flask-SocketIO 5.6.0 -> 5.6.1 (#66)
- Werkzeug 3.1.5 -> 3.1.8 (#73; supersedes master-targeting #67
which wanted 3.1.6)
- python-dotenv 1.2.1 -> 1.2.2 (#69)
- requests 2.32.5 -> 2.33.1 (#74)
- pydantic 2.12.5 -> 2.13.2 (#76)
- Authlib 1.6.8 -> 1.7.0 (#75)
Doing this as one commit on dev because dev has diverged from master
(Phase 0 + Phase 1 security/architectural work) and each dependabot PR
has a requirements.txt conflict against the new pins we added — resolving
8 of those by hand is more churn than just bumping the versions directly.1 parent 4935119 commit e7418eb
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments