Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
StorageLeaf
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
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
ProjectLeaf
StorageLeaf
Compare revisions
13607454787c08996740c2c8874252a7cf76f605 to 7da51a11c77d3f851fec73def631941cf2801ed8
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ProjectLeaf/StorageLeaf
Select target project
No results found
7da51a11c77d3f851fec73def631941cf2801ed8
Select Git revision
Branches
master
renovate/fastapi-0.x
renovate/sqlalchemy-2.x
renovate/uvicorn-0.x
Tags
v1.0.0
v1.1.0
v1.1.1
v2.0.0
v2.0.1
v2.0.2
v2.0.3
v2.1.0
v2.10.0
v2.11.0
v2.12.0
v2.13.0
v2.13.1
v2.14.0
v2.15.0
v2.16.0
v2.17.0
v2.18.0
v2.18.1
v2.19.0
v2.2.0
v2.20.0
v2.20.1
v2.3.0
v2.4.0
v2.4.1
v2.5.0
v2.6.0
v2.7.0
v2.8.0
v2.9.0
35 results
Swap
Target
ProjectLeaf/StorageLeaf
Select target project
ProjectLeaf/StorageLeaf
1 result
13607454787c08996740c2c8874252a7cf76f605
Select Git revision
Branches
master
renovate/fastapi-0.x
renovate/sqlalchemy-2.x
renovate/uvicorn-0.x
Tags
v1.0.0
v1.1.0
v1.1.1
v2.0.0
v2.0.1
v2.0.2
v2.0.3
v2.1.0
v2.10.0
v2.11.0
v2.12.0
v2.13.0
v2.13.1
v2.14.0
v2.15.0
v2.16.0
v2.17.0
v2.18.0
v2.18.1
v2.19.0
v2.2.0
v2.20.0
v2.20.1
v2.3.0
v2.4.0
v2.4.1
v2.5.0
v2.6.0
v2.7.0
v2.8.0
v2.9.0
35 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
fixed pyproject.toml
· 1f09e77c
Robert Goldmann
authored
1 year ago
1f09e77c
switched to debian 12
· 7da51a11
Robert Goldmann
authored
1 year ago
7da51a11
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
pyproject.toml
+2
-2
2 additions, 2 deletions
pyproject.toml
with
3 additions
and
3 deletions
Dockerfile
View file @
7da51a11
FROM
python:3.11-slim-b
ullseye
FROM
python:3.11-slim-b
ookworm
RUN
apt-get update
&&
apt-get upgrade
-y
&&
\
apt-get
install
-y
curl
&&
\
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
View file @
7da51a11
...
...
@@ -7,11 +7,11 @@ authors = ["TheCodeLabsDevs"]
[[tool.poetry.source]]
name
=
"TheCodeLabs"
url
=
"https://pypi.thecodelabs.de"
secondary
=
true
priority
=
"explicit"
[tool.poetry.dependencies]
python
=
"^3.9"
thecodelabs-baseutils
=
"*"
thecodelabs-baseutils
=
{
version
=
"*"
,
source
=
"TheCodeLabs"
}
fastapi
=
"0.95.1"
uvicorn
=
"0.22.0"
sqlalchemy
=
"2.0.12"
...
...
This diff is collapsed.
Click to expand it.