From 91dba28268657c41ebbaec1572258b927c5ae24b Mon Sep 17 00:00:00 2001 From: stuppie Date: Wed, 19 Aug 2026 13:47:06 -0600 Subject: not sure why these imports got deleted for no reason --- generalresearch/models/morning/question.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/generalresearch/models/morning/question.py b/generalresearch/models/morning/question.py index 7bc14ac..0ab5030 100644 --- a/generalresearch/models/morning/question.py +++ b/generalresearch/models/morning/question.py @@ -1,6 +1,6 @@ import json from enum import Enum -from typing import Any, Literal +from typing import Any, Literal, Dict, List, Optional from uuid import UUID from pydantic import BaseModel, Field, field_validator, model_validator diff --git a/pyproject.toml b/pyproject.toml index cadaddf..79b2382 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "generalresearch" -version = "3.3.9" +version = "3.4.0" description = "Python Utilities for General Research" readme = "README.md" requires-python = ">=3.8" -- cgit v1.2.3