Skip to content

Commit 241fab5

Browse files
Fix dependency conflicts for docker build
Co-authored-by: Agriya Khetarpal <[email protected]>
1 parent 7a36ba5 commit 241fab5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.11",
2121
]
2222
requires-python = ">=3.9"
23-
dynamic = ["dependencies", "optional-dependencies", "version"]
23+
dynamic = ["version"]
2424

2525
[project.urls]
2626
Homepage = "https://ragna.chat"

requirements-base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ fastapi
44
httpx
55
importlib_metadata>=4.6; python_version<'3.10'
66
packaging
7-
panel==1.3.8
7+
panel==1.4.2
88
pydantic>=2
99
pydantic-core
1010
pydantic-settings>=2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ fastapi
44
httpx
55
importlib_metadata>=4.6; python_version<'3.10'
66
packaging
7-
panel==1.3.8
7+
panel==1.4.2
88
pydantic>=2
99
pydantic-core
1010
pydantic-settings>=2

0 commit comments

Comments
 (0)