Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
A
AI Gateway Community Fork
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab Community
ModelOps
AI Assisted (formerly Applied ML)
Code Suggestions
AI Gateway Community Fork
Commits
77ad18ab
Commit
77ad18ab
authored
1 week ago
by
Soos
Committed by
Shinya Maeda
1 week ago
Browse files
Options
Downloads
Patches
Plain Diff
chore(deps): update dependency poetry to v2.1.1
parent
e882dcfe
No related branches found
No related tags found
3 merge requests
!42
Main
,
!41
Main
,
!40
Main
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
.tool-versions
+1
-1
1 addition, 1 deletion
.tool-versions
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
poetry.lock
+34
-34
34 additions, 34 deletions
poetry.lock
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
38 additions
and
38 deletions
.gitlab-ci.yml
+
1
−
1
View file @
77ad18ab
...
@@ -86,7 +86,7 @@ cache:
...
@@ -86,7 +86,7 @@ cache:
.poetry
:
.poetry
:
before_script
:
before_script
:
-
pip install poetry==2.
0
.1
-
pip install poetry==2.
1
.1
-
poetry config virtualenvs.in-project
true
-
poetry config virtualenvs.in-project
true
-
poetry config cache-dir ${POETRY_CACHE_DIR}
-
poetry config cache-dir ${POETRY_CACHE_DIR}
-
poetry self add poetry-plugin-export
-
poetry self add poetry-plugin-export
...
...
This diff is collapsed.
Click to expand it.
.tool-versions
+
1
−
1
View file @
77ad18ab
lefthook 1.10.10 # datasource=github-releases depName=evilmartians/lefthook
lefthook 1.10.10 # datasource=github-releases depName=evilmartians/lefthook
python 3.11.11 # datasource=github-tags depName=python/cpython
python 3.11.11 # datasource=github-tags depName=python/cpython
gcloud 428.0.0 # datasource=github-tags depName=GoogleCloudPlatform/cloud-sdk-docker
gcloud 428.0.0 # datasource=github-tags depName=GoogleCloudPlatform/cloud-sdk-docker
poetry 2.
0
.1 # datasource=pypi depName=poetry
poetry 2.
1
.1 # datasource=pypi depName=poetry
ruby 3.2.4 # Temporary dependency until https://gitlab.com/gitlab-org/modelops/applied-ml/code-suggestions/ai-assist/-/issues/447 is done.
ruby 3.2.4 # Temporary dependency until https://gitlab.com/gitlab-org/modelops/applied-ml/code-suggestions/ai-assist/-/issues/447 is done.
vale 3.9.3 # datasource=github-releases depName=errata-ai/vale
vale 3.9.3 # datasource=github-releases depName=errata-ai/vale
nodejs 20.17.0 # Dependency for markdownlint-cli2
nodejs 20.17.0 # Dependency for markdownlint-cli2
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
77ad18ab
...
@@ -6,7 +6,7 @@ ENV PYTHONUNBUFFERED=1 \
...
@@ -6,7 +6,7 @@ ENV PYTHONUNBUFFERED=1 \
HF_HOME=/home/aigateway/.hf \
HF_HOME=/home/aigateway/.hf \
PIP_NO_CACHE_DIR=1 \
PIP_NO_CACHE_DIR=1 \
PIP_DISABLE_PIP_VERSION_CHECK=1 \
PIP_DISABLE_PIP_VERSION_CHECK=1 \
POETRY_VERSION=2.
0
.1 \
POETRY_VERSION=2.
1
.1 \
POETRY_VIRTUALENVS_PATH=/home/aigateway/app/venv \
POETRY_VIRTUALENVS_PATH=/home/aigateway/app/venv \
POETRY_CONFIG_DIR=/home/aigateway/app/.config/pypoetry \
POETRY_CONFIG_DIR=/home/aigateway/app/.config/pypoetry \
POETRY_DATA_DIR=/home/aigateway/app/.local/share/pypoetry \
POETRY_DATA_DIR=/home/aigateway/app/.local/share/pypoetry \
...
...
This diff is collapsed.
Click to expand it.
poetry.lock
+
34
−
34
View file @
77ad18ab
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
77ad18ab
...
@@ -48,7 +48,7 @@ boto3 = "^1.35.37"
...
@@ -48,7 +48,7 @@ boto3 = "^1.35.37"
gitlab-cloud-connector
=
{
version
=
"^2.0.1"
,
source
=
"gitlab_cloud_connector"
}
gitlab-cloud-connector
=
{
version
=
"^2.0.1"
,
source
=
"gitlab_cloud_connector"
}
sse-starlette
=
"^2.1.3"
sse-starlette
=
"^2.1.3"
q_developer_boto3
=
{
path
=
"./vendor/q_developer_boto3-1.4.0-py3-none-any.whl"
}
q_developer_boto3
=
{
path
=
"./vendor/q_developer_boto3-1.4.0-py3-none-any.whl"
}
poetry-core
=
"^2.
0
.1"
poetry-core
=
"^2.
1
.1"
[[tool.poetry.source]]
[[tool.poetry.source]]
name
=
"gitlab_cloud_connector"
name
=
"gitlab_cloud_connector"
...
...
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