Files
AI-Writie-Assistant/server/venv/lib/python3.9/site-packages/qdrant_client/http/configuration.py
T
2026-04-16 10:01:11 +08:00

6 lines
233 B
Python

from typing import Union
# This is a dirty hack - proper way it to upgrade OpenAPI generator for at least 5.0
# But this upgrade will also require updating of all templates. Maybe some other day
AnyOfstringinteger = Union[str, int]