Skip to content

Commit 93f5cda

Browse files
merge from main
2 parents f4bf7aa + a8eb6c6 commit 93f5cda

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
IMAGE_TAG: latest
1717

1818
steps:
19+
- name: Ensure main branch
20+
if: github.ref != 'refs/heads/main'
21+
run: |
22+
echo "::error::Deployments are only allowed from the main branch."
23+
exit 1
24+
1925
- name: Checkout repository
2026
uses: actions/checkout@v4
2127

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file
258258
- Powered by [OpenGradient](https://opengradient.ai)
259259
- Try Bitquant at [bitquant.io](https://www.bitquant.io/)
260260
- OpenGradient Documentation: [OpenGradient Docs](https://docs.opengradient.ai/)
261-
- Join the discussion: [GitHub Discussions](https://github.com/OpenGradient/BitQuant/discussions)
261+
- Follow updates on [X (Twitter)](https://x.com/OpenGradient)
262262
- Support: [BitQuant Discord](https://discord.com/channels/1132794141403791483/1377340212576911410)
263263

264264
---

agent/agent_executors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
limits=LIMITS,
7878
http2=False,
7979
follow_redirects=False,
80+
verify=False,
8081
)
8182

8283
# Select model based on configuration

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ aioboto3>=1.38.0
2727
async_lru>=2.0.0
2828
aiolimiter>=1.2.0
2929
pytest-asyncio>=0.21.0
30-
og-test-v2-x402==0.0.9
30+
og-test-v2-x402==0.0.11.dev3
3131
eth-account>=0.13.4
3232
web3>=7.3.0
3333
cachetools>=6.2.4

0 commit comments

Comments
 (0)