From e5d8e5a6974a11ecc92ac450cb0b90ec98b26fc2 Mon Sep 17 00:00:00 2001
From: valueon
Date: Fri, 14 Mar 2025 00:36:02 +0100
Subject: [PATCH] py311
---
.github/workflows/main_volucy-gateway.yml | 2 +-
requirements.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main_volucy-gateway.yml b/.github/workflows/main_volucy-gateway.yml
index e33366c4..96059c65 100644
--- a/.github/workflows/main_volucy-gateway.yml
+++ b/.github/workflows/main_volucy-gateway.yml
@@ -20,7 +20,7 @@ jobs:
- name: Set up Python version
uses: actions/setup-python@v1
with:
- python-version: '3.13'
+ python-version: '3.11'
- name: Create and start virtual environment
run: |
diff --git a/requirements.txt b/requirements.txt
index 79715519..812d4057 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
fastapi==0.103.1
uvicorn==0.23.2
python-multipart==0.0.6
-pydantic==2.4.2
+pydantic==1.10.8
typing-extensions==4.8.0
python-dateutil==2.8.2
six==1.16.0