diff options
| author | stuppie | 2026-08-19 13:47:06 -0600 |
|---|---|---|
| committer | stuppie | 2026-08-19 13:47:06 -0600 |
| commit | 91dba28268657c41ebbaec1572258b927c5ae24b (patch) | |
| tree | b56439363da780702e18c6fd0b4a92d1f87f7ea8 | |
| parent | def660e4edf2efbcd4bbd2991051ef56a4021e28 (diff) | |
| download | generalresearch-3.4.0.tar.gz generalresearch-3.4.0.zip | |
| -rw-r--r-- | generalresearch/models/morning/question.py | 2 | ||||
| -rw-r--r-- | 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" |
