Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12
3.14
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ serve = "uvicorn g2p.app:APP --reload --port 5000"
template = "api"
features = ["api", "prod"]
type = "pip-compile"
python = "3.12"
python = "3.14"
lock-filename = "requirements.txt"
pip-compile-verbose = false

Expand Down
38 changes: 17 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by hatch-pip-compile with Python 3.12
# This file is autogenerated by hatch-pip-compile with Python 3.14
#
# - click<8.2.0,>=8.0.4
# - click>=8.0.4
# - coloredlogs>=15.0.1
# - openpyxl
# - ilt-panphon<0.22,>=0.21.2
# - ilt-panphon<0.22,>=0.20.1
# - pydantic>=2.4
# - pyyaml>=5.2
# - regex
Expand All @@ -26,63 +26,63 @@ anyio==4.13.0
# via starlette
bidict==0.23.1
# via python-socketio
click==8.1.8
click==8.4.1
# via
# hatch.envs.prod
# uvicorn
coloredlogs==15.0.1
# via hatch.envs.prod
et-xmlfile==2.0.0
# via openpyxl
fastapi==0.135.2
fastapi==0.136.3
# via hatch.envs.prod
gunicorn==25.3.0
gunicorn==26.0.0
# via hatch.envs.prod
h11==0.16.0
# via
# uvicorn
# wsproto
humanfriendly==10.0
# via coloredlogs
idna==3.15
idna==3.18
# via anyio
ilt-editdistance==0.8.2
# via ilt-panphon
ilt-panphon==0.21.4
ilt-panphon==0.21.5
# via hatch.envs.prod
jinja2==3.1.6
# via hatch.envs.prod
markupsafe==3.0.3
# via jinja2
munkres==1.1.4
# via ilt-panphon
numpy==2.4.4
numpy==2.4.6
# via ilt-panphon
openpyxl==3.1.5
# via hatch.envs.prod
packaging==26.0
packaging==26.2
# via gunicorn
pydantic==2.12.5
pydantic==2.13.4
# via
# hatch.envs.prod
# fastapi
pydantic-core==2.41.5
pydantic-core==2.46.4
# via pydantic
python-engineio==4.13.1
python-engineio==4.13.2
# via python-socketio
python-socketio==5.16.1
python-socketio==5.16.2
# via hatch.envs.prod
pyyaml==6.0.3
# via
# hatch.envs.prod
# ilt-panphon
regex==2026.3.32
regex==2026.5.9
# via
# hatch.envs.prod
# ilt-panphon
simple-websocket==1.1.0
# via python-engineio
starlette==1.0.0
starlette==1.2.1
# via
# hatch.envs.prod
# fastapi
Expand All @@ -91,19 +91,15 @@ text-unidecode==1.3
typing-extensions==4.15.0
# via
# hatch.envs.prod
# anyio
# fastapi
# pydantic
# pydantic-core
# starlette
# typing-inspection
typing-inspection==0.4.2
# via
# fastapi
# pydantic
unicodecsv==0.14.1
# via ilt-panphon
uvicorn==0.42.0
uvicorn==0.49.0
# via hatch.envs.prod
wsproto==1.3.2
# via simple-websocket
Loading