Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fastapi
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Python Team
packages
fastapi
Commits
63a8aa82
Commit
63a8aa82
authored
2 years ago
by
Sandro Tosi
Browse files
Options
Downloads
Patches
Plain Diff
bump httpx b-d to >= 0.23.1, needed for python 3.11 compatibility; Closes: #1025242
parent
d9089534
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+4
-1
4 additions, 1 deletion
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
with
5 additions
and
2 deletions
debian/changelog
+
4
−
1
View file @
63a8aa82
fastapi (0.88.0-1) UNRELEASED; urgency=medium
* New upstream release
* debian/control
- bump httpx b-d to >= 0.23.1, needed for python 3.11 compatibility;
Closes: #1025242
-- Sandro Tosi <morph@debian.org> Fri, 09 Dec 2022 0
0:17:30
-0500
-- Sandro Tosi <morph@debian.org> Fri, 09 Dec 2022 0
1:56:09
-0500
fastapi (0.85.0-2) unstable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
63a8aa82
...
...
@@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 13),
python3-email-validator <!nocheck>,
python3-flask <!nocheck>,
python3-hatchling,
python3-httpx <!nocheck>,
python3-httpx
(>= 0.23.1)
<!nocheck>,
python3-multipart <!nocheck>,
python3-peewee <!nocheck>,
python3-pydantic (>= 1.8.2) <!nocheck>,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment