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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ProjectLeaf
StorageLeaf
Compare revisions
a4c2c6020a35d18958497fbb401f174216427f2d to 6a898c40abcb06af12f46d66f53b8994209a2c17
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
6a898c40abcb06af12f46d66f53b8994209a2c17
Select Git revision
Branches
master
renovate/fastapi-0.x
renovate/sqlalchemy-2.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.21.0
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
a4c2c6020a35d18958497fbb401f174216427f2d
Select Git revision
Branches
master
renovate/fastapi-0.x
renovate/sqlalchemy-2.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.21.0
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
3
fixed pyproject.toml
· 1f09e77c
Robert Goldmann
authored
Aug 7, 2023
1f09e77c
switched to debian 12
· 7da51a11
Robert Goldmann
authored
Aug 7, 2023
7da51a11
Update dependency sqlalchemy to v2.0.19
· 6a898c40
renovate-bot
authored
Jul 15, 2023
and
Robert Goldmann
committed
Aug 7, 2023
6a898c40
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
poetry.lock
+37
-75
37 additions, 75 deletions
poetry.lock
pyproject.toml
+3
-3
3 additions, 3 deletions
pyproject.toml
with
41 additions
and
79 deletions
Dockerfile
View file @
6a898c40
FROM
python:3.11-slim-b
ullseye
FROM
python:3.11-slim-b
ookworm
RUN
apt-get update
&&
apt-get upgrade
-y
&&
\
RUN
apt-get update
&&
apt-get upgrade
-y
&&
\
apt-get
install
-y
curl
&&
\
apt-get
install
-y
curl
&&
\
...
...
This diff is collapsed.
Click to expand it.
poetry.lock
View file @
6a898c40
# This file is automatically @generated by Poetry 1.
4.0
and should not be changed by hand.
# This file is automatically @generated by Poetry 1.
5.1
and should not be changed by hand.
[[package]]
[[package]]
name
=
"anyio"
name
=
"anyio"
version
=
"3.6.2"
version
=
"3.6.2"
description
=
"High level compatibility layer for multiple asynchronous event loop implementations"
description
=
"High level compatibility layer for multiple asynchronous event loop implementations"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.6
.
2
"
python-versions
=
">
=
3.6
.
2
"
files
=
[
files
=
[
...
@@ -25,7 +24,6 @@ trio = ["trio (>=0.16,<0.22)"]
...
@@ -25,7 +24,6 @@ trio = ["trio (>=0.16,<0.22)"]
name
=
"apscheduler"
name
=
"apscheduler"
version
=
"3.10.1"
version
=
"3.10.1"
description
=
"In-process task scheduler with Cron-like capabilities"
description
=
"In-process task scheduler with Cron-like capabilities"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.6
"
python-versions
=
">
=
3.6
"
files
=
[
files
=
[
...
@@ -37,7 +35,7 @@ files = [
...
@@ -37,7 +35,7 @@ files = [
pytz
=
"*"
pytz
=
"*"
setuptools
=
">
=
0.7
"
setuptools
=
">
=
0.7
"
six
=
">
=
1.4
.
0
"
six
=
">
=
1.4
.
0
"
tzlocal
=
">
=
2.0
,
<
3.
0
.
0
||
>
=
4.
0
.
0
"
tzlocal
=
">
=
2.0
,
<
3
.
dev
0
||
>
=
4
.
dev
0
"
[package.extras]
[package.extras]
doc
=
[
"sphinx"
,
"sphinx-rtd-theme"
]
doc
=
[
"sphinx"
,
"sphinx-rtd-theme"
]
...
@@ -55,7 +53,6 @@ zookeeper = ["kazoo"]
...
@@ -55,7 +53,6 @@ zookeeper = ["kazoo"]
name
=
"certifi"
name
=
"certifi"
version
=
"2022.12.7"
version
=
"2022.12.7"
description
=
"Python package for providing Mozilla's CA Bundle."
description
=
"Python package for providing Mozilla's CA Bundle."
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.6
"
python-versions
=
">
=
3.6
"
files
=
[
files
=
[
...
@@ -67,7 +64,6 @@ files = [
...
@@ -67,7 +64,6 @@ files = [
name
=
"charset-normalizer"
name
=
"charset-normalizer"
version
=
"3.1.0"
version
=
"3.1.0"
description
=
"The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
description
=
"The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
.
0
"
python-versions
=
">
=
3.7
.
0
"
files
=
[
files
=
[
...
@@ -152,7 +148,6 @@ files = [
...
@@ -152,7 +148,6 @@ files = [
name
=
"click"
name
=
"click"
version
=
"8.1.3"
version
=
"8.1.3"
description
=
"Composable command line interface toolkit"
description
=
"Composable command line interface toolkit"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
...
@@ -167,7 +162,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""}
...
@@ -167,7 +162,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""}
name
=
"colorama"
name
=
"colorama"
version
=
"0.4.6"
version
=
"0.4.6"
description
=
"Cross-platform colored terminal text."
description
=
"Cross-platform colored terminal text."
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
"!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>
=
2.7
"
python-versions
=
"!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>
=
2.7
"
files
=
[
files
=
[
...
@@ -179,7 +173,6 @@ files = [
...
@@ -179,7 +173,6 @@ files = [
name
=
"fastapi"
name
=
"fastapi"
version
=
"0.95.1"
version
=
"0.95.1"
description
=
"FastAPI framework, high performance, easy to learn, fast to code, ready for production"
description
=
"FastAPI framework, high performance, easy to learn, fast to code, ready for production"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
...
@@ -201,7 +194,6 @@ test = ["anyio[trio] (>=3.2.1,<4.0.0)", "black (==23.1.0)", "coverage[toml] (>=6
...
@@ -201,7 +194,6 @@ test = ["anyio[trio] (>=3.2.1,<4.0.0)", "black (==23.1.0)", "coverage[toml] (>=6
name
=
"greenlet"
name
=
"greenlet"
version
=
"2.0.2"
version
=
"2.0.2"
description
=
"Lightweight in-process concurrent programming"
description
=
"Lightweight in-process concurrent programming"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!
=
3.4
.*
"
python-versions
=
">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!
=
3.4
.*
"
files
=
[
files
=
[
...
@@ -275,7 +267,6 @@ test = ["objgraph", "psutil"]
...
@@ -275,7 +267,6 @@ test = ["objgraph", "psutil"]
name
=
"h11"
name
=
"h11"
version
=
"0.14.0"
version
=
"0.14.0"
description
=
"A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
description
=
"A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
...
@@ -287,7 +278,6 @@ files = [
...
@@ -287,7 +278,6 @@ files = [
name
=
"idna"
name
=
"idna"
version
=
"3.4"
version
=
"3.4"
description
=
"Internationalized Domain Names in Applications (IDNA)"
description
=
"Internationalized Domain Names in Applications (IDNA)"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.5
"
python-versions
=
">
=
3.5
"
files
=
[
files
=
[
...
@@ -299,7 +289,6 @@ files = [
...
@@ -299,7 +289,6 @@ files = [
name
=
"psutil"
name
=
"psutil"
version
=
"5.9.5"
version
=
"5.9.5"
description
=
"Cross-platform lib for process and system monitoring in Python."
description
=
"Cross-platform lib for process and system monitoring in Python."
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
files
=
[
files
=
[
...
@@ -326,7 +315,6 @@ test = ["enum34", "ipaddress", "mock", "pywin32", "wmi"]
...
@@ -326,7 +315,6 @@ test = ["enum34", "ipaddress", "mock", "pywin32", "wmi"]
name
=
"pydantic"
name
=
"pydantic"
version
=
"1.10.7"
version
=
"1.10.7"
description
=
"Data validation and settings management using python type hints"
description
=
"Data validation and settings management using python type hints"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
...
@@ -379,7 +367,6 @@ email = ["email-validator (>=1.0.3)"]
...
@@ -379,7 +367,6 @@ email = ["email-validator (>=1.0.3)"]
name
=
"pyocclient"
name
=
"pyocclient"
version
=
"0.6"
version
=
"0.6"
description
=
"Python client library for ownCloud"
description
=
"Python client library for ownCloud"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
"*"
python-versions
=
"*"
files
=
[
files
=
[
...
@@ -394,7 +381,6 @@ six = "*"
...
@@ -394,7 +381,6 @@ six = "*"
name
=
"pytz"
name
=
"pytz"
version
=
"2023.3"
version
=
"2023.3"
description
=
"World timezone definitions, modern and historical"
description
=
"World timezone definitions, modern and historical"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
"*"
python-versions
=
"*"
files
=
[
files
=
[
...
@@ -406,7 +392,6 @@ files = [
...
@@ -406,7 +392,6 @@ files = [
name
=
"pytz-deprecation-shim"
name
=
"pytz-deprecation-shim"
version
=
"0.1.0.post0"
version
=
"0.1.0.post0"
description
=
"Shims to make deprecation of pytz easier"
description
=
"Shims to make deprecation of pytz easier"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
"!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>
=
2.7
"
python-versions
=
"!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>
=
2.7
"
files
=
[
files
=
[
...
@@ -421,7 +406,6 @@ tzdata = {version = "*", markers = "python_version >= \"3.6\""}
...
@@ -421,7 +406,6 @@ tzdata = {version = "*", markers = "python_version >= \"3.6\""}
name
=
"requests"
name
=
"requests"
version
=
"2.30.0"
version
=
"2.30.0"
description
=
"Python HTTP for Humans."
description
=
"Python HTTP for Humans."
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
...
@@ -443,7 +427,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
...
@@ -443,7 +427,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
name
=
"setuptools"
name
=
"setuptools"
version
=
"67.7.2"
version
=
"67.7.2"
description
=
"Easily download, build, install, upgrade, and uninstall Python packages"
description
=
"Easily download, build, install, upgrade, and uninstall Python packages"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
...
@@ -460,7 +443,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (
...
@@ -460,7 +443,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (
name
=
"six"
name
=
"six"
version
=
"1.16.0"
version
=
"1.16.0"
description
=
"Python 2 and 3 compatibility utilities"
description
=
"Python 2 and 3 compatibility utilities"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
"
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
"
files
=
[
files
=
[
...
@@ -472,7 +454,6 @@ files = [
...
@@ -472,7 +454,6 @@ files = [
name
=
"snakeviz"
name
=
"snakeviz"
version
=
"2.2.0"
version
=
"2.2.0"
description
=
"A web-based viewer for Python profiler output"
description
=
"A web-based viewer for Python profiler output"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
...
@@ -487,7 +468,6 @@ tornado = ">=2.0"
...
@@ -487,7 +468,6 @@ tornado = ">=2.0"
name
=
"sniffio"
name
=
"sniffio"
version
=
"1.3.0"
version
=
"1.3.0"
description
=
"Sniff out which async library your code is running under"
description
=
"Sniff out which async library your code is running under"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
...
@@ -497,57 +477,46 @@ files = [
...
@@ -497,57 +477,46 @@ files = [
[[
package
]]
[[
package
]]
name
=
"sqlalchemy"
name
=
"sqlalchemy"
version
=
"2.0.1
2
"
version
=
"2.0.1
9
"
description
=
"Database Abstraction Library"
description
=
"Database Abstraction Library"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
{file
=
"SQLAlchemy-2.0.12-cp310-cp310-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:10f1ff0ebe21d2cea89ead231ba3ecf75678463ab85f19ce2ce91207620737f3"
}
,
{file
=
"SQLAlchemy-2.0.19-cp310-cp310-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:9deaae357edc2091a9ed5d25e9ee8bba98bcfae454b3911adeaf159c2e9ca9e3"
}
,
{file
=
"SQLAlchemy-2.0.12-cp310-cp310-macosx_11_0_arm64.whl"
,
hash
=
"sha256:978bee4ecbcdadf087220618409fb9be9509458df479528b70308f0599c7c519"
}
,
{file
=
"SQLAlchemy-2.0.19-cp310-cp310-macosx_11_0_arm64.whl"
,
hash
=
"sha256:0bf0fd65b50a330261ec7fe3d091dfc1c577483c96a9fa1e4323e932961aa1b5"
}
,
{file
=
"SQLAlchemy-2.0.12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:53b2c8adbcbb59732fb21a024aaa261983655845d86e3fc26a5676cec0ebaa09"
}
,
{file
=
"SQLAlchemy-2.0.19-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:cb4e688f6784427e5f9479d1a13617f573de8f7d4aa713ba82813bcd16e259d1"
}
,
{file
=
"SQLAlchemy-2.0.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:91f4b1bdc987ef85fe3a0ce5d26ac72ff8f60207b08272aa2a65494836391d69"
}
,
{file
=
"SQLAlchemy-2.0.19-cp310-cp310-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:2c69ce70047b801d2aba3e5ff3cba32014558966109fecab0c39d16c18510f15"
}
,
{file
=
"SQLAlchemy-2.0.12-cp310-cp310-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:dfd6385b662aea83e63dd4db5fe116eb11914022deb1745f0b57fa8470c18ffe"
}
,
{file
=
"SQLAlchemy-2.0.19-cp310-cp310-win32.whl"
,
hash
=
"sha256:96f0463573469579d32ad0c91929548d78314ef95c210a8115346271beeeaaa2"
}
,
{file
=
"SQLAlchemy-2.0.12-cp310-cp310-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:5e9d390727c11b9a7e583bf6770de36895c0936bddb98ae93ae99282e6428d5f"
}
,
{file
=
"SQLAlchemy-2.0.19-cp310-cp310-win_amd64.whl"
,
hash
=
"sha256:22bafb1da60c24514c141a7ff852b52f9f573fb933b1e6b5263f0daa28ce6db9"
}
,
{file
=
"SQLAlchemy-2.0.12-cp310-cp310-win32.whl"
,
hash
=
"sha256:a4709457f1c317e347051498b91fa2b86c4bcdebf93c84e6d121a4fc8a397307"
}
,
{file
=
"SQLAlchemy-2.0.19-cp311-cp311-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:d6894708eeb81f6d8193e996257223b6bb4041cb05a17cd5cf373ed836ef87a2"
}
,
{file
=
"SQLAlchemy-2.0.12-cp310-cp310-win_amd64.whl"
,
hash
=
"sha256:f0843132168b44ca33c5e5a2046c954775dde8c580ce27f5cf2e134d0d9919e4"
}
,
{file
=
"SQLAlchemy-2.0.19-cp311-cp311-macosx_11_0_arm64.whl"
,
hash
=
"sha256:d8f2afd1aafded7362b397581772c670f20ea84d0a780b93a1a1529da7c3d369"
}
,
{file
=
"SQLAlchemy-2.0.12-cp311-cp311-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:32762dba51b663609757f861584a722093487f53737e76474cc6e190904dc31b"
}
,
{file
=
"SQLAlchemy-2.0.19-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:8fc05b59142445a4efb9c1fd75c334b431d35c304b0e33f4fa0ff1ea4890f92e"
}
,
{file
=
"SQLAlchemy-2.0.12-cp311-cp311-macosx_11_0_arm64.whl"
,
hash
=
"sha256:5d709f43caee115b03b707b8cbbcb8b303045dd7cdc825b6d29857d71f3425ae"
}
,
{file
=
"SQLAlchemy-2.0.19-cp311-cp311-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:3afa8a21a9046917b3a12ffe016ba7ebe7a55a6fc0c7d950beb303c735c3c3ad"
}
,
{file
=
"SQLAlchemy-2.0.12-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:9fe98e9d26778d7711ceee2c671741b4f54c74677668481d733d6f70747d7690"
}
,
{file
=
"SQLAlchemy-2.0.19-cp311-cp311-win32.whl"
,
hash
=
"sha256:c896d4e6ab2eba2afa1d56be3d0b936c56d4666e789bfc59d6ae76e9fcf46145"
}
,
{file
=
"SQLAlchemy-2.0.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:2a3101252f3de9a18561c1fb0a68b1ee465485990aba458d4510f214bd5a582c"
}
,
{file
=
"SQLAlchemy-2.0.19-cp311-cp311-win_amd64.whl"
,
hash
=
"sha256:024d2f67fb3ec697555e48caeb7147cfe2c08065a4f1a52d93c3d44fc8e6ad1c"
}
,
{file
=
"SQLAlchemy-2.0.12-cp311-cp311-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:6b1fa0ffc378a7061c452cb4a1f804fad1b3b8aa8d0552725531d27941b2e3ed"
}
,
{file
=
"SQLAlchemy-2.0.19-cp37-cp37m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:89bc2b374ebee1a02fd2eae6fd0570b5ad897ee514e0f84c5c137c942772aa0c"
}
,
{file
=
"SQLAlchemy-2.0.12-cp311-cp311-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:c5268ec05c21e2ecf5bca09314bcaadfec01f02163088cd602db4379862958dd"
}
,
{file
=
"SQLAlchemy-2.0.19-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:f469f15068cd8351826df4080ffe4cc6377c5bf7d29b5a07b0e717dddb4c7ea2"
}
,
{file
=
"SQLAlchemy-2.0.12-cp311-cp311-win32.whl"
,
hash
=
"sha256:77a06b0983faf9aa48ee6219d41ade39dee16ce90857cc181dbcf6918acd234d"
}
,
{file
=
"SQLAlchemy-2.0.19-cp37-cp37m-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:43699eb3f80920cc39a380c159ae21c8a8924fe071bccb68fc509e099420b148"
}
,
{file
=
"SQLAlchemy-2.0.12-cp311-cp311-win_amd64.whl"
,
hash
=
"sha256:a022c588c0f413f8cddf9fcc597dbf317efeac4186d8bff9aa7f3219258348b0"
}
,
{file
=
"SQLAlchemy-2.0.19-cp37-cp37m-win32.whl"
,
hash
=
"sha256:61ada5831db36d897e28eb95f0f81814525e0d7927fb51145526c4e63174920b"
}
,
{file
=
"SQLAlchemy-2.0.12-cp37-cp37m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:b6ceca432ce88ad12aab5b5896c343a1993c90b325d9193dcd055e73e18a0439"
}
,
{file
=
"SQLAlchemy-2.0.19-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:57d100a421d9ab4874f51285c059003292433c648df6abe6c9c904e5bd5b0828"
}
,
{file
=
"SQLAlchemy-2.0.12-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:0e5501c78b5ab917f0f0f75ce7f0018f683a0a76e95f30e6561bf61c9ff69d43"
}
,
{file
=
"SQLAlchemy-2.0.19-cp38-cp38-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:16a310f5bc75a5b2ce7cb656d0e76eb13440b8354f927ff15cbaddd2523ee2d1"
}
,
{file
=
"SQLAlchemy-2.0.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:dc67efd00ce7f428a446ce012673c03c63c5abb5dec3f33750087b8bdc173bf0"
}
,
{file
=
"SQLAlchemy-2.0.19-cp38-cp38-macosx_11_0_arm64.whl"
,
hash
=
"sha256:cf7b5e3856cbf1876da4e9d9715546fa26b6e0ba1a682d5ed2fc3ca4c7c3ec5b"
}
,
{file
=
"SQLAlchemy-2.0.12-cp37-cp37m-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:1fac17c866111283cbcdb7024d646abb71fdd95f3ce975cf3710258bc55742fd"
}
,
{file
=
"SQLAlchemy-2.0.19-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:8f9eb4575bfa5afc4b066528302bf12083da3175f71b64a43a7c0badda2be365"
}
,
{file
=
"SQLAlchemy-2.0.12-cp37-cp37m-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:f30c5608c64fc9c1fa9a16277eb4784f782362566fe40ff8d283358c8f2c5fe0"
}
,
{file
=
"SQLAlchemy-2.0.19-cp38-cp38-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:5d6afc41ca0ecf373366fd8e10aee2797128d3ae45eb8467b19da4899bcd1ee0"
}
,
{file
=
"SQLAlchemy-2.0.12-cp37-cp37m-win32.whl"
,
hash
=
"sha256:85b0efe1c71459ba435a6593f54a0e39334b16ba383e8010fdb9d0127ca51ba8"
}
,
{file
=
"SQLAlchemy-2.0.19-cp38-cp38-win32.whl"
,
hash
=
"sha256:430614f18443b58ceb9dedec323ecddc0abb2b34e79d03503b5a7579cd73a531"
}
,
{file
=
"SQLAlchemy-2.0.12-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:b76c2fde827522e21922418325c1b95c2d795cdecfb4bc261e4d37965199ee7f"
}
,
{file
=
"SQLAlchemy-2.0.19-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:eb60699de43ba1a1f77363f563bb2c652f7748127ba3a774f7cf2c7804aa0d3d"
}
,
{file
=
"SQLAlchemy-2.0.12-cp38-cp38-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:aec5fb36b53125554ecc2285526eb5cc31b21f6cb059993c1c5ca831959de052"
}
,
{file
=
"SQLAlchemy-2.0.19-cp39-cp39-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:a752b7a9aceb0ba173955d4f780c64ee15a1a991f1c52d307d6215c6c73b3a4c"
}
,
{file
=
"SQLAlchemy-2.0.12-cp38-cp38-macosx_11_0_arm64.whl"
,
hash
=
"sha256:4ad525b9dd17b478a2ed8580d7f2bc46b0f5889153c6b1c099729583e395b4b9"
}
,
{file
=
"SQLAlchemy-2.0.19-cp39-cp39-macosx_11_0_arm64.whl"
,
hash
=
"sha256:7351c05db355da112e056a7b731253cbeffab9dfdb3be1e895368513c7d70106"
}
,
{file
=
"SQLAlchemy-2.0.12-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:d9796d5c13b2b7f05084d0ce52528cf919f9bde9e0f10672a6393a4490415695"
}
,
{file
=
"SQLAlchemy-2.0.19-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:ae7473a67cd82a41decfea58c0eac581209a0aa30f8bc9190926fbf628bb17f7"
}
,
{file
=
"SQLAlchemy-2.0.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:6e1d50592cb24d1947c374c666add65ded7c181ec98a89ed17abbe9b8b2e2ff4"
}
,
{file
=
"SQLAlchemy-2.0.19-cp39-cp39-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:539010665c90e60c4a1650afe4ab49ca100c74e6aef882466f1de6471d414be7"
}
,
{file
=
"SQLAlchemy-2.0.12-cp38-cp38-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:bf83700faa9642388fbd3167db3f6cbb2e88cc8367b8c22204f3f408ee782d25"
}
,
{file
=
"SQLAlchemy-2.0.19-cp39-cp39-win32.whl"
,
hash
=
"sha256:f82c310ddf97b04e1392c33cf9a70909e0ae10a7e2ddc1d64495e3abdc5d19fb"
}
,
{file
=
"SQLAlchemy-2.0.12-cp38-cp38-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:297b752d4f30350b64175bbbd57dc94c061a35f5d1dba088d0a367dbbebabc94"
}
,
{file
=
"SQLAlchemy-2.0.19-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:8e712cfd2e07b801bc6b60fdf64853bc2bd0af33ca8fa46166a23fe11ce0dbb0"
}
,
{file
=
"SQLAlchemy-2.0.12-cp38-cp38-win32.whl"
,
hash
=
"sha256:369f6564e68a9c60f0b9dde121def491e651a4ba8dcdd652a93f1cd5977cd85c"
}
,
{file
=
"SQLAlchemy-2.0.19-py3-none-any.whl"
,
hash
=
"sha256:314145c1389b021a9ad5aa3a18bac6f5d939f9087d7fc5443be28cba19d2c972"
}
,
{file
=
"SQLAlchemy-2.0.12-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:7eb25b981cbc9e7df9f56ad7ec4c6d77323090ca4b7147fcdc09d66535377759"
}
,
{file
=
"SQLAlchemy-2.0.19.tar.gz"
,
hash
=
"sha256:77a14fa20264af73ddcdb1e2b9c5a829b8cc6b8304d0f093271980e36c200a3f"
}
,
{file
=
"SQLAlchemy-2.0.12-cp39-cp39-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:f6ebadefc4331dda83c22519e1ea1e61104df6eb38abbb80ab91b0a8527a5c19"
}
,
{file
=
"SQLAlchemy-2.0.12-cp39-cp39-macosx_11_0_arm64.whl"
,
hash
=
"sha256:3745dee26a7ee012598577ad3b8f6e6cd50a49b2afa0cde9db668da6bf2c2319"
}
,
{file
=
"SQLAlchemy-2.0.12-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:09205893a84b6bedae0453d3f384f5d2a6499b6e45ad977549894cdcd85d8f1c"
}
,
{file
=
"SQLAlchemy-2.0.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:8aad66215a3817a7a1d535769773333250de2653c89b53f7e2d42b677d398027"
}
,
{file
=
"SQLAlchemy-2.0.12-cp39-cp39-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:e495ad05a13171fbb5d72fe5993469c8bceac42bcf6b8f9f117a518ee7fbc353"
}
,
{file
=
"SQLAlchemy-2.0.12-cp39-cp39-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:03206576ca53f55b9de6e890273e498f4b2e6e687a9db9859bdcd21df5a63e53"
}
,
{file
=
"SQLAlchemy-2.0.12-cp39-cp39-win32.whl"
,
hash
=
"sha256:87b2c2d13c3d1384859b60eabb3139e169ce68ada1d2963dbd0c7af797f16efe"
}
,
{file
=
"SQLAlchemy-2.0.12-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:3c053c3f4c4e45d4c8b27977647566c140d6de3f61a4e2acb92ea24cf9911c7f"
}
,
{file
=
"SQLAlchemy-2.0.12-py3-none-any.whl"
,
hash
=
"sha256:e752c34f7a2057ebe82c856698b9f277c633d4aad006bddf7af74598567c8931"
}
,
{file
=
"SQLAlchemy-2.0.12.tar.gz"
,
hash
=
"sha256:bddfc5bd1dee5db0fddc9dab26f800c283f3243e7281bbf107200fed30125f9c"
}
,
]
]
[
package.dependencies
]
[
package.dependencies
]
greenlet
=
{
version
=
"!
=
0.4
.
17
", markers = "
platform_machine
=
=
\"
aarch
64
\"
or
platform_machine
=
=
\"
ppc
64
le
\"
or
platform_machine
=
=
\"
x
86_
64
\"
or
platform_machine
=
=
\"
amd
64
\"
or
platform_machine
=
=
\"
AMD
64
\"
or
platform_machine
=
=
\"
win
32
\"
or
platform_machine
=
=
\"
WIN
32
\"
"}
greenlet
=
{
version
=
"!
=
0.4
.
17
", markers = "
platform_machine
=
=
\"
win
32
\"
or
platform_machine
=
=
\"
WIN
32
\"
or
platform_machine
=
=
\"
AMD
64
\"
or
platform_machine
=
=
\"
amd
64
\"
or
platform_machine
=
=
\"
x
86_
64
\"
or
platform_machine
=
=
\"
ppc
64
le
\"
or
platform_machine
=
=
\"
aarch
64
\"
"}
typing-extensions
=
">
=
4.2
.
0
"
typing-extensions
=
">
=
4.2
.
0
"
[
package.extras
]
[
package.extras
]
...
@@ -570,6 +539,7 @@ postgresql-pg8000 = ["pg8000 (>=1.29.1)"]
...
@@ -570,6 +539,7 @@ postgresql-pg8000 = ["pg8000 (>=1.29.1)"]
postgresql-psycopg
=
[
"psycopg (>=3.0.7)"
]
postgresql-psycopg
=
[
"psycopg (>=3.0.7)"
]
postgresql-psycopg2binary
=
[
"psycopg2-binary"
]
postgresql-psycopg2binary
=
[
"psycopg2-binary"
]
postgresql-psycopg2cffi
=
[
"psycopg2cffi"
]
postgresql-psycopg2cffi
=
[
"psycopg2cffi"
]
postgresql-psycopgbinary
=
[
"psycopg[binary] (>=3.0.7)"
]
pymysql
=
[
"pymysql"
]
pymysql
=
[
"pymysql"
]
sqlcipher
=
[
"sqlcipher3-binary"
]
sqlcipher
=
[
"sqlcipher3-binary"
]
...
@@ -577,7 +547,6 @@ sqlcipher = ["sqlcipher3-binary"]
...
@@ -577,7 +547,6 @@ sqlcipher = ["sqlcipher3-binary"]
name
=
"starlette"
name
=
"starlette"
version
=
"0.26.1"
version
=
"0.26.1"
description
=
"The little ASGI library that shines."
description
=
"The little ASGI library that shines."
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
...
@@ -596,7 +565,6 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyam
...
@@ -596,7 +565,6 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyam
name
=
"thecodelabs-baseutils"
name
=
"thecodelabs-baseutils"
version
=
"1.7.0"
version
=
"1.7.0"
description
=
"Useful python classes"
description
=
"Useful python classes"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
"*"
python-versions
=
"*"
files
=
[
files
=
[
...
@@ -617,7 +585,6 @@ reference = "TheCodeLabs"
...
@@ -617,7 +585,6 @@ reference = "TheCodeLabs"
name
=
"tornado"
name
=
"tornado"
version
=
"6.3.1"
version
=
"6.3.1"
description
=
"Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
description
=
"Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.8
"
python-versions
=
">
=
3.8
"
files
=
[
files
=
[
...
@@ -638,7 +605,6 @@ files = [
...
@@ -638,7 +605,6 @@ files = [
name
=
"typing-extensions"
name
=
"typing-extensions"
version
=
"4.5.0"
version
=
"4.5.0"
description
=
"Backported and Experimental Type Hints for Python 3.7+"
description
=
"Backported and Experimental Type Hints for Python 3.7+"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
...
@@ -650,7 +616,6 @@ files = [
...
@@ -650,7 +616,6 @@ files = [
name
=
"tzdata"
name
=
"tzdata"
version
=
"2023.3"
version
=
"2023.3"
description
=
"Provider of IANA time zone data"
description
=
"Provider of IANA time zone data"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
2
"
python-versions
=
">
=
2
"
files
=
[
files
=
[
...
@@ -662,7 +627,6 @@ files = [
...
@@ -662,7 +627,6 @@ files = [
name
=
"tzlocal"
name
=
"tzlocal"
version
=
"4.3"
version
=
"4.3"
description
=
"tzinfo object for the local timezone"
description
=
"tzinfo object for the local timezone"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
...
@@ -681,7 +645,6 @@ devenv = ["black", "check-manifest", "flake8", "pyroma", "pytest (>=4.3)", "pyte
...
@@ -681,7 +645,6 @@ devenv = ["black", "check-manifest", "flake8", "pyroma", "pytest (>=4.3)", "pyte
name
=
"urllib3"
name
=
"urllib3"
version
=
"2.0.2"
version
=
"2.0.2"
description
=
"HTTP library with thread-safe connection pooling, file post, and more."
description
=
"HTTP library with thread-safe connection pooling, file post, and more."
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
...
@@ -699,7 +662,6 @@ zstd = ["zstandard (>=0.18.0)"]
...
@@ -699,7 +662,6 @@ zstd = ["zstandard (>=0.18.0)"]
name
=
"uvicorn"
name
=
"uvicorn"
version
=
"0.22.0"
version
=
"0.22.0"
description
=
"The lightning-fast ASGI server."
description
=
"The lightning-fast ASGI server."
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
...
@@ -717,4 +679,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)",
...
@@ -717,4 +679,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)",
[
metadata
]
[
metadata
]
lock-version
=
"2.0"
lock-version
=
"2.0"
python-versions
=
"^3.9"
python-versions
=
"^3.9"
content-hash
=
"
9f5c2ae0eaaeaa4470dd4051c03327654172ffd6aeb2727f25a7863c3fc523e6
"
content-hash
=
"
bd6d6f78099942f932424800304a0343c0f2342aa284476d78947609a76207d9
"
This diff is collapsed.
Click to expand it.
pyproject.toml
View file @
6a898c40
...
@@ -7,14 +7,14 @@ authors = ["TheCodeLabsDevs"]
...
@@ -7,14 +7,14 @@ authors = ["TheCodeLabsDevs"]
[[tool.poetry.source]]
[[tool.poetry.source]]
name
=
"TheCodeLabs"
name
=
"TheCodeLabs"
url
=
"https://pypi.thecodelabs.de"
url
=
"https://pypi.thecodelabs.de"
secondary
=
true
priority
=
"explicit"
[tool.poetry.dependencies]
[tool.poetry.dependencies]
python
=
"^3.9"
python
=
"^3.9"
thecodelabs-baseutils
=
"*"
thecodelabs-baseutils
=
{
version
=
"*"
,
source
=
"TheCodeLabs"
}
fastapi
=
"0.95.1"
fastapi
=
"0.95.1"
uvicorn
=
"0.22.0"
uvicorn
=
"0.22.0"
sqlalchemy
=
"2.0.1
2
"
sqlalchemy
=
"2.0.1
9
"
apscheduler
=
"3.10.1"
apscheduler
=
"3.10.1"
[tool.poetry.dev-dependencies]
[tool.poetry.dev-dependencies]
...
...
This diff is collapsed.
Click to expand it.