mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-09 23:36:02 +00:00
deps: bump pydantic to v2
This commit is contained in:
@@ -6,7 +6,7 @@ import os
|
||||
import base64
|
||||
import logging
|
||||
|
||||
import pydantic
|
||||
import pydantic.v1 as pydantic
|
||||
import requests
|
||||
|
||||
from ..core import app
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import pydantic
|
||||
|
||||
|
||||
LOG_PAGE_SIZE = 20
|
||||
MAX_CACHED_PAGES = 10
|
||||
|
||||
Reference in New Issue
Block a user