Skip to content

Commit edcf50f

Browse files
author
bcsik
committed
update version
1 parent ab6f441 commit edcf50f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
]
6+
}

src/bss_web_file_server/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from pydantic import BaseSettings
1+
from pydantic.v1 import BaseSettings
22

33

44
class Settings(BaseSettings):

0 commit comments

Comments
 (0)