Skip to content

Commit d1fd846

Browse files
authored
Refactor toml and dependencies file dir (#538)
* Refactor toml and dependencies file dir * fix ci
1 parent 03fcf82 commit d1fd846

File tree

5 files changed

+259
-248
lines changed

5 files changed

+259
-248
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,10 @@ jobs:
2525

2626
- name: Install dependencies
2727
run: |
28-
cd backend
2928
uv sync --only-group lint
3029
3130
- name: Run lint
3231
run: |
33-
cd backend
3432
source .venv/bin/activate
35-
chmod 755 scripts/lint.sh
36-
./scripts/lint.sh
33+
chmod 755 backend/scripts/lint.sh
34+
./backend/scripts/lint.sh

.pre-commit-config.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,8 @@ repos:
2323
rev: 0.5.29
2424
hooks:
2525
- id: uv-lock
26-
args:
27-
- '--directory'
28-
- 'backend'
29-
files: backend/uv\.lock$
3026
- id: uv-export
3127
args:
32-
- '--directory'
33-
- 'backend'
3428
- '-o'
3529
- 'requirements.txt'
3630
- '--no-hashes'
37-
files: backend/uv\.lock$
File renamed without changes.

backend/requirements.txt renamed to requirements.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv export --directory backend -o requirements.txt --no-hashes
2+
# uv export -o requirements.txt --no-hashes
33
aiofiles==24.1.0
4-
alembic==1.14.1
4+
alembic==1.15.1
55
amqp==5.3.1
66
annotated-types==0.7.0
77
anyio==4.8.0
@@ -10,7 +10,7 @@ asgiref==3.8.1
1010
async-timeout==5.0.1 ; python_full_version < '3.11.3'
1111
asyncmy==0.2.10
1212
asyncpg==0.30.0
13-
bcrypt==4.2.1
13+
bcrypt==4.3.0
1414
bidict==0.23.1
1515
billiard==4.2.1
1616
celery==5.3.6
@@ -23,7 +23,7 @@ click-didyoumean==0.3.1
2323
click-plugins==1.1.1
2424
click-repl==0.3.0
2525
colorama==0.4.6 ; sys_platform == 'win32'
26-
cryptography==44.0.0
26+
cryptography==44.0.2
2727
distlib==0.3.9
2828
dnspython==2.7.0
2929
ecdsa==0.19.0
@@ -44,12 +44,12 @@ hiredis==3.1.0
4444
httpcore==1.0.7
4545
httptools==0.6.4
4646
httpx==0.28.1
47-
humanize==4.11.0
48-
identify==2.6.6
47+
humanize==4.12.1
48+
identify==2.6.9
4949
idna==3.10
5050
iniconfig==2.0.0
5151
itsdangerous==2.2.0
52-
jinja2==3.1.5
52+
jinja2==3.1.6
5353
kombu==5.4.2
5454
loguru==0.7.3
5555
mako==1.3.9
@@ -61,28 +61,28 @@ nodeenv==1.9.1
6161
orjson==3.10.15
6262
packaging==24.2
6363
path==17.0.0
64-
phonenumbers==8.13.54
64+
phonenumbers==9.0.0
6565
pillow==11.1.0
6666
platformdirs==4.3.6
6767
pluggy==1.5.0
6868
pre-commit==4.1.0
6969
prometheus-client==0.21.1
7070
prompt-toolkit==3.0.50
71-
psutil==6.1.1
71+
psutil==7.0.0
7272
pwdlib==0.2.1
73-
pyasn1==0.6.1
73+
pyasn1==0.4.8
7474
pycparser==2.22 ; platform_python_implementation != 'PyPy'
7575
pydantic==2.10.6
7676
pydantic-core==2.27.2
7777
pydantic-extra-types==2.10.2
78-
pydantic-settings==2.7.1
78+
pydantic-settings==2.8.1
7979
pygments==2.19.1
80-
pytest==8.3.4
80+
pytest==8.3.5
8181
pytest-sugar==1.0.0
8282
python-dateutil==2.9.0.post0
8383
python-dotenv==1.0.1
8484
python-engineio==4.11.2
85-
python-jose==3.3.0
85+
python-jose==3.4.0
8686
python-multipart==0.0.20
8787
python-socketio==5.12.1
8888
pytz==2025.1
@@ -91,8 +91,8 @@ redis==5.2.1
9191
rich==13.9.4
9292
rsa==4.9
9393
rtoml==0.12.0
94-
ruff==0.9.5
95-
setuptools==75.8.2
94+
ruff==0.9.10
95+
setuptools==76.0.0
9696
shellingham==1.5.4
9797
simple-websocket==1.1.0
9898
six==1.17.0
@@ -103,7 +103,7 @@ starlette==0.37.2
103103
termcolor==2.5.0
104104
tomli==2.2.1 ; python_full_version < '3.11'
105105
tornado==6.4.2
106-
typer==0.15.1
106+
typer==0.15.2
107107
typing-extensions==4.12.2
108108
tzdata==2025.1
109109
ua-parser==1.0.1
@@ -113,10 +113,10 @@ user-agents==2.2.0
113113
uvicorn==0.34.0
114114
uvloop==0.21.0 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
115115
vine==5.1.0
116-
virtualenv==20.29.1
116+
virtualenv==20.29.3
117117
watchfiles==1.0.4
118118
wcwidth==0.2.13
119-
websockets==14.2
119+
websockets==15.0.1
120120
win32-setctime==1.2.0 ; sys_platform == 'win32'
121121
wsproto==1.2.0
122122
xdbsearchip==1.0.2

0 commit comments

Comments
 (0)